![]() |
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>
Ir al código fuente de este archivo.
Clases | |
class | OGLFT::Library |
The FreeType library instance. Más... | |
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. Más... | |
struct | OGLFT::Face::FaceData |
class | OGLFT::Polygonal |
This is the base class of the polygonal styles: outline, filled and solid. Más... | |
struct | OGLFT::Polygonal::VertexInfo |
class | OGLFT::Outline |
Render text as a polygon outline. Más... | |
class | OGLFT::Filled |
Render text as a filled polygons. Más... | |
class | OGLFT::Solid |
Render text as solid letters. Más... | |
struct | OGLFT::Solid::glePoint2D |
Data for the gleExtrusion routine. Más... | |
class | OGLFT::Raster |
class | OGLFT::Monochrome |
Render text as a monochrome raster image. Más... | |
class | OGLFT::Grayscale |
Render text as a grayscale raster image. Más... | |
class | OGLFT::Translucent |
Render text as a translucent raster image. Más... | |
class | OGLFT::Texture |
This is the base class of the texture style. Más... | |
struct | OGLFT::Texture::TextureInfo |
class | OGLFT::MonochromeTexture |
Render text as texture mapped monochrome quads. Más... | |
class | OGLFT::GrayscaleTexture |
Render text as texture mapped grayscale quads. Más... | |
class | OGLFT::TranslucentTexture |
Render text as texture mapped translucent quads. Más... | |
Namespaces | |
OGLFT | |
All of OGLFT C++ objects are in this namespace. | |
defines | |
#define | OGLFT_NO_QT 1 |
typedefs | |
typedef void(* | OGLFT::GLUTessCallback) (void) |
Callback from GLU tessellation routines. Más... | |
typedef std::vector< GLuint > | OGLFT::DisplayLists |
typedef DisplayLists::const_iterator | OGLFT::DLCI |
A convenience definition of an iterator for display list vectors. Más... | |
typedef DisplayLists::iterator | OGLFT::DLI |
A convenience definition of an iterator for display list vectors. Más... | |
Enumeraciones | |
enum | OGLFT::Coordinates { OGLFT::X, OGLFT::Y, OGLFT::Z, OGLFT::W } |
Thanks to DesCartes, I'd consider these manifest constants. Más... | |
enum | OGLFT::ColorSpace { OGLFT::R, OGLFT::G, OGLFT::B, OGLFT::A } |
Who to credit? Newton? I'd consider these manifest constants. Más... | |