ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadElementBase.h>
Virtual element load base class.
This load class defines an external load that acts on elements in a system. The vector with pointers to elements defines, on which elements the load acts. The derived load classes should provide members, that allow the Element's class Fe() member function to uniquely transform the load into nodal loads. No special requirements are enforced on those members.
Ultimately, when assembling the right hand side of the master equation (master force vector) the Element's Fe() member function is called with the pointer to the LoadElement class that is prescribed on that element. Fe() function shuld dynamically cast this pointer to specific load class, which it can handle and return the element's force vector.
Definition at line 45 of file itkFEMLoadElementBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef std::vector< const Element * > | ElementPointersVectorType |
typedef Element::Float | Float |
typedef SmartPointer< Self > | Pointer |
typedef LoadElement | Self |
typedef Load | Superclass |
Public Types inherited from itk::fem::Load | |
typedef FEMPArray< Self > | ArrayType |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Load | Self |
typedef FEMLightObject | Superclass |
Public Types inherited from itk::fem::FEMLightObject | |
typedef Self | Baseclass |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef FEMLightObject | Self |
typedef itk::LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
void | AddNextElementInternal (const Element *e) |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
Protected Member Functions inherited from itk::fem::FEMLightObject | |
FEMLightObject () | |
FEMLightObject (const FEMLightObject &o) | |
virtual | ~FEMLightObject () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Additional Inherited Members | |
Protected Attributes inherited from itk::fem::Load | |
Element::ConstPointer | m_Element |
Protected Attributes inherited from itk::fem::FEMLightObject | |
int | m_GlobalNumber |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::fem::LoadElement::ConstPointer |
Definition at line 53 of file itkFEMLoadElementBase.h.
typedef std::vector<const Element *> itk::fem::LoadElement::ElementPointersVectorType |
Type of array of pointers to element objects
Definition at line 73 of file itkFEMLoadElementBase.h.
Float type used in Element and derived classes
Definition at line 68 of file itkFEMLoadElementBase.h.
Definition at line 52 of file itkFEMLoadElementBase.h.
Standard class typedefs.
Definition at line 50 of file itkFEMLoadElementBase.h.
Definition at line 51 of file itkFEMLoadElementBase.h.
|
inline |
Definition at line 76 of file itkFEMLoadElementBase.h.
|
inline |
Definition at line 79 of file itkFEMLoadElementBase.h.
References itk::SmartPointer< TObjectType >::GetPointer().
|
inline |
Definition at line 83 of file itkFEMLoadElementBase.h.
References itk::SmartPointer< TObjectType >::GetPointer().
|
protected |
|
inlinevirtual |
Apply the load to the specified element
Reimplemented in itk::fem::ImageMetricLoad< TMoving, TFixed >, itk::fem::FiniteDifferenceFunctionLoad< TMoving, TFixed >, itk::fem::LoadLandmark, itk::fem::LoadGravConst, itk::fem::LoadPoint, and itk::fem::LoadEdge.
Definition at line 103 of file itkFEMLoadElementBase.h.
|
overridevirtual |
CreateAnother method will clone the existing instance of this type, including its internal member variables.
Reimplemented from itk::LightObject.
Reimplemented in itk::fem::LoadGravConst, itk::fem::FiniteDifferenceFunctionLoad< TMoving, TFixed >, itk::fem::LoadLandmark, itk::fem::LoadTest< TClass >, and itk::fem::LoadPoint.
Element::ConstPointer itk::fem::LoadElement::GetElement | ( | int | i | ) |
|
inline |
Definition at line 92 of file itkFEMLoadElementBase.h.
|
inline |
Definition at line 97 of file itkFEMLoadElementBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::fem::Load.
Reimplemented in itk::fem::ImageMetricLoad< TMoving, TFixed >, itk::fem::LoadGravConst, itk::fem::FiniteDifferenceFunctionLoad< TMoving, TFixed >, itk::fem::LoadNoisyLandmark, itk::fem::LoadEdge, itk::fem::LoadLandmark, itk::fem::LoadTest< TClass >, itk::fem::LoadGrav, and itk::fem::LoadPoint.
unsigned int itk::fem::LoadElement::GetNumberOfElements | ( | ) |
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::fem::Load.
Reimplemented in itk::fem::ImageMetricLoad< TMoving, TFixed >, itk::fem::LoadLandmark, itk::fem::LoadNoisyLandmark, itk::fem::LoadGravConst, itk::fem::LoadPoint, itk::fem::LoadEdge, and itk::fem::LoadGrav.