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]
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
triangle_stripper::detail::graph_array< nodetype >::arc Class Reference

#include <graph_array.h>

Public Member Functions

node_iterator terminal () const
 

Protected Member Functions

 arc (node_iterator Terminal)
 

Protected Attributes

node_iterator m_Terminal
 

Friends

class graph_array< nodetype >
 

Detailed Description

template<class nodetype>
class triangle_stripper::detail::graph_array< nodetype >::arc

Definition at line 51 of file graph_array.h.

Constructor & Destructor Documentation

◆ arc()

template<class N >
triangle_stripper::detail::graph_array< N >::arc::arc ( node_iterator  Terminal)
inlineprotected

Definition at line 160 of file graph_array.h.

Member Function Documentation

◆ terminal()

template<class N >
graph_array< N >::node_iterator triangle_stripper::detail::graph_array< N >::arc::terminal ( ) const
inline

Friends And Related Function Documentation

◆ graph_array< nodetype >

template<class nodetype>
friend class graph_array< nodetype >
friend

Definition at line 57 of file graph_array.h.

Member Data Documentation

◆ m_Terminal

template<class nodetype>
node_iterator triangle_stripper::detail::graph_array< nodetype >::arc::m_Terminal
protected

The documentation for this class was generated from the following file: