ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions
itk::fem::LoadGrav Class Reference

Abstract gravity load class. More...

#include <itkFEMLoadGrav.h>

Inheritance diagram for itk::fem::LoadGrav:
Collaboration diagram for itk::fem::LoadGrav:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef LoadGrav Self
typedef LoadElement Superclass

Public Member Functions

virtual vnl_vector< FloatGetGravitationalForceAtPoint (vnl_vector< Float >)=0
virtual const char * GetNameOfClass () const

Protected Member Functions

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

Detailed Description

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.


Member Typedef Documentation

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

Definition at line 47 of file itkFEMLoadGrav.h.

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

Definition at line 46 of file itkFEMLoadGrav.h.

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.


Member Function Documentation

virtual vnl_vector<Float> itk::fem::LoadGrav::GetGravitationalForceAtPoint ( vnl_vector< Float ) [pure virtual]

Implemented in itk::fem::LoadGravConst.

virtual const char* itk::fem::LoadGrav::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

virtual void itk::fem::LoadGrav::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [inline, protected, virtual]

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().


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