libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moTypes.h>
#include <iostream>
#include <iomanip>
#include <cmath>
#include <map>
#include <list>
#include <vector>
#include <GL/gle.h>
#include <ft2build.h>
Go to the source code of this file.
Classes | |
class | OGLFT::Library |
The FreeType library instance. More... | |
struct | OGLFT::Advance |
struct | OGLFT::BBox |
class | OGLFT::ColorTess |
class | OGLFT::TextureTess |
class | OGLFT::Face |
A face (aka font) used to render text with OpenGL. More... | |
class | OGLFT::Polygonal |
This is the base class of the polygonal styles: outline, filled and solid. More... | |
struct | OGLFT::Polygonal::VertexInfo |
class | OGLFT::Outline |
Render text as a polygon outline. More... | |
class | OGLFT::Filled |
Render text as a filled polygons. More... | |
class | OGLFT::Solid |
Render text as solid letters. More... | |
class | OGLFT::Raster |
class | OGLFT::Monochrome |
Render text as a monochrome raster image. More... | |
class | OGLFT::Grayscale |
Render text as a grayscale raster image. More... | |
class | OGLFT::Translucent |
Render text as a translucent raster image. More... | |
class | OGLFT::Texture |
This is the base class of the texture style. More... | |
struct | OGLFT::Texture::TextureInfo |
class | OGLFT::MonochromeTexture |
Render text as texture mapped monochrome quads. More... | |
class | OGLFT::GrayscaleTexture |
Render text as texture mapped grayscale quads. More... | |
class | OGLFT::TranslucentTexture |
Render text as texture mapped translucent quads. More... | |
Namespaces | |
OGLFT | |
All of OGLFT C++ objects are in this namespace. | |
Macros | |
#define | OGLFT_NO_QT 1 |
Typedefs | |
typedef void(* | OGLFT::GLUTessCallback )(void) |
Callback from GLU tessellation routines. More... | |
typedef std::vector< GLuint > | OGLFT::DisplayLists |
typedef DisplayLists::const_iterator | OGLFT::DLCI |
A convenience definition of an iterator for display list vectors. More... | |
typedef DisplayLists::iterator | OGLFT::DLI |
A convenience definition of an iterator for display list vectors. More... | |
Enumerations | |
enum | OGLFT::Coordinates { OGLFT::X, OGLFT::Y, OGLFT::Z, OGLFT::W } |
Thanks to DesCartes, I'd consider these manifest constants. More... | |
enum | OGLFT::ColorSpace { OGLFT::R, OGLFT::G, OGLFT::B, OGLFT::A } |
Who to credit? Newton? I'd consider these manifest constants. More... | |