Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
void PointsPrimitive::setNumPoints( size_t n )
134
{
135
m_numPoints = n;
136
}
137
138
Imath::Box3f PointsPrimitive::bound() const
139
{
Callers
2
deletePoints
Function · 0.80
doOperation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected