|
static PtrPrimitive | checkPoint (Point *&P) |
|
static PtrPrimitive | checkPolygon (Polygone *&P) |
|
static PtrPrimitive | checkSegment (Segment *&P) |
|
static void | ComputeBufferBB (GLint size, GLfloat *buffer, GLfloat &xmin, GLfloat &xmax, GLfloat &ymin, GLfloat &ymax, GLfloat &zmin, GLfloat &zmax) |
|
static void | NormalizeBufferCoordinates (GLint size, GLfloat *buffer, GLfloat MaxSize, GLfloat &zmin, GLfloat &zmax) |
|
|
static void | ComputePrimitiveBB (GLfloat *&loc, GLfloat &xmin, GLfloat &xmax, GLfloat &ymin, GLfloat &ymax, GLfloat &zmin, GLfloat &zmax) |
|
static void | debug_printBuffer (GLint size, GLfloat *buffer) |
|
static const char * | nameOfToken (int token) |
|
static void | NormalizePrimitiveCoordinates (GLfloat *&loc, GLfloat MaxSize, GLfloat zmin, GLfloat zmax) |
|
static void | print3DcolorVertex (GLint size, GLint *count, GLfloat *buffer) |
|
Definition at line 55 of file ParserGL.cpp.
void ParserUtils::ComputeBufferBB |
( |
GLint |
size, |
|
|
GLfloat * |
buffer, |
|
|
GLfloat & |
xmin, |
|
|
GLfloat & |
xmax, |
|
|
GLfloat & |
ymin, |
|
|
GLfloat & |
ymax, |
|
|
GLfloat & |
zmin, |
|
|
GLfloat & |
zmax |
|
) |
| |
|
static |
void ParserUtils::ComputePrimitiveBB |
( |
GLfloat *& |
loc, |
|
|
GLfloat & |
xmin, |
|
|
GLfloat & |
xmax, |
|
|
GLfloat & |
ymin, |
|
|
GLfloat & |
ymax, |
|
|
GLfloat & |
zmin, |
|
|
GLfloat & |
zmax |
|
) |
| |
|
staticprivate |
void ParserUtils::debug_printBuffer |
( |
GLint |
size, |
|
|
GLfloat * |
buffer |
|
) |
| |
|
staticprivate |
const char * ParserUtils::nameOfToken |
( |
int |
token | ) |
|
|
staticprivate |
void ParserUtils::NormalizeBufferCoordinates |
( |
GLint |
size, |
|
|
GLfloat * |
buffer, |
|
|
GLfloat |
MaxSize, |
|
|
GLfloat & |
zmin, |
|
|
GLfloat & |
zmax |
|
) |
| |
|
static |
void ParserUtils::NormalizePrimitiveCoordinates |
( |
GLfloat *& |
loc, |
|
|
GLfloat |
MaxSize, |
|
|
GLfloat |
zmin, |
|
|
GLfloat |
zmax |
|
) |
| |
|
staticprivate |
void ParserUtils::print3DcolorVertex |
( |
GLint |
size, |
|
|
GLint * |
count, |
|
|
GLfloat * |
buffer |
|
) |
| |
|
staticprivate |
const double ParserUtils::EGALITY_EPS = 0.00001 |
|
staticprivate |
The documentation for this class was generated from the following file: