7 #ifndef __viewer__OrthoViewer_h__ 8 #define __viewer__OrthoViewer_h__ 27 void initialize(
void);
34 virtual void render(Real a_time,Real a_timestep) {}
35 virtual Real
frameRate(
void)
const {
return Real(0); }
39 virtual void handle(
Record& record);
virtual void render(Real a_time, Real a_timestep)
Send signals for one frame.
Definition: OrthoViewer.h:34
Convienience base class for specification and use of path accessors.
Definition: Config.h:19
orthographic projection related
Definition: windowAS.h:257
window data
Definition: datatoolAS.h:38
virtual void bind(sp< WindowI > spWindowI)
Adopts a WindowI.
Definition: ViewerI.h:28
possible attributes of a top level signal
Definition: datatoolAS.h:16
Simple viewer interface.
Definition: SignalerViewerI.h:22
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Interface to handle signals from an SignalerI.
Definition: HandlerI.h:22
Safe handle for shared pointer.
Definition: Handled.h:61
virtual Real frameRate(void) const
Returns frames per seconds.
Definition: OrthoViewer.h:35
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
Orthographic viewer.
Definition: OrthoViewer.h:19