#include <itkFEMImageMetricLoadImplementation.h>
Static Public Member Functions | |
template<class TElementClassConstPointer> void | ImplementImageMetricLoad (TElementClassConstPointer element, Element::LoadPointer load, Element::VectorType &Fe) |
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.
|
Definition at line 59 of file itkFEMImageMetricLoadImplementation.h. References itk::fem::Element::LoadPointer, and itk::fem::Element::VectorType. |