SPH
Public Member Functions | List of all members
IAggregateObserver Class Referenceabstract

Holds aggregate data stored in the storage and used by the solver. More...

#include <AggregateSolver.h>

Inheritance diagram for IAggregateObserver:
IStorageUserData Polymorphic AggregateHolder

Public Member Functions

virtual Size count () const =0
 Returns the number of aggregates in the storage. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Holds aggregate data stored in the storage and used by the solver.

Provides functions for querying the state of aggregates.

Definition at line 13 of file AggregateSolver.h.

Member Function Documentation

◆ count()

virtual Size IAggregateObserver::count ( ) const
pure virtual

Returns the number of aggregates in the storage.

Isolated particles do not count as an aggregate.

Implemented in AggregateHolder.


The documentation for this class was generated from the following file: