ITK  4.4.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::LoadGravConst Class Reference

#include <itkFEMLoadGrav.h>

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

Detailed Description

Constant gravity load class.

This is a special case of LoadGrav. The load vector is the same on every point in space.

Definition at line 70 of file itkFEMLoadGrav.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LoadGravConst Self
 
typedef LoadGrav Superclass
 
- Public Types inherited from itk::fem::LoadGrav
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LoadGrav 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)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual vnl_vector< FloatGetGravitationalForceAtPoint (vnl_vector< Float >)
 
virtual const char * GetNameOfClass () const
 
void SetForce (const vnl_vector< itk::fem::Element::Float > force)
 
vnl_vector
< itk::fem::Element::Float > & 
GetForce ()
 
const vnl_vector
< itk::fem::Element::Float > & 
GetForce () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

virtual void PrintSelf (std::ostream &os, Indent indent) const
 

Protected Attributes

vnl_vector< Floatm_GravityForce
 

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 

Member Typedef Documentation

Definition at line 78 of file itkFEMLoadGrav.h.

Definition at line 77 of file itkFEMLoadGrav.h.

Standard class typedefs.

Definition at line 75 of file itkFEMLoadGrav.h.

Definition at line 76 of file itkFEMLoadGrav.h.

Member Function Documentation

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

Apply the load to the specified element

Reimplemented from itk::fem::LoadElement.

virtual::itk::LightObject::Pointer itk::fem::LoadGravConst::CreateAnother ( void  ) const
virtual

CreateAnother method will clone the existing instance of this type, including its internal member variables.

Reimplemented from itk::fem::LoadElement.

vnl_vector<itk::fem::Element::Float>& itk::fem::LoadGravConst::GetForce ( )

Get the gravity force that exists at every point

const vnl_vector<itk::fem::Element::Float>& itk::fem::LoadGravConst::GetForce ( ) const

Get the gravity force that exists at every point

virtual vnl_vector<Float> itk::fem::LoadGravConst::GetGravitationalForceAtPoint ( vnl_vector< Float )
inlinevirtual

Implements itk::fem::LoadGrav.

Definition at line 90 of file itkFEMLoadGrav.h.

References m_GravityForce.

virtual const char* itk::fem::LoadGravConst::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::fem::LoadGrav.

static Pointer itk::fem::LoadGravConst::New ( )
static

Method for creation through the object factory.

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

void itk::fem::LoadGravConst::SetForce ( const vnl_vector< itk::fem::Element::Float force)

Set the gravity force that exists at every point

Member Data Documentation

vnl_vector<Float> itk::fem::LoadGravConst::m_GravityForce
protected

Definition at line 113 of file itkFEMLoadGrav.h.

Referenced by GetGravitationalForceAtPoint().


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