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

◆ size()

size_t MayaFlux::Nodes::ChainNode::size ( ) const
inline

Returns the number of nodes in the chain.

Definition at line 84 of file NodeChain.hpp.

84{ return m_nodes.size(); }
std::vector< std::shared_ptr< Node > > m_nodes