|
typedef void(* | fcn) (void) |
|
|
virtual void | begin (GLenum) |
|
virtual void | combine (GLdouble[3], void *[4], GLfloat[4], void **) |
|
virtual void | edge_flag (GLboolean) |
|
virtual void | end (void) |
|
virtual void | error (GLenum err) |
|
virtual void | init (void) |
|
bool | is_filled (void) const |
|
virtual void | vertex (void *) |
|
Definition at line 326 of file gl-render.cc.
◆ fcn
typedef void( * octave::opengl_tessellator::fcn) (void) |
◆ opengl_tessellator() [1/2]
octave::opengl_tessellator::opengl_tessellator |
( |
void |
| ) |
|
|
inline |
◆ opengl_tessellator() [2/2]
◆ ~opengl_tessellator()
virtual octave::opengl_tessellator::~opengl_tessellator |
( |
void |
| ) |
|
|
inlinevirtual |
◆ add_vertex()
void octave::opengl_tessellator::add_vertex |
( |
double * |
loc, |
|
|
void * |
data |
|
) |
| const |
|
inline |
◆ begin()
virtual void octave::opengl_tessellator::begin |
( |
GLenum |
| ) |
|
|
inlineprotectedvirtual |
◆ begin_contour()
void octave::opengl_tessellator::begin_contour |
( |
void |
| ) |
const |
|
inline |
◆ begin_polygon()
void octave::opengl_tessellator::begin_polygon |
( |
bool |
filled = true | ) |
|
|
inline |
◆ combine()
virtual void octave::opengl_tessellator::combine |
( |
GLdouble |
[3], |
|
|
void * |
[4], |
|
|
GLfloat |
[4], |
|
|
void ** |
|
|
) |
| |
|
inlineprotectedvirtual |
◆ edge_flag()
virtual void octave::opengl_tessellator::edge_flag |
( |
GLboolean |
| ) |
|
|
inlineprotectedvirtual |
◆ end()
virtual void octave::opengl_tessellator::end |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
◆ end_contour()
void octave::opengl_tessellator::end_contour |
( |
void |
| ) |
const |
|
inline |
◆ end_polygon()
void octave::opengl_tessellator::end_polygon |
( |
void |
| ) |
const |
|
inline |
◆ error()
virtual void octave::opengl_tessellator::error |
( |
GLenum |
err | ) |
|
|
inlineprotectedvirtual |
◆ init()
virtual void octave::opengl_tessellator::init |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
◆ is_filled()
bool octave::opengl_tessellator::is_filled |
( |
void |
| ) |
const |
|
inlineprotected |
◆ operator=()
◆ tess_begin()
static void octave::opengl_tessellator::tess_begin |
( |
GLenum |
type, |
|
|
void * |
t |
|
) |
| |
|
inlinestaticprivate |
◆ tess_combine()
static void octave::opengl_tessellator::tess_combine |
( |
GLdouble |
c[3], |
|
|
void * |
v[4], |
|
|
GLfloat |
w[4], |
|
|
void ** |
out, |
|
|
void * |
t |
|
) |
| |
|
inlinestaticprivate |
◆ tess_edge_flag()
static void octave::opengl_tessellator::tess_edge_flag |
( |
GLboolean |
flag, |
|
|
void * |
t |
|
) |
| |
|
inlinestaticprivate |
◆ tess_end()
static void octave::opengl_tessellator::tess_end |
( |
void * |
t | ) |
|
|
inlinestaticprivate |
◆ tess_error()
static void octave::opengl_tessellator::tess_error |
( |
GLenum |
err, |
|
|
void * |
t |
|
) |
| |
|
inlinestaticprivate |
◆ tess_vertex()
static void octave::opengl_tessellator::tess_vertex |
( |
void * |
v, |
|
|
void * |
t |
|
) |
| |
|
inlinestaticprivate |
◆ vertex()
virtual void octave::opengl_tessellator::vertex |
( |
void * |
| ) |
|
|
inlineprotectedvirtual |
◆ fill
bool octave::opengl_tessellator::fill |
|
private |
◆ glu_tess
GLUtesselator* octave::opengl_tessellator::glu_tess |
|
private |
The documentation for this class was generated from the following file: