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

◆ get_vertex_count()

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

Get number of vertices (may differ from point count for topology/path)

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

Definition at line 101 of file AssemblyOperator.cpp.

102{
103 size_t total = 0;
104 for (const auto& item : m_items) {
105 total += item->get_vertex_count();
106 }
107 return total;
108}
uint32_t total
std::vector< std::shared_ptr< GpuSync::GeometryWriterNode > > m_items

References m_items, and total.

Referenced by build_cluster_ids(), get_point_count(), get_vertex_layout(), and query_state().

+ Here is the caller graph for this function: