getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] virtual_fem C++ question


From: Roman Putanowicz
Subject: [Getfem-users] virtual_fem C++ question
Date: Fri, 28 May 2010 03:02:03 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Dear All, 

In class virtual_fem I have found the following method:

class virtual_fem : virtual public dal::static_stored_object {
   /* ... */
   public:
     virtual bgeot::pstored_point_tab node_tab(size_type) const;
};

Excuse my ignorance but what C++ mechanism does require this method
to be declared this way?
Is it just a programming convention to differentiate  the call to this
method from the call to the constructor of node_tab object ?

Regards,

Roman
-- 
Roman Putanowicz, PhD  < address@hidden  >
Institute for Computational Civil Engng (L-5)
Dept. of Civil Engng, Cracow Univ. of Technology
www.l5.pk.edu.pl, tel. +48 12 628 2569, fax 2034



reply via email to

[Prev in Thread] Current Thread [Next in Thread]