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

Method gridNames

src/IECoreVDB/VDBObject.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169std::vector<std::string> VDBObject::gridNames() const
170{
171 std::vector<std::string> outputGridNames;
172 for( const auto &it : m_grids )
173 {
174 outputGridNames.push_back( it.first );
175 }
176 return outputGridNames;
177}
178
179void VDBObject::insertGrid( openvdb::GridBase::Ptr grid )
180{

Callers 6

testCanRemoveGridMethod · 0.95
writeVolumeFunction · 0.80
testCanReadVBObjectMethod · 0.80
gridNamesFunction · 0.80

Calls

no outgoing calls

Tested by 4

testCanRemoveGridMethod · 0.76
testCanReadVBObjectMethod · 0.64