Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <graph_array.h>
Public Member Functions | |
void | mark () |
void | unmark () |
bool | marked () const |
bool | out_empty () const |
size_t | out_size () const |
out_arc_iterator | out_begin () |
out_arc_iterator | out_end () |
const_out_arc_iterator | out_begin () const |
const_out_arc_iterator | out_end () const |
value_type & | operator* () |
value_type * | operator-> () |
const value_type & | operator* () const |
const value_type * | operator-> () const |
value_type & | operator= (const value_type &Elem) |
Protected Member Functions | |
node (arc_list &Arcs) | |
Protected Attributes | |
arc_list * | m_Arcs |
size_t | m_Begin |
size_t | m_End |
value_type | m_Elem |
bool | m_Marker |
Friends | |
class | graph_array< nodetype > |
class | std::vector< node > |
Definition at line 72 of file graph_array.h.
|
inlineprotected |
Definition at line 177 of file graph_array.h.
|
inline |
Definition at line 188 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Marker.
|
inline |
Definition at line 202 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Marker.
|
inline |
Definition at line 251 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Elem.
|
inline |
Definition at line 265 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Elem.
|
inline |
Definition at line 258 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Elem.
|
inline |
Definition at line 272 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Elem, N, and triangle_stripper::detail::graph_array< nodetype >::node::operator=().
value_type& triangle_stripper::detail::graph_array< nodetype >::node::operator= | ( | const value_type & | Elem | ) |
|
inline |
Definition at line 223 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Arcs, and triangle_stripper::detail::graph_array< nodetype >::node::m_Begin.
|
inline |
Definition at line 237 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Arcs, and triangle_stripper::detail::graph_array< nodetype >::node::m_Begin.
|
inline |
Definition at line 209 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Begin, and triangle_stripper::detail::graph_array< nodetype >::node::m_End.
|
inline |
Definition at line 230 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Arcs, and triangle_stripper::detail::graph_array< nodetype >::node::m_End.
|
inline |
Definition at line 244 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Arcs, and triangle_stripper::detail::graph_array< nodetype >::node::m_End.
|
inline |
Definition at line 216 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Begin, and triangle_stripper::detail::graph_array< nodetype >::node::m_End.
|
inline |
Definition at line 195 of file graph_array.h.
References triangle_stripper::detail::graph_array< nodetype >::node::m_Marker.
|
friend |
Definition at line 95 of file graph_array.h.
|
friend |
Definition at line 96 of file graph_array.h.
|
protected |
Definition at line 100 of file graph_array.h.
Referenced by triangle_stripper::detail::graph_array< nodetype >::node::out_begin(), and triangle_stripper::detail::graph_array< nodetype >::node::out_end().
|
protected |
|
protected |
Definition at line 104 of file graph_array.h.
Referenced by triangle_stripper::detail::graph_array< nodetype >::node::operator*(), and triangle_stripper::detail::graph_array< nodetype >::node::operator->().
|
protected |
|
protected |
Definition at line 105 of file graph_array.h.
Referenced by triangle_stripper::detail::graph_array< nodetype >::node::mark(), triangle_stripper::detail::graph_array< nodetype >::node::marked(), and triangle_stripper::detail::graph_array< nodetype >::node::unmark().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.