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

Method readBound

src/IECoreVDB/VDBScene.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 ////////////////////////////////////////////////////
108
109 Imath::Box3d readBound( double time ) const override
110 {
111 const Imath::Box3f bound = rootData().m_vdbObject->bound();
112 return Imath::Box3d(bound.min, bound.max);
113 }
114
115 void writeBound( const Imath::Box3d &bound, double time ) override
116 {

Callers

nothing calls this directly

Calls 1

boundMethod · 0.45

Tested by

no test coverage detected