ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::fem::LoadTest< TClass > Class Template Reference

Example to show how to define templated load classes. More...

#include <itkFEMLoadTest.h>

Inheritance diagram for itk::fem::LoadTest< TClass >:
Collaboration diagram for itk::fem::LoadTest< TClass >:

List of all members.

Public Types

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

Public Member Functions

virtual const char * GetNameOfClass () const

Static Public Member Functions

static Pointer New ()
TClass data
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 LoadTest ()

Detailed Description

template<class TClass>
class itk::fem::LoadTest< TClass >

Example to show how to define templated load classes.

Note:
The class must be instantiated, before the object factory can produce more objects of this class. Instantiate the specific derived classes with: "template class LoadTest<...>;" where required.

Definition at line 38 of file itkFEMLoadTest.h.


Member Typedef Documentation

template<class TClass >
typedef SmartPointer<const Self> itk::fem::LoadTest< TClass >::ConstPointer

Reimplemented from itk::fem::LoadElement.

Definition at line 46 of file itkFEMLoadTest.h.

template<class TClass >
typedef SmartPointer<Self> itk::fem::LoadTest< TClass >::Pointer

Reimplemented from itk::fem::LoadElement.

Definition at line 45 of file itkFEMLoadTest.h.

template<class TClass >
typedef LoadTest itk::fem::LoadTest< TClass >::Self

Standard class typedefs.

Reimplemented from itk::fem::LoadElement.

Definition at line 43 of file itkFEMLoadTest.h.

template<class TClass >
typedef LoadElement itk::fem::LoadTest< TClass >::Superclass

Reimplemented from itk::fem::LoadElement.

Definition at line 44 of file itkFEMLoadTest.h.


Constructor & Destructor Documentation

template<class TClass >
itk::fem::LoadTest< TClass >::LoadTest ( ) [inline]

Default constructor

Definition at line 75 of file itkFEMLoadTest.h.


Member Function Documentation

template<class TClass >
virtual::itk::LightObject::Pointer itk::fem::LoadTest< TClass >::CreateAnother ( void  ) const [inline, virtual]

CreateAnother method will clone the existing instance of this type, including its internal member variables.

Reimplemented from itk::fem::LoadElement.

Definition at line 56 of file itkFEMLoadTest.h.

References itk::fem::FEMLightObject::GetGlobalNumber(), itk::fem::Load::m_Element, and itk::fem::LoadTest< TClass >::New().

template<class TClass >
virtual const char* itk::fem::LoadTest< TClass >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::fem::LoadElement.

template<class TClass >
static Pointer itk::fem::LoadTest< TClass >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::fem::LoadElement.

Referenced by itk::fem::LoadTest< TClass >::CreateAnother().


Member Data Documentation

template<class TClass >
TClass itk::fem::LoadTest< TClass >::data

Some data that this load defines.

Definition at line 82 of file itkFEMLoadTest.h.


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