#include <itkFEMLoadNode.h>
Inheritance diagram for itk::fem::LoadNode:
Public Types | |
typedef LoadNode | Self |
typedef Load | Superclass |
typedef Self * | Pointer |
typedef const Self * | ConstPointer |
typedef Node::Float | Float |
Public Member Functions | |
virtual Baseclass::Pointer | Clone () const |
virtual int | ClassID () const |
virtual void | Read (std::istream &f, void *info) |
virtual void | Write (std::ostream &f) const |
LoadNode () | |
LoadNode (Element::ConstPointer element_, unsigned int pt_, vnl_vector< Float > F_) | |
Static Public Member Functions | |
Self::Pointer | New () |
Public Attributes | |
Element::ConstPointer | m_element |
unsigned int | m_pt |
vnl_vector< Float > | F |
Static Public Attributes | |
const int | CLID |
The point is defined as a point within an element object.
You must provide a pointer to an element object and a number of point on which on which the load acts. Force vector F should have element->GetNumberOfDegreesOfFreedomPerNode() dimensions.
Definition at line 40 of file itkFEMLoadNode.h.
|
Const pointer or SmartPointer to an object. Reimplemented from itk::fem::Load. Definition at line 41 of file itkFEMLoadNode.h. |
|
Definition at line 44 of file itkFEMLoadNode.h. |
|
Pointer or SmartPointer to an object. Reimplemented from itk::fem::Load. Definition at line 41 of file itkFEMLoadNode.h. |
|
Standard Self typedef. Reimplemented from itk::fem::Load. Definition at line 41 of file itkFEMLoadNode.h. |
|
Standard Superclass typedef. Reimplemented from itk::fem::Load. Definition at line 41 of file itkFEMLoadNode.h. |
|
Definition at line 73 of file itkFEMLoadNode.h. References itk::fem::Element::ConstPointer. |
|
Definition at line 74 of file itkFEMLoadNode.h. |
|
Virtual function to access the class ID Implements itk::fem::FEMLightObject. Definition at line 41 of file itkFEMLoadNode.h. |
|
Create a new object from the existing one Implements itk::fem::FEMLightObject. |
|
Object creation in an itk compatible way Definition at line 41 of file itkFEMLoadNode.h. |
|
Read a LoadNode object from input stream. Reimplemented from itk::fem::FEMLightObject. |
|
Write a Load object to the output stream Reimplemented from itk::fem::FEMLightObject. |
|
Class ID for FEM object factory Definition at line 41 of file itkFEMLoadNode.h. |
|
Force applied on the node. Dimension of F should equal element->GetNumberOfDegreesOfFreedomPerNode(). Definition at line 71 of file itkFEMLoadNode.h. Referenced by LoadNode(). |
|
Pointer to an element in a system that contains the DOF on which the external force is applied. Definition at line 60 of file itkFEMLoadNode.h. Referenced by LoadNode(). |
|
Point within the element on which the force acts. Definition at line 65 of file itkFEMLoadNode.h. Referenced by LoadNode(). |