#include <itkFEMLoadBC.h>
Inheritance diagram for itk::fem::LoadBC:


Public Types | |
| typedef LoadBC | Self |
| typedef Load | Superclass |
| typedef Self * | Pointer |
| typedef const Self * | ConstPointer |
Public Member Functions | |
| virtual Baseclass::Pointer | Clone () const |
| virtual int | ClassID () const |
| LoadBC () | |
| virtual void | Read (std::istream &f, void *info) |
| virtual void | Write (std::ostream &f) const |
Static Public Member Functions | |
| Self::Pointer | New () |
Public Attributes | |
| Element::ConstPointer | m_element |
| unsigned int | m_dof |
| vnl_vector< Element::Float > | m_value |
Static Public Attributes | |
| const int | CLID |
Objects of this class specify, which DOFs in a system are fixed.
Definition at line 34 of file itkFEMLoadBC.h.
|
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::Load. Definition at line 36 of file itkFEMLoadBC.h. |
|
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::Load. Definition at line 36 of file itkFEMLoadBC.h. |
|
|
Standard Self typedef. Reimplemented from itk::fem::Load. Definition at line 36 of file itkFEMLoadBC.h. |
|
|
Standard Superclass typedef. Reimplemented from itk::fem::Load. Definition at line 36 of file itkFEMLoadBC.h. |
|
|
Default constructor Definition at line 61 of file itkFEMLoadBC.h. |
|
|
Virtual function to access the class ID Implements itk::fem::FEMLightObject. Definition at line 36 of file itkFEMLoadBC.h. |
|
|
Create a new object from the existing one Implements itk::fem::FEMLightObject. |
|
|
Object creation in an itk compatible way Definition at line 36 of file itkFEMLoadBC.h. |
|
||||||||||||
|
Read a LoadBC object from input stream. Reimplemented from itk::fem::FEMLightObject. |
|
|
Write a LoadBC object to the output stream Reimplemented from itk::fem::FEMLightObject. |
|
|
Class ID for FEM object factory Definition at line 36 of file itkFEMLoadBC.h. |
|
|
Local DOF number within the Element object. Definition at line 48 of file itkFEMLoadBC.h. Referenced by LoadBC(). |
|
|
Pointer to an element, which holds the DOF that is affected by boundary condition. Definition at line 43 of file itkFEMLoadBC.h. Referenced by LoadBC(). |
|
|
Value which the DOF is being fixed.
Definition at line 58 of file itkFEMLoadBC.h. Referenced by LoadBC(). |
1.3.5 written by Dimitri van Heesch,
© 1997-2000