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

◆ get_point_count()

size_t MayaFlux::Nodes::Network::PathOperator::get_point_count ( ) const
overridevirtual

Get source point count (before topology expansion)

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

Definition at line 174 of file PathOperator.cpp.

175{
176 size_t total = 0;
177 for (const auto& path : m_paths) {
178 total += path->get_all_vertex_count();
179 }
180 return total;
181}
std::vector< std::shared_ptr< GpuSync::PathGeneratorNode > > m_paths

References m_paths.

Referenced by query_state().

+ Here is the caller graph for this function: