MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / GetObject

Method GetObject

src/s3view.cpp:520–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520VObject *View3D::GetObject( size_t index )
521{
522 if ( index < m_objects.size() ) return m_objects[index];
523 else return 0;
524}
525
526int View3D::GetObjectIndex( VObject *o )
527{

Callers 13

OnObjectListMethod · 0.45
OnObjectCheckListMethod · 0.45
OnPaintMethod · 0.45
FindHandleMethod · 0.45
OnMotionMethod · 0.45
OnLeftDownMethod · 0.45
OnLeftUpMethod · 0.45
Read_JSONMethod · 0.45
ReadPythonConfigFunction · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected