MayaFlux 0.4.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 197 of file PathOperator.cpp.

198{
199 size_t total = 0;
200 for (const auto& path : m_paths) {
201 total += path->get_vertex_count();
202 }
203 return total;
204}
std::vector< std::shared_ptr< GpuSync::PathGeneratorNode > > m_paths

References m_paths.

Referenced by get_vertex_layout(), and query_state().

+ Here is the caller graph for this function: