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

Method getNumPoints

src/IECoreScene/PointsPrimitive.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128size_t PointsPrimitive::getNumPoints() const
129{
130 return m_numPoints;
131}
132
133void PointsPrimitive::setNumPoints( size_t n )
134{

Callers 9

handleLocationFunction · 0.80
closestPointMethod · 0.80
copyFromMethod · 0.80
isEqualToMethod · 0.80
mergePrimVarsFunction · 0.80
mergePointsFunction · 0.80
doOperationMethod · 0.80
particleCountMethod · 0.80
numPrimitivesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected