| 46 | static const unsigned int g_ioVersion = 0; |
| 47 | |
| 48 | ExternalProcedural::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 | |
| 53 | ExternalProcedural::~ExternalProcedural() |
| 54 | { |