#include <itkFEMLoadPoint.h>
Inheritance diagram for itk::fem::LoadPoint:
Public Types | |
typedef LoadPoint | Self |
typedef LoadElement | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
Public Member Functions | |
virtual Baseclass::Pointer | Clone () const |
virtual int | ClassID () const |
Static Public Member Functions | |
Self::Pointer | New () |
Public Attributes | |
vnl_vector< Float > | point |
vnl_vector< Float > | Fp |
Static Public Attributes | |
const int | CLID |
FIXME: To be implemented. Nothing works yet
Definition at line 36 of file itkFEMLoadPoint.h.
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
Standard Self typedef. Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
Standard Superclass typedef. Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
Virtual function to access the class ID Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
Create a new object from the existing one Reimplemented from itk::fem::LoadElement. |
|
Object creation in an itk compatible way Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
Class ID for FEM object factory Reimplemented from itk::fem::LoadElement. Definition at line 37 of file itkFEMLoadPoint.h. |
|
the actual load vector Definition at line 48 of file itkFEMLoadPoint.h. |
|
Point of which the load acts in global coord. sys. Definition at line 43 of file itkFEMLoadPoint.h. |