MayaFlux 0.2.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 294 of file PhysicsOperator.cpp.

295{
296 size_t total = 0;
297 for (const auto& group : m_collections) {
298 total += group.collection->get_point_count();
299 }
300 return total;
301}
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: