ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
itk::fem::LoadGravConst Class Reference

#include <itkFEMLoadGrav.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef LoadGravConst Self
typedef LoadGrav Superclass
- Public Types inherited from itk::fem::LoadGrav
- 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< SelfArrayType
- Public Types inherited from itk::fem::FEMLightObject
typedef Self Baseclass
- Public Types inherited from itk::LightObject

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

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.


Member Typedef Documentation

Reimplemented from itk::fem::LoadGrav.

Definition at line 78 of file itkFEMLoadGrav.h.

Reimplemented from itk::fem::LoadGrav.

Definition at line 77 of file itkFEMLoadGrav.h.

Standard class typedefs.

Reimplemented from itk::fem::LoadGrav.

Definition at line 75 of file itkFEMLoadGrav.h.

Reimplemented from itk::fem::LoadGrav.

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.

Reimplemented from itk::fem::LoadElement.

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: