|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <TriStrip_tri_stripper.h>
Classes | |
| struct | heap_is_locked |
| struct | linker |
Public Member Functions | |
| heap_array () | |
| void | clear () |
| void | reserve (size_t Size) |
| size_t | size () const |
| bool | empty () const |
| bool | locked () const |
| bool | removed (size_t i) const |
| bool | valid (size_t i) const |
| const T & | top () const |
| const T & | peek (size_t i) const |
| const T & | operator[] (size_t i) const |
| size_t | push (const T &Elem) |
| void | pop () |
| void | erase (size_t i) |
| void | update (size_t i, const T &Elem) |
Protected Types | |
| typedef std::vector< linker > | linked_heap |
| typedef std::vector< size_t > | finder |
Protected Member Functions | |
| void | Adjust (size_t i) |
| void | Swap (size_t a, size_t b) |
| bool | Less (const linker &a, const linker &b) const |
Protected Attributes | |
| linked_heap | m_Heap |
| finder | m_Finder |
| CmpT | m_Compare |
| bool | m_Locked |
Definition at line 56 of file TriStrip_tri_stripper.h.
|
protected |
Definition at line 97 of file TriStrip_tri_stripper.h.
|
protected |
Definition at line 96 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 65 of file TriStrip_tri_stripper.h.
|
inlineprotected |
Definition at line 252 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 117 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 125 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 204 of file TriStrip_tri_stripper.h.
|
inlineprotected |
Definition at line 286 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 131 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 170 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 160 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 176 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 190 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 228 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 137 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 144 of file TriStrip_tri_stripper.h.
|
inlineprotected |
Definition at line 276 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 150 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 240 of file TriStrip_tri_stripper.h.
|
inline |
Definition at line 234 of file TriStrip_tri_stripper.h.
|
protected |
Definition at line 105 of file TriStrip_tri_stripper.h.
|
protected |
Definition at line 104 of file TriStrip_tri_stripper.h.
|
protected |
Definition at line 103 of file TriStrip_tri_stripper.h.
|
protected |
Definition at line 106 of file TriStrip_tri_stripper.h.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.