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

Method setNumPoints

src/IECoreScene/PointsPrimitive.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void PointsPrimitive::setNumPoints( size_t n )
134{
135 m_numPoints = n;
136}
137
138Imath::Box3f PointsPrimitive::bound() const
139{

Callers 2

deletePointsFunction · 0.80
doOperationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected