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 341 of file PhysicsOperator.cpp.

342{
343 size_t total = 0;
344 for (const auto& group : m_collections) {
345 total += group.collection->get_point_count();
346 }
347 return total;
348}
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: