class VectorWindow: public GlutWindow

Eine Klasse zur Darstellung eines Linienzuges

Inheritance:


Public Fields

[more]vector<Point> C
die Eckpunkte des Linienzuges
[more]BoundingBox bb
das kleinste achsenorientierte Rechteck, das alle Eckpunkte einschließt

Public Methods

[more] VectorWindow(GlutAdmin &admin, int width, int height, int initX, int initY, char *title)
kreiert ein Fenster namens title mit der Breite width und Höhe height an der Bildschirmposition (initx,inity)
[more] ~VectorWindow()
[more]void DisplayFunc()
[more]void ReshapeFunc(int newwidth, int newheight)
[more]void MenuFunc(int value)


Inherited from GlutWindow:

Public Methods

ovirtual void MotionFunc(int, int)
ovirtual void MouseFunc(int, int, int, int)
ovoid SetWindowID(int newID)
oint GetWindowID()

Protected Fields

oint ID


Documentation

Eine Klasse zur Darstellung eines Linienzuges
ovector<Point> C
die Eckpunkte des Linienzuges

oBoundingBox bb
das kleinste achsenorientierte Rechteck, das alle Eckpunkte einschließt

o VectorWindow(GlutAdmin &admin, int width, int height, int initX, int initY, char *title)
kreiert ein Fenster namens title mit der Breite width und Höhe height an der Bildschirmposition (initx,inity)

o ~VectorWindow()

ovoid DisplayFunc()

ovoid ReshapeFunc(int newwidth, int newheight)

ovoid MenuFunc(int value)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.