Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ CoordinateSystem
Method
CoordinateSystem
src/IECoreScene/CoordinateSystem.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
IE_CORE_DEFINEOBJECTTYPEDESCRIPTION( CoordinateSystem );
47
48
CoordinateSystem::CoordinateSystem( const std::string &name )
49
: m_name( name )
50
{
51
}
52
53
CoordinateSystem::~CoordinateSystem()
54
{
Callers
3
test
Method · 0.80
testHash
Method · 0.80
testEquality
Method · 0.80
Calls
no outgoing calls
Tested by
3
test
Method · 0.64
testHash
Method · 0.64
testEquality
Method · 0.64