#include <vfwithbump.h>
Inheritance diagram for MODEL::VFwithBump:


Public Methods | |
| VFwithBump (vf &func, bool own=false) | |
| VFwithBump (vf &func, const vect &position, bool own=false) | |
| ~VFwithBump () | |
| void | AddBump (const vect &position) |
| VFwithBump (const VFwithBump &vfb) | |
| const VFwithBump& | operator= (const VFwithBump &vfb) |
| virtual VFwithBump* | clone () const |
| virtual const vect& | function (vect &fu, const vect &u) |
Private Attributes | |
| vf* | f |
| bool | owned |
| vector<vect> | p |
Definition at line 32 of file vfwithbump.h.
|
|
Just create a possibility to add bumps on top of an existing VectorFunction. Definition at line 37 of file vfwithbump.h. Referenced by clone().
|
|
|
Create one, with a bump already specified Definition at line 41 of file vfwithbump.h. |
|
|
copy Definition at line 49 of file vfwithbump.h. |
|
|
Adds a bump. Definition at line 46 of file vfwithbump.h. Referenced by VFwithBump().
|
|
|
Virtual Copy Constructor Reimplemented from MODEL::VectorFunction. Definition at line 55 of file vfwithbump.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 61 of file vfwithbump.h. |
|
|
assign Definition at line 51 of file vfwithbump.h. |
|
|
Definition at line 95 of file vfwithbump.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.