#include <itkFEMLoadTest.h>
Inheritance diagram for itk::fem::LoadTest< TClass >:
Public Types | |
typedef LoadTest | Self |
typedef LoadElement | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
Public Member Functions | |
virtual Baseclass::Pointer | Clone () const |
virtual int | ClassID () const |
LoadTest () | |
virtual void | Read (std::istream &f, void *info) |
void | Write (std::ostream &f) const |
Static Public Member Functions | |
Self::Pointer | New () |
Public Attributes | |
TClass | data |
Static Public Attributes | |
const int | CLID |
Definition at line 38 of file itkFEMLoadTest.h.
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadElement. Definition at line 40 of file itkFEMLoadTest.h. |
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::LoadElement. Definition at line 40 of file itkFEMLoadTest.h. |
|
Standard Self typedef. Reimplemented from itk::fem::LoadElement. Definition at line 40 of file itkFEMLoadTest.h. |
|
Standard Superclass typedef. Reimplemented from itk::fem::LoadElement. Definition at line 40 of file itkFEMLoadTest.h. |
|
Default constructor Definition at line 46 of file itkFEMLoadTest.h. |
|
Virtual function to access the class ID Reimplemented from itk::fem::LoadElement. Definition at line 40 of file itkFEMLoadTest.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 40 of file itkFEMLoadTest.h. |
|
pointers to element objects on which the load acts Reimplemented from itk::fem::LoadElement. Definition at line 53 of file itkFEMLoadTest.h. |
|
Write an object to the output stream. Call this member to write the data members in the current object to the output stream. Here we also need to know which derived class we actually are, so that we can write the class name. The class name is obtained by calling the virtual ClassID() member function and passing the result to the FEMObjectFactory. Implementations of Write member funtion in derived classes should first call the parent's implementation of Write and finaly write whatever they need. Reimplemented from itk::fem::LoadElement. Definition at line 57 of file itkFEMLoadTest.h. |
|
Class ID for FEM object factory Reimplemented from itk::fem::LoadElement. Definition at line 77 of file itkFEMLoadTest.h. |
|
Some data that this load defines. Definition at line 51 of file itkFEMLoadTest.h. |