Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Namespaces | Classes | Typedefs | Enumerations
triangle_stripper Namespace Reference

Namespaces

 common_structures
 
 detail
 

Classes

struct  _cmp_tri_degree_gt
 
struct  _cmp_tri_interface_lt
 
struct  primitive_group
 
class  tri_stripper
 
class  triangle
 
class  triangle_degree
 
class  triangle_edge
 
class  triangle_strip
 

Typedefs

typedef unsigned int index
 
typedef std::vector< indexindices
 
typedef std::vector< primitive_groupprimitive_vector
 
typedef unsigned int indice
 

Enumerations

enum  primitive_type { TRIANGLES = 0x0004, TRIANGLE_STRIP = 0x0005 }
 

Typedef Documentation

◆ index

typedef unsigned int triangle_stripper::index

Definition at line 21 of file public_types.h.

◆ indice

typedef unsigned int triangle_stripper::indice

Definition at line 76 of file TriStrip_tri_stripper.h.

◆ indices

typedef std::vector<index> triangle_stripper::indices

Definition at line 22 of file public_types.h.

◆ primitive_vector

Definition at line 36 of file public_types.h.

Enumeration Type Documentation

◆ primitive_type

Enumerator
TRIANGLES 
TRIANGLE_STRIP 

Definition at line 24 of file public_types.h.