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

◆ get_path_count()

size_t MayaFlux::Nodes::Network::PathOperator::get_path_count ( ) const
inline

Get the number of paths currently managed by this operator.

Returns
Number of path collections.

Definition at line 84 of file PathOperator.hpp.

84{ return m_paths.size(); }
std::vector< std::shared_ptr< GpuSync::PathGeneratorNode > > m_paths