![]() |
Orfeo Toolbox
3.16
|
#include <itkFEMRegistrationFilter.h>
Inheritance diagram for itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMOF:
Collaboration diagram for itk::fem::FEMRegistrationFilter< TMovingImage, TFixedImage >::FEMOF:Static Public Member Functions | |
| static int | ClassName2ID (StrClassName str) |
| static FEMLightObject::Pointer | Create (int id) |
| static StrClassName | ID2ClassName (int id) |
| static int | Register (COF f, const char *str) |
Protected Member Functions | |
| FEMOF () | |
| ~FEMOF () | |
A non-templated class to access FEMObjectFactory Easy access to the FEMObjectFactory. We create a new class whose name is shorter and it's not templated...
Definition at line 493 of file itkFEMRegistrationFilter.h.
|
protected |
|
protected |
|
inlinestaticinherited |
Find the ID of the class with specified name (this is a slow function). If you have to create many objects of the same class, obtain the class ID with this function first and then use that ID with the Create member function.
Definition at line 125 of file itkFEMObjectFactory.h.
References itk::fem::FEMObjectFactory< T >::cofs_, and itk::fem::FEMObjectFactory< T >::Instance().
Referenced by itk::fem::FEMLightObject::CreateFromStream().
|
inlinestaticinherited |
Create a new object based on class identifier id and return a pointer to it.
Definition at line 90 of file itkFEMObjectFactory.h.
References itk::fem::FEMObjectFactory< T >::cofs_, and itk::fem::FEMObjectFactory< T >::Instance().
Referenced by itk::fem::FEMLightObject::CreateFromStream().
|
inlinestaticinherited |
Return the name of the class (as a string) for the given ID.
Definition at line 114 of file itkFEMObjectFactory.h.
References itk::fem::FEMObjectFactory< T >::cofs_, and itk::fem::FEMObjectFactory< T >::Instance().
|
inlinestaticinherited |
Register the class with the factory. A pointer to a 'create' function and class name as a string must be provided. Function returns the newly assigned ID of the class, which can be later used to create objects of that class.
Definition at line 101 of file itkFEMObjectFactory.h.
References itk::fem::FEMObjectFactory< T >::cofs_, itk::fem::FEMObjectFactory< T >::Instance(), itk::SimpleFastMutexLock::Lock(), itk::fem::FEMObjectFactory< T >::m_MutexLock, and itk::SimpleFastMutexLock::Unlock().