ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::fem::LoadPoint Class Reference

#include <itkFEMLoadPoint.h>

+ Inheritance diagram for itk::fem::LoadPoint:
+ Collaboration diagram for itk::fem::LoadPoint:

Detailed Description

This load is applied on a point in an element.

Definition at line 36 of file itkFEMLoadPoint.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LoadPoint Self
 
typedef LoadElement Superclass
 
- Public Types inherited from itk::fem::LoadElement
typedef SmartPointer< const SelfConstPointer
 
typedef std::vector< const
Element * > 
ElementPointersVectorType
 
typedef Element::Float Float
 
typedef SmartPointer< SelfPointer
 
typedef LoadElement Self
 
typedef Load Superclass
 
- Public Types inherited from itk::fem::Load
typedef FEMPArray< SelfArrayType
 
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Load Self
 
typedef FEMLightObject Superclass
 
- Public Types inherited from itk::fem::FEMLightObject
typedef Self Baseclass
 
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef FEMLightObject Self
 
typedef itk::LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual void ApplyLoad (Element::ConstPointer element, Element::VectorType &Fe) override
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const override
 
vnl_vector< FloatGetForce ()
 
virtual const char * GetNameOfClass () const
 
vnl_vector< FloatGetPoint ()
 
 LoadPoint ()
 
void SetForce (const vnl_vector< Float > f)
 
void SetPoint (const vnl_vector< Float > p)
 
- Public Member Functions inherited from itk::fem::LoadElement
void AddNextElement (Element::ConstPointer e)
 
void AddNextElement (Element::Pointer e)
 
Element::ConstPointer GetElement (int i)
 
ElementPointersVectorTypeGetElementArray ()
 
const ElementPointersVectorTypeGetElementArray () const
 
unsigned int GetNumberOfElements ()
 
 LoadElement ()
 
- Public Member Functions inherited from itk::fem::Load
const ElementGetElement () const
 
virtual Solution::ConstPointer GetSolution ()
 
void SetElement (const Element *el)
 
virtual void SetSolution (Solution::ConstPointer)
 
- Public Member Functions inherited from itk::fem::FEMLightObject
int GetGlobalNumber () const
 
void SetGlobalNumber (int)
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 
virtual void Register () const
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const noexcept
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::fem::LoadElement
static Pointer New ()
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
- Protected Member Functions inherited from itk::fem::LoadElement
void AddNextElementInternal (const Element *e)
 
- Protected Member Functions inherited from itk::fem::FEMLightObject
 FEMLightObject ()
 
 FEMLightObject (const FEMLightObject &o)
 
virtual ~FEMLightObject () override
 
- 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 ()
 

Protected Attributes

vnl_vector< Floatm_ForcePoint
 
vnl_vector< Floatm_Point
 
- 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
 

Member Typedef Documentation

Definition at line 44 of file itkFEMLoadPoint.h.

Definition at line 43 of file itkFEMLoadPoint.h.

Standard class typedefs.

Definition at line 41 of file itkFEMLoadPoint.h.

Definition at line 42 of file itkFEMLoadPoint.h.

Constructor & Destructor Documentation

itk::fem::LoadPoint::LoadPoint ( )
inline

Default constructor.

Definition at line 57 of file itkFEMLoadPoint.h.

Member Function Documentation

virtual void itk::fem::LoadPoint::ApplyLoad ( Element::ConstPointer  element,
Element::VectorType Fe 
)
overridevirtual

Apply the load to the specified element. Modified version from the one in itk::fem::LoadLandmark.

Reimplemented from itk::fem::LoadElement.

virtual::itk::LightObject::Pointer itk::fem::LoadPoint::CreateAnother ( void  ) const
overridevirtual

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 const char* itk::fem::LoadPoint::GetNameOfClass ( ) const
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 Pointer itk::fem::LoadPoint::New ( )
static

Method for creation through the object factory.

virtual void itk::fem::LoadPoint::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::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.

Member Data Documentation

vnl_vector<Float> itk::fem::LoadPoint::m_ForcePoint
protected

The actual load vector.

Definition at line 88 of file itkFEMLoadPoint.h.

vnl_vector<Float> itk::fem::LoadPoint::m_Point
protected

Point of which the load acts in global the coordinate system.

Definition at line 85 of file itkFEMLoadPoint.h.


The documentation for this class was generated from the following file: