h o m e | d o c u m e n t a t i o n | c l a s s h i e r a r c h y |
#include <Functions1D.h>
Inheritance diagram for GetShapeF1D:
Public Member Functions | |
GetShapeF1D () | |
string | getName () const |
std::vector< ViewShape * > | operator() (Interface1D &inter) |
GetShapeF1D | ( | ) | [inline] |
Builds the functor.
string getName | ( | ) | const [inline, virtual] |
Returns the string "GetShapeF1D"
Reimplemented from UnaryFunction1D< std::vector< ViewShape * > >.
std::vector<ViewShape*> operator() | ( | Interface1D & | inter | ) | [virtual] |
the () operator.
Reimplemented from UnaryFunction1D< std::vector< ViewShape * > >.