#include <cvr3dfunc.h>
Inheritance diagram for MODEL::CVR3DFunc:
Public Types | |
typedef VectorFunction<3> | base |
Public Methods | |
CVR3DFunc (const vect &r=vect(0.)) | |
virtual | ~CVR3DFunc () |
CVR3DFunc (const CVR3DFunc &c) | |
const CVR3DFunc& | operator= (const CVR3DFunc &c) |
virtual CVR3DFunc* | clone () const |
Private Methods | |
void | copy (const CVR3DFunc &c) |
virtual const vect& | function (vect &fu, const vect &u) |
Private Attributes | |
vect | cr |
Definition at line 33 of file cvr3dfunc.h.
|
Copy constructor Definition at line 42 of file cvr3dfunc.h. Referenced by clone().
|
|
Virtual Copy Constructor Reimplemented from MODEL::VectorFunction. Definition at line 50 of file cvr3dfunc.h. |
|
Implement this function to create the return vector. fu is a reference to where the values should be stored. This is for efficiency in internal routines. Inherited classes should return fu too. Reimplemented from MODEL::VectorFunction. Definition at line 56 of file cvr3dfunc.h. |
|
Assignment Definition at line 45 of file cvr3dfunc.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.