8#ifndef META_OCEAN_RENDERING_PARALLEL_VIEW_H
9#define META_OCEAN_RENDERING_PARALLEL_VIEW_H
ObjectType
Definition of different object type.
Definition Object.h:63
This class is the base class for all parallel views.
Definition ParallelView.h:35
virtual Scalar width() const
Returns the width of the orthographic viewing box in world units.
virtual bool setWidth(const Scalar width)
Sets the width of the orthographic viewing box in world units.
~ParallelView() override
Destructs a parallel view object.
ObjectType type() const override
Returns the type of this object.
ParallelView()
Creates a new parallel view object.
This class implements a smart rendering object reference.
Definition rendering/ObjectRef.h:34
This class is the base class for all rendering views.
Definition View.h:46
float Scalar
Definition of a scalar type.
Definition Math.h:129
The namespace covering the entire Ocean framework.
Definition Accessor.h:15