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

◆ get_point_count()

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

Get source point count (before topology expansion)

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

Definition at line 296 of file PhysicsOperator.cpp.

297{
298 size_t total = 0;
299 for (const auto& group : m_collections) {
300 total += group.collection->get_point_count();
301 }
302 return total;
303}
std::vector< CollectionGroup > m_collections

References m_collections.

Referenced by apply_impulse(), apply_one_to_one(), get_data_at(), and query_state().

+ Here is the caller graph for this function: