Public Methods
-
View2D()
-
~View2D()
-
void SetSizes(int w, int h)
-
Object2D* getObject2D(unsigned int i)
- inline void glVertex2D(const Vector2D &v) const { glVertex2f(real2pixmap_x(vx()),real2pixmap_y(vy())); }
-
inline void glVertex2D(const Vector2D &v) const
-
inline void glRasterPos2D(const Vector2D &v) const
-
void glClipPlaneV2D(GLenum plane, const Vector2D &n, const Vector2D &P) const
-
inline Vector2D real2pixmap(const Vector2D &v) const
-
inline Vector2D real2pixmapVector(const Vector2D &v) const
-
void SetOrthoGL() const
-
void UnSetOrthoGL() const
-
void glInit()
-
void glDraw()
-
int LoadXML(char* file_name)
- Load an View2D from a XML file
-
int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
Private Fields
-
int width
-
int height
-
vector<Line2D> line2d
-
vector<Lines2D> lines2d
-
vector<Text2D> text2d
-
vector<Object2D> object2d
-
FontManager* fontmanager
-
float D
- HUD stuff
-
float Cview
Private Methods
-
int real2pixmap_x(double x) const
- origin of coordinates is bottom centered
-
int real2pixmap_y(double y) const
-
double pixmap2real_x(int x) const
-
double pixmap2real_y(int y) const
-
inline float pixel2mrad(float x) const
Documentation
- View2D()
- ~View2D()
- void SetSizes(int w, int h)
- Object2D* getObject2D(unsigned int i)
- inline void glVertex2D(const Vector2D &v) const { glVertex2f(real2pixmap_x(vx()),real2pixmap_y(vy())); }
- inline void glVertex2D(const Vector2D &v) const
- inline void glRasterPos2D(const Vector2D &v) const
- void glClipPlaneV2D(GLenum plane, const Vector2D &n, const Vector2D &P) const
- inline Vector2D real2pixmap(const Vector2D &v) const
- inline Vector2D real2pixmapVector(const Vector2D &v) const
- void SetOrthoGL() const
- void UnSetOrthoGL() const
- void glInit()
- void glDraw()
- int LoadXML(char* file_name)
- Load an View2D from a XML file
- int ParseXML(xmlDocPtr doc, xmlNodePtr cur)
- int width
- int height
- vector<Line2D> line2d
- vector<Lines2D> lines2d
- vector<Text2D> text2d
- vector<Object2D> object2d
- FontManager* fontmanager
- int real2pixmap_x(double x) const
- origin of coordinates is bottom centered
- int real2pixmap_y(double y) const
- double pixmap2real_x(int x) const
- double pixmap2real_y(int y) const
- float D
- HUD stuff
- float Cview
- inline float pixel2mrad(float x) const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.