MCPcopy 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
76size_t ParticleWriter::particleCount()
77{
78 return particleObject()->getNumPoints();
79}
80
81void ParticleWriter::particleAttributes( std::vector<std::string> &names )
82{

Callers

nothing calls this directly

Calls 1

getNumPointsMethod · 0.80

Tested by

no test coverage detected