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

Method insertGrid

src/IECoreVDB/VDBObject.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void VDBObject::insertGrid( openvdb::GridBase::Ptr grid )
180{
181 m_unmodifiedFromFile = false;
182 m_grids[grid->getName()] = HashedGrid( grid, nullptr );
183}
184
185void VDBObject::removeGrid( const std::string &name )
186{

Callers 4

insertGridFunction · 0.80

Calls 1

HashedGridClass · 0.85