2#ifndef GRAMODS_GRAPHICS_REMAPPERVIEW
3#define GRAMODS_GRAPHICS_REMAPPERVIEW
6#include <gmCore/io_float.hh>
7#include <gmCore/io_angle.hh>
9#include <gmGraphics/View.hh>
10#include <gmGraphics/CoordinatesMapper.hh>
12BEGIN_NAMESPACE_GMGRAPHICS;
36 void traverse(
Visitor *visitor)
override;
43 void addView(std::shared_ptr<View>);
51 void setFrom(std::shared_ptr<CoordinatesMapper>);
59 void setTo(std::shared_ptr<CoordinatesMapper>);
69 void setViewOffset(
float);
79 void setSphereRadius(
float);
92 std::unique_ptr<Impl> _impl;
95END_NAMESPACE_GMGRAPHICS;
The RemapperView remaps another view from the mapping expressed by one CoordinatesMapper into the map...
Definition RemapperView.hh:19
The base of graphics View implementations.
Definition View.hh:13
std::array< angle, 2 > angle2
Array of 2 angle.
Definition io_angle.hh:59
The visitor of a design pattern for automatic traversal.
Definition Object.hh:75
Definition RemapperView.cpp:22
Package of settings affecting the rendering.
Definition ViewBase.hh:30