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

◆ get_vertex_count()

size_t MayaFlux::Nodes::Network::PathOperator::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 151 of file PathOperator.cpp.

152{
153 size_t total = 0;
154 for (const auto& path : m_paths) {
155 total += path->get_vertex_count();
156 }
157 return total;
158}
std::vector< std::shared_ptr< GpuSync::PathGeneratorNode > > m_paths

References m_paths.

Referenced by query_state().

+ Here is the caller graph for this function: