#include <itkFEMLoadGrav.h>
Inheritance diagram for itk::fem::LoadGravConst:
Public Types | |
typedef LoadGravConst | Self |
typedef LoadGrav | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
Public Member Functions | |
virtual Baseclass::Pointer | Clone () const |
virtual int | ClassID () const |
virtual vnl_vector< Float > | Fg (vnl_vector< Float >) |
virtual void | Read (std::istream &f, void *info) |
virtual void | Write (std::ostream &f) const |
Static Public Member Functions | |
Self::Pointer | New () |
Public Attributes | |
vnl_vector< Float > | Fg_value |
Static Public Attributes | |
const int | CLID |
This is a special case of LoadGrav. The load vector is the same on every point in space.
Definition at line 58 of file itkFEMLoadGrav.h.
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadGrav. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadGrav. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Standard Self typedef. Reimplemented from itk::fem::LoadGrav. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Standard Superclass typedef. Reimplemented from itk::fem::LoadGrav. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Virtual function to access the class ID Reimplemented from itk::fem::LoadElement. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Create a new object from the existing one Reimplemented from itk::fem::LoadElement. |
|
Implements itk::fem::LoadGrav. Definition at line 63 of file itkFEMLoadGrav.h. References Fg_value. |
|
Object creation in an itk compatible way Reimplemented from itk::fem::LoadElement. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Read an object from input stream. Reimplemented from itk::fem::LoadElement. |
|
Write an object to the output stream Reimplemented from itk::fem::LoadElement. |
|
Class ID for FEM object factory Reimplemented from itk::fem::LoadElement. Definition at line 60 of file itkFEMLoadGrav.h. |
|
Definition at line 62 of file itkFEMLoadGrav.h. Referenced by Fg(). |