#include <itkFEMObjectFactory.h>
Inheritance diagram for itk::fem::FEMObjectFactory< T >:


Public Member Functions | |
| *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 |
Static Public Member Functions | |
| *Find the ID of the class with specified obtain the class ID *with this function first and then use that ID with the Create member *function *static int | ClassName2ID (StrClassName str) |
| static T::Pointer | Create (int id) |
| static StrClassName | ID2ClassName (int id) |
| *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 which can be later *used to create objects of that class *static int | Register (COF f, const char *str) |
Public Attributes | |
| *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 |
Friends | |
| class | Dummy |
Classes | |
| class | Dummy |
|
||||||||||
|
Definition at line 127 of file itkFEMObjectFactory.h. |
|
||||||||||
|
Create a new object based on class identifier id and return a pointer to it. Definition at line 92 of file itkFEMObjectFactory.h. |
|
||||||||||
|
Return the name of the class (as a string) for the given ID. Definition at line 116 of file itkFEMObjectFactory.h. |
|
||||||||||
|
|
|
||||||||||||||||
|
Definition at line 102 of file itkFEMObjectFactory.h. |
|
|||||
|
By defining a Dummy friend class, some warnings in gcc about destructor being private are eliminated. Definition at line 195 of file itkFEMObjectFactory.h. |
|
|||||
|
Definition at line 98 of file itkFEMObjectFactory.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000