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

Method bound

src/IECoreGL/PointsPrimitive.cpp:318–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318Imath::Box3f PointsPrimitive::bound() const
319{
320 updateBounds();
321 return m_memberData->bound;
322}
323
324template<typename T>
325const T *PointsPrimitive::dataAndStride( const IECore::Data *data, const T *defaultValue, unsigned int &stride )

Callers 1

testBoundMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected