Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
520
VObject *View3D::GetObject( size_t index )
521
{
522
if ( index < m_objects.size() ) return m_objects[index];
523
else return 0;
524
}
525
526
int View3D::GetObjectIndex( VObject *o )
527
{
Callers
13
OnObjectList
Method · 0.45
OnObjectCheckList
Method · 0.45
RemoveHandlesForObject
Method · 0.45
OnPaint
Method · 0.45
FindHandle
Method · 0.45
OnMotion
Method · 0.45
OnLeftDown
Method · 0.45
OnLeftUp
Method · 0.45
Read_JSON
Method · 0.45
QueryUtilityCompaniesbyZipcode
Method · 0.45
RetrieveUtilityRateData
Method · 0.45
ReadPythonConfig
Function · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected