MCPcopy Create free account
hub / github.com/SuperElastix/elastix / InstallComponent

Function InstallComponent

Core/Install/elxInstallFunctions.h:75–79  ·  view source on GitHub ↗

This function places the address of the New() function * of AnyItkObjectType in the ComponentDatabase. Returns 0 in * case of no errors. */

Source from the content-addressed store, hash-verified

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

Callers 2

DOMethod · 0.85
DOMethod · 0.85

Calls 1

SetCreatorMethod · 0.80

Tested by

no test coverage detected