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

◆ get_vertex_count()

size_t MayaFlux::Nodes::Network::PhysicsOperator::get_vertex_count ( ) const
overridevirtual

Get number of vertices (may differ from point count for topology/path)

Implements MayaFlux::Nodes::Network::GraphicsOperator.

Definition at line 319 of file PhysicsOperator.cpp.

320{
321 size_t total = 0;
322 for (const auto& group : m_collections) {
323 total += group.collection->get_vertex_count();
324 }
325 return total;
326}
std::vector< CollectionGroup > m_collections

References m_collections.

Referenced by build_cluster_ids(), get_vertex_layout(), and seed_from_upstream().

+ Here is the caller graph for this function: