MayaFlux 0.5.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 342 of file PhysicsOperator.cpp.

343{
344 size_t total = 0;
345 for (const auto& group : m_collections) {
346 total += group.collection->get_point_count();
347 }
348 return total;
349}
std::vector< CollectionGroup > m_collections

References m_collections.

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

+ Here is the caller graph for this function: