MCPcopy Create free account
hub / github.com/SimVascular/SimVascular / GetObject

Method GetObject

Code/Source/sv/Repository/sv_Repository.cxx:185–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183// ---------
184
185cvRepositoryData *cvRepository::GetObject( CONST84 char *name )
186{
187 Tcl_HashEntry *entryPtr;
188 cvRepositoryData *obj;
189
190 entryPtr = Tcl_FindHashEntry( &table_, name );
191 if ( entryPtr == NULL ) {
192 return NULL;
193 } else {
194 obj = (cvRepositoryData *) Tcl_GetHashValue( entryPtr );
195 return obj;
196 }
197}
198
199
200// ----

Callers 15

GetTypeMethod · 0.95
Mesher_set_vtk_polydataFunction · 0.80
itkls2d_SetInputsMtdFunction · 0.80
itkls2d_SetInputsMtdFunction · 0.80
itkutils_PdToImgCmdFunction · 0.80
itkutils_PdToVolCmdFunction · 0.80
itkutils_WriteImageCmdFunction · 0.80
itkutils_GaussianCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected