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

◆ get_point_count()

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

Get source point count (before topology expansion)

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

Definition at line 167 of file TopologyOperator.cpp.

168{
169 size_t total = 0;
170 for (const auto& topology : m_topologies) {
171 total += topology->get_point_count();
172 }
173 return total;
174}
std::vector< std::shared_ptr< GpuSync::TopologyGeneratorNode > > m_topologies

References m_topologies.

Referenced by get_data_at(), and query_state().

+ Here is the caller graph for this function: