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

itk::fem::LoadGravConst Class Reference

Constant gravity load class. More...

#include <itkFEMLoadGrav.h>

Inheritance diagram for itk::fem::LoadGravConst:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef LoadGravConst Self
typedef LoadGrav Superclass
typedef SelfPointer
typedef const SelfConstPointer

Public Member Functions

virtual Baseclass::Pointer Clone () const
virtual int ClassID () const
virtual vnl_vector< FloatFg (vnl_vector< Float >)
virtual void Read (std::istream &f, void *info)
virtual void Write (std::ostream &f) const

Static Public Member Functions

Self::Pointer New ()

Public Attributes

vnl_vector< FloatFg_value

Static Public Attributes

const int CLID

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 58 of file itkFEMLoadGrav.h.


Member Typedef Documentation

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

Const pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadGrav.

Definition at line 60 of file itkFEMLoadGrav.h.

typedef Self* itk::fem::LoadGravConst::Pointer
 

Pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadGrav.

Definition at line 60 of file itkFEMLoadGrav.h.

typedef LoadGravConst itk::fem::LoadGravConst::Self
 

Standard Self typedef.

Reimplemented from itk::fem::LoadGrav.

Definition at line 60 of file itkFEMLoadGrav.h.

typedef LoadGrav itk::fem::LoadGravConst::Superclass
 

Standard Superclass typedef.

Reimplemented from itk::fem::LoadGrav.

Definition at line 60 of file itkFEMLoadGrav.h.


Member Function Documentation

virtual int itk::fem::LoadGravConst::ClassID  )  const [inline, virtual]
 

Virtual function to access the class ID

Reimplemented from itk::fem::LoadElement.

Definition at line 60 of file itkFEMLoadGrav.h.

virtual Baseclass::Pointer itk::fem::LoadGravConst::Clone  )  const [virtual]
 

Create a new object from the existing one

Reimplemented from itk::fem::LoadElement.

virtual vnl_vector<Float> itk::fem::LoadGravConst::Fg vnl_vector< Float  )  [inline, virtual]
 

Implements itk::fem::LoadGrav.

Definition at line 63 of file itkFEMLoadGrav.h.

Self::Pointer itk::fem::LoadGravConst::New void   )  [inline, static]
 

Object creation in an itk compatible way

Reimplemented from itk::fem::LoadElement.

Definition at line 60 of file itkFEMLoadGrav.h.

virtual void itk::fem::LoadGravConst::Read std::istream &  f,
void *  info
[virtual]
 

Read an object from input stream.

Reimplemented from itk::fem::LoadElement.

virtual void itk::fem::LoadGravConst::Write std::ostream &  f  )  const [virtual]
 

Write an object to the output stream

Reimplemented from itk::fem::LoadElement.


Member Data Documentation

const int itk::fem::LoadGravConst::CLID [static]
 

Class ID for FEM object factory

Reimplemented from itk::fem::LoadElement.

Definition at line 60 of file itkFEMLoadGrav.h.

vnl_vector<Float> itk::fem::LoadGravConst::Fg_value
 

Definition at line 62 of file itkFEMLoadGrav.h.


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