Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <TriStrip_graph_array.h>
Public Member Functions | |
arc & | mark () |
arc & | unmark () |
bool | marked () const |
node_iterator | initial () const |
node_iterator | terminal () const |
arctype & | operator* () |
const arctype & | operator* () const |
Protected Member Functions | |
arc (const node_iterator &Initial, const node_iterator &Terminal) | |
arc (const node_iterator &Initial, const node_iterator &Terminal, const arctype &Elem) | |
Protected Attributes | |
node_iterator | m_Initial |
node_iterator | m_Terminal |
arctype | m_Elem |
bool | m_Marker |
Friends | |
class | graph_array< nodetype, arctype > |
Definition at line 79 of file TriStrip_graph_array.h.
|
inlineprotected |
Definition at line 95 of file TriStrip_graph_array.h.
|
inlineprotected |
Definition at line 98 of file TriStrip_graph_array.h.
|
inline |
Definition at line 86 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Initial.
|
inline |
Definition at line 82 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Marker.
|
inline |
Definition at line 84 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Marker.
|
inline |
Definition at line 89 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Elem.
|
inline |
Definition at line 90 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Elem.
|
inline |
Definition at line 87 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Terminal.
|
inline |
Definition at line 83 of file TriStrip_graph_array.h.
References common_structures::graph_array< nodetype, arctype >::arc::m_Marker.
|
friend |
Definition at line 93 of file TriStrip_graph_array.h.
|
protected |
Definition at line 103 of file TriStrip_graph_array.h.
Referenced by common_structures::graph_array< nodetype, arctype >::arc::operator*(), common_structures::graph_array< nodetype, arctype >::node::operator*(), common_structures::graph_array< nodetype, arctype >::node::operator->(), and common_structures::graph_array< nodetype, arctype >::node::operator=().
|
protected |
Definition at line 101 of file TriStrip_graph_array.h.
Referenced by common_structures::graph_array< nodetype, arctype >::arc::initial().
|
protected |
Definition at line 104 of file TriStrip_graph_array.h.
Referenced by common_structures::graph_array< nodetype, arctype >::arc::mark(), common_structures::graph_array< nodetype, arctype >::node::mark(), common_structures::graph_array< nodetype, arctype >::arc::marked(), common_structures::graph_array< nodetype, arctype >::node::marked(), common_structures::graph_array< nodetype, arctype >::arc::unmark(), and common_structures::graph_array< nodetype, arctype >::node::unmark().
|
protected |
Definition at line 102 of file TriStrip_graph_array.h.
Referenced by common_structures::graph_array< nodetype, arctype >::arc::terminal().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.