MCPcopy Create free account
hub / github.com/ImageEngine/cortex / Output

Method Output

src/IECoreScene/Output.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50const unsigned int Output::m_ioVersion = 0;
51
52Output::Output( const std::string &name, const std::string &type, const std::string &data, CompoundDataPtr parameters )
53 : m_name( name ), m_type( type ), m_data( data ), m_parameters( parameters )
54{
55}
56
57Output::~Output()
58{

Callers 2

testMethod · 0.80
testHashMethod · 0.80

Calls

no outgoing calls

Tested by 2

testMethod · 0.64
testHashMethod · 0.64