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

Method GetType

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

Source from the content-addressed store, hash-verified

166// -------
167
168RepositoryDataT cvRepository::GetType( CONST84 char *name )
169{
170 cvRepositoryData *obj;
171
172 obj = this->GetObject( name );
173 if ( obj == NULL ) {
174 return OBJ_NOT_FOUND_T;
175 } else {
176 return obj->GetType();
177 }
178}
179
180
181// ---------

Callers 15

MeshingSeriesSetModelFunction · 0.45
MeshingSeries_get_meshFunction · 0.45
ModelingSeries_get_modelFunction · 0.45
PyCreateSegmentationFunction · 0.45
Mesher_set_vtk_polydataFunction · 0.45
Segmentation_get_typeFunction · 0.45
Geom_ReduceCmdFunction · 0.45
Geom_UnionCmdFunction · 0.45
Geom_IntersectCmdFunction · 0.45
Geom_SubtractCmdFunction · 0.45
Geom_CheckSurfaceCmdFunction · 0.45

Calls 1

GetObjectMethod · 0.95

Tested by

no test coverage detected