ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadGrav.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LoadGrav | Self |
typedef LoadElement | Superclass |
Public Types inherited from itk::fem::LoadElement | |
typedef std::vector< const Element * > | ElementPointersVectorType |
typedef Element::Float | Float |
Public Types inherited from itk::fem::Load | |
typedef FEMPArray< Self > | ArrayType |
Public Types inherited from itk::fem::FEMLightObject | |
typedef Self | Baseclass |
Public Types inherited from itk::LightObject |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Member Functions inherited from itk::fem::LoadElement | |
void | AddNextElementInternal (const Element *e) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::fem::LoadElement | |
static Pointer | New () |
Abstract gravity load class.
This load is integrated over a whole element. The load vector is returned in a Fg member function defined in a derived class. The Fg function accepts a vector specifying a point in global coordinate system and returns a load vector defined at the point. Derived LoadClasses must define this function.
Definition at line 39 of file itkFEMLoadGrav.h.
typedef SmartPointer<const Self> itk::fem::LoadGrav::ConstPointer |
Reimplemented from itk::fem::LoadElement.
Reimplemented in itk::fem::LoadGravConst.
Definition at line 47 of file itkFEMLoadGrav.h.
typedef SmartPointer<Self> itk::fem::LoadGrav::Pointer |
Reimplemented from itk::fem::LoadElement.
Reimplemented in itk::fem::LoadGravConst.
Definition at line 46 of file itkFEMLoadGrav.h.
typedef LoadGrav itk::fem::LoadGrav::Self |
Standard class typedefs.
Reimplemented from itk::fem::LoadElement.
Reimplemented in itk::fem::LoadGravConst.
Definition at line 44 of file itkFEMLoadGrav.h.
Reimplemented from itk::fem::LoadElement.
Reimplemented in itk::fem::LoadGravConst.
Definition at line 45 of file itkFEMLoadGrav.h.
|
pure virtual |
Implemented in itk::fem::LoadGravConst.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::fem::LoadElement.
Reimplemented in itk::fem::LoadGravConst.
|
inlineprotectedvirtual |
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::LoadElement.
Reimplemented in itk::fem::LoadGravConst.
Definition at line 55 of file itkFEMLoadGrav.h.
References itk::fem::LoadElement::PrintSelf().