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

#include <IGraphicsPane.h>

Inheritance diagram for IGraphicsPane:
OrthoPane

Public Member Functions

 IGraphicsPane (wxWindow *parent)
 
virtual ICameragetCamera ()=0
 
virtual void resetView ()=0
 
virtual void onTimeStep (const Storage &storage, const Statistics &stats)=0
 

Detailed Description

Definition at line 17 of file IGraphicsPane.h.

Constructor & Destructor Documentation

◆ IGraphicsPane()

IGraphicsPane::IGraphicsPane ( wxWindow *  parent)
inline

Definition at line 19 of file IGraphicsPane.h.

Member Function Documentation

◆ getCamera()

virtual ICamera& IGraphicsPane::getCamera ( )
pure virtual

Implemented in OrthoPane.

◆ onTimeStep()

virtual void IGraphicsPane::onTimeStep ( const Storage storage,
const Statistics stats 
)
pure virtual

Implemented in OrthoPane.

◆ resetView()

virtual void IGraphicsPane::resetView ( )
pure virtual

Implemented in OrthoPane.


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