Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

FTMesh Class Reference

FTMesh is a container of FTTesselation's that make up a polygon glyph. More...

#include <FTVectoriser.h>

List of all members.

Public Member Functions

 FTMesh ()
 Default constructor.

 ~FTMesh ()
 Destructor.

void AddPoint (const FTGL_DOUBLE x, const FTGL_DOUBLE y, const FTGL_DOUBLE z)
FTGL_DOUBLECombine (const FTGL_DOUBLE x, const FTGL_DOUBLE y, const FTGL_DOUBLE z)
void Begin (GLenum meshType)
void End ()
void Error (GLenum e)
unsigned int TesselationCount () const
const FTTesselation *const Tesselation (unsigned int index) const
const PointListTempPointList () const
GLenum Error () const
 Get the GL ERROR returned by the glu tesselator.


Detailed Description

FTMesh is a container of FTTesselation's that make up a polygon glyph.

Definition at line 80 of file FTVectoriser.h.


Constructor & Destructor Documentation

FTMesh::FTMesh  ) 
 

Default constructor.

Definition at line 51 of file FTVectoriser.cpp.

References FTVector< FTTesselation * >::reserve().

FTMesh::~FTMesh  ) 
 

Destructor.

Definition at line 59 of file FTVectoriser.cpp.

References FTVector< FTTesselation * >::clear(), and FTVector< FTTesselation * >::size().


Member Function Documentation

void FTMesh::AddPoint const FTGL_DOUBLE  x,
const FTGL_DOUBLE  y,
const FTGL_DOUBLE  z
 

Definition at line 70 of file FTVectoriser.cpp.

References FTTesselation::AddPoint().

Referenced by ftglVertex().

void FTMesh::Begin GLenum  meshType  ) 
 

Definition at line 83 of file FTVectoriser.cpp.

Referenced by ftglBegin().

FTGL_DOUBLE * FTMesh::Combine const FTGL_DOUBLE  x,
const FTGL_DOUBLE  y,
const FTGL_DOUBLE  z
 

Definition at line 76 of file FTVectoriser.cpp.

References FTList< FTPoint >::back(), FTGL_DOUBLE, and FTList< FTPoint >::push_back().

Referenced by ftglCombine().

void FTMesh::End  ) 
 

Definition at line 89 of file FTVectoriser.cpp.

References FTVector< FTTesselation * >::push_back().

Referenced by ftglEnd().

GLenum FTMesh::Error  )  const [inline]
 

Get the GL ERROR returned by the glu tesselator.

Definition at line 139 of file FTVectoriser.h.

void FTMesh::Error GLenum  e  )  [inline]
 

Definition at line 119 of file FTVectoriser.h.

Referenced by ftglError().

const PointList& FTMesh::TempPointList  )  const [inline]
 

Definition at line 134 of file FTVectoriser.h.

const FTTesselation *const FTMesh::Tesselation unsigned int  index  )  const
 

Definition at line 95 of file FTVectoriser.cpp.

References FTVector< FTTesselation * >::size().

Referenced by FTExtrdGlyph::FTExtrdGlyph(), and FTPolyGlyph::FTPolyGlyph().

unsigned int FTMesh::TesselationCount  )  const [inline]
 

Definition at line 124 of file FTVectoriser.h.

Referenced by FTExtrdGlyph::FTExtrdGlyph(), and FTPolyGlyph::FTPolyGlyph().


The documentation for this class was generated from the following files:
Generated on Mon Aug 25 15:16:40 2003 for FTGL by doxygen 1.3.3