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

◆ get_topology_count()

size_t MayaFlux::Nodes::Network::TopologyOperator::get_topology_count ( ) const
inline

Get number of topologies currently stored.

Returns
Topology count

Definition at line 77 of file TopologyOperator.hpp.

77{ return m_topologies.size(); }
std::vector< std::shared_ptr< GpuSync::TopologyGeneratorNode > > m_topologies