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

itk::fem::LoadPoint Class Reference

This load is applied on a point in an element. More...

#include <itkFEMLoadPoint.h>

Inheritance diagram for itk::fem::LoadPoint:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef LoadPoint Self
typedef LoadElement Superclass
typedef SelfPointer
typedef const SelfConstPointer

Public Member Functions

virtual Baseclass::Pointer Clone () const
virtual int ClassID () const

Static Public Member Functions

Self::Pointer New ()

Public Attributes

vnl_vector< Floatpoint
vnl_vector< FloatFp

Static Public Attributes

const int CLID

Detailed Description

This load is applied on a point in an element.

FIXME: To be implemented. Nothing works yet

Definition at line 36 of file itkFEMLoadPoint.h.


Member Typedef Documentation

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

Const pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.

typedef Self* itk::fem::LoadPoint::Pointer
 

Pointer or SmartPointer to an object.

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.

typedef LoadPoint itk::fem::LoadPoint::Self
 

Standard Self typedef.

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.

typedef LoadElement itk::fem::LoadPoint::Superclass
 

Standard Superclass typedef.

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.


Member Function Documentation

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

Virtual function to access the class ID

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.

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

Create a new object from the existing one

Reimplemented from itk::fem::LoadElement.

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

Object creation in an itk compatible way

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.


Member Data Documentation

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

Class ID for FEM object factory

Reimplemented from itk::fem::LoadElement.

Definition at line 37 of file itkFEMLoadPoint.h.

vnl_vector<Float> itk::fem::LoadPoint::Fp
 

the actual load vector Definition at line 48 of file itkFEMLoadPoint.h.

vnl_vector<Float> itk::fem::LoadPoint::point
 

Point of which the load acts in global coord. sys. Definition at line 43 of file itkFEMLoadPoint.h.


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