This function places the address of the New() function * of AnyItkObjectType in the ComponentDatabase. Returns 0 in * case of no errors. */
| 73 | * of AnyItkObjectType in the ComponentDatabase. Returns 0 in |
| 74 | * case of no errors. */ |
| 75 | static int |
| 76 | InstallComponent(const ComponentDescriptionType & name, IndexType i, ComponentDatabase * cdb) |
| 77 | { |
| 78 | return cdb->SetCreator(name, i, Self::Creator); |
| 79 | } |
| 80 | }; |
| 81 | |
| 82 | } // end namespace elastix |
no test coverage detected