Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
size_t PointsPrimitive::getNumPoints() const
129
{
130
return m_numPoints;
131
}
132
133
void PointsPrimitive::setNumPoints( size_t n )
134
{
Callers
9
handleLocation
Function · 0.80
closestPoint
Method · 0.80
copyFrom
Method · 0.80
isEqualTo
Method · 0.80
mergePrimVars
Function · 0.80
mergePoints
Function · 0.80
doOperation
Method · 0.80
particleCount
Method · 0.80
numPrimitives
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected