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

◆ get_point_count()

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

Get source point count (before topology expansion)

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

Definition at line 145 of file AssemblyOperator.cpp.

146{
147 return get_vertex_count();
148}
size_t get_vertex_count() const override
Get number of vertices (may differ from point count for topology/path)

References get_vertex_count().

+ Here is the call graph for this function: