MCPcopy 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

46IE_CORE_DEFINEOBJECTTYPEDESCRIPTION( CoordinateSystem );
47
48CoordinateSystem::CoordinateSystem( const std::string &name )
49 : m_name( name )
50{
51}
52
53CoordinateSystem::~CoordinateSystem()
54{

Callers 3

testMethod · 0.80
testHashMethod · 0.80
testEqualityMethod · 0.80

Calls

no outgoing calls

Tested by 3

testMethod · 0.64
testHashMethod · 0.64
testEqualityMethod · 0.64