Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
itk::fem::ImageMetricLoadImplementation< TLoadClass > Class Template Reference
#include <itkFEMImageMetricLoadImplementation.h>
List of all members.
Detailed Description
template<class TLoadClass>
class itk::fem::ImageMetricLoadImplementation< TLoadClass >
This is an example of how to define the implementation of a templated Load class. Since the Load class is templated, its implementation must also be templated. Due to limitations of MS compiler, we define this implementation function as a static function inside a templated class.
To make things easier to use, we template the class over the whole templated load class and not only over the template parameters required to define the templated Load class.
You must manually instantiate this class to register the load implementation function with the VisitorDispatcher. The instantiation is normally done like: typedef LoadTest<...> MyLoadTestClass; template class LoadTestImplementationBar2D<MyLoadTestClass>;
Definition at line 54 of file itkFEMImageMetricLoadImplementation.h.
Member Function Documentation
template<class TLoadClass> |
template<class TElementClassConstPointer> |
void itk::fem::ImageMetricLoadImplementation< TLoadClass >::ImplementImageMetricLoad |
( |
TElementClassConstPointer |
element, |
|
|
Element::LoadPointer |
load, |
|
|
Element::VectorType & |
Fe |
|
) |
[inline, static] |
|
The documentation for this class was generated from the following file:
Generated at Wed Mar 12 01:22:19 2003 for ITK by
1.2.15 written by Dimitri van Heesch,
© 1997-2000