ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkFEMLoadPoint.h>
This load is applied on a point in an element.
Definition at line 35 of file itkFEMLoadPoint.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::fem::LoadElement | |
static Pointer | New () |
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) |
Protected Attributes | |
vnl_vector< Float > | m_ForcePoint |
vnl_vector< Float > | m_Point |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer<const Self> itk::fem::LoadPoint::ConstPointer |
Definition at line 43 of file itkFEMLoadPoint.h.
typedef SmartPointer<Self> itk::fem::LoadPoint::Pointer |
Definition at line 42 of file itkFEMLoadPoint.h.
typedef LoadPoint itk::fem::LoadPoint::Self |
Standard class typedefs.
Definition at line 40 of file itkFEMLoadPoint.h.
Definition at line 41 of file itkFEMLoadPoint.h.
|
inline |
Default constructor
Default Initialization of 2D point and force vector
Definition at line 58 of file itkFEMLoadPoint.h.
|
virtual |
Apply the load to the specified element
Reimplemented from itk::fem::LoadElement.
|
virtual |
CreateAnother method will clone the existing instance of this type, including its internal member variables.
Reimplemented from itk::fem::LoadElement.
vnl_vector<Float> itk::fem::LoadPoint::GetForce | ( | ) |
Get the force vector
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::fem::LoadElement.
vnl_vector<Float> itk::fem::LoadPoint::GetPoint | ( | ) |
Get the point where the load acts
|
static |
Method for creation through the object factory.
|
protectedvirtual |
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.
void itk::fem::LoadPoint::SetForce | ( | const vnl_vector< Float > | f | ) |
Set the force vector
void itk::fem::LoadPoint::SetPoint | ( | const vnl_vector< Float > | p | ) |
Set the point where the load acts
|
protected |
the actual load vector
Definition at line 100 of file itkFEMLoadPoint.h.
|
protected |
Point of which the load acts in global coord. sys.
Definition at line 95 of file itkFEMLoadPoint.h.