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

◆ get_node_count()

size_t MayaFlux::Nodes::Network::MeshNetwork::get_node_count ( ) const
inlineoverridevirtual

Get the number of nodes in the network.

Returns
Total node count

Used for introspection, visualization, and validation.

Implements MayaFlux::Nodes::Network::NodeNetwork.

Definition at line 103 of file MeshNetwork.hpp.

103{ return m_slots.size(); }