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

Method ExternalProcedural

src/IECoreScene/ExternalProcedural.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46static const unsigned int g_ioVersion = 0;
47
48ExternalProcedural::ExternalProcedural( const std::string &fileName, const Imath::Box3f &bound, const CompoundData *parameters )
49 : m_fileName( fileName ), m_bound( bound ), m_parameters( parameters ? parameters->copy() : new CompoundData )
50{
51}
52
53ExternalProcedural::~ExternalProcedural()
54{

Callers 1

testMethod · 0.80

Calls 1

copyMethod · 0.45

Tested by 1

testMethod · 0.64