SPH
Public Member Functions | List of all members
Galaxy::IProgressCallbacks Struct Referenceabstract

#include <Galaxy.h>

Inheritance diagram for Galaxy::IProgressCallbacks:
Polymorphic Galaxy::NullProgressCallbacks GalaxyCallbacks

Public Member Functions

virtual void onPart (const Storage &storage, const Size partId, const Size numParts) const =0
 Called when computing new part of the galaxy (particle positions or velocities). More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 50 of file Galaxy.h.

Member Function Documentation

◆ onPart()

virtual void Galaxy::IProgressCallbacks::onPart ( const Storage storage,
const Size  partId,
const Size  numParts 
) const
pure virtual

Called when computing new part of the galaxy (particle positions or velocities).

Implemented in GalaxyCallbacks.


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