PCVGBuffer.h
Classes
- PCVGBuffer --
(full description)
Types
- AMNone
-
- AMPoints
-
- AMLines
-
- AMPolyline
-
- AMPolygon
-
Interface
- Public Members
- PCVGBuffer(PixelCanvas * pc, uInt nVerts = 1024)
- PCVGBuffer()
- void accumPoint(Float x, Float y)
- void accumLine(Float x1, Float y1, Float x2, Float y2)
- void accumPolylinePoint(Float x, Float y)
- void accumPolygonPoint(Float x, Float y)
- void flush()
- AccumMode mode() const
- void setMode(AccumMode m)
- void checkSpace()
- virtual ~PCVGBuffer()
Prerequisite
Etymology
The name of PCVGBuffer comes from ...
Synopsis
Display Class File
Motivation
Example
none available.
To Do
Member Description
Default Constructor Required
User Constructor
void accumPoint(Float x, Float y)
add point
void accumLine(Float x1, Float y1, Float x2, Float y2)
add line
add point to polyline
add point to polygon
flush the buffer
current mode
change modes
check size and make more if needed
Destructor