Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ particleCount
Method
particleCount
src/IECoreScene/ParticleWriter.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
size_t ParticleWriter::particleCount()
77
{
78
return particleObject()->getNumPoints();
79
}
80
81
void ParticleWriter::particleAttributes( std::vector<std::string> &names )
82
{
Callers
nothing calls this directly
Calls
1
getNumPoints
Method · 0.80
Tested by
no test coverage detected