MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_point_count()

size_t MayaFlux::Nodes::Network::ParticleNetwork::get_point_count ( ) const
inline

Get point count (alias for get_node_count)

Provided for clarity in graphics contexts. For ParticleNetwork, points and nodes are the same concept.

Definition at line 109 of file ParticleNetwork.hpp.

109{ return get_node_count(); }
size_t get_node_count() const override
Get number of particles in network.