Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::fem::LoadGrav Class Reference

Abstract gravity load class. More...

#include <itkFEMLoadGrav.h>

Inheritance diagram for itk::fem::LoadGrav:

Inheritance graph
[legend]
Collaboration diagram for itk::fem::LoadGrav:

Collaboration graph
[legend]
List of all members.

Public Types

typedef LoadGrav Self
typedef LoadElement Superclass
typedef SelfPointer
typedef const SelfConstPointer

Public Member Functions

virtual vnl_vector< FloatFg (vnl_vector< Float >)=0

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

typedef const Self* itk::fem::LoadGrav::ConstPointer
 

Const pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

Definition at line 41 of file itkFEMLoadGrav.h.

typedef Self* itk::fem::LoadGrav::Pointer
 

Pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

Definition at line 41 of file itkFEMLoadGrav.h.

Referenced by itk::fem::LoadImplementationGenericBodyLoad::HandleLoad().

typedef LoadGrav itk::fem::LoadGrav::Self
 

Standard Self typedef.

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

Definition at line 41 of file itkFEMLoadGrav.h.

typedef LoadElement itk::fem::LoadGrav::Superclass
 

Standard Superclass typedef.

Reimplemented from itk::fem::LoadElement.

Reimplemented in itk::fem::LoadGravConst.

Definition at line 41 of file itkFEMLoadGrav.h.


Member Function Documentation

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

Implemented in itk::fem::LoadGravConst.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:22:23 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000