MayaFlux 0.4.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 318 of file PhysicsOperator.cpp.

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

References m_collections.

Referenced by get_vertex_layout(), and seed_from_upstream().

+ Here is the caller graph for this function: