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 | Public Attributes | List of all members
triangle_stripper::common_structures::heap_array< T, CmpT >::linker Struct Reference

#include <TriStrip_tri_stripper.h>

Public Member Functions

 linker (const T &Elem, size_t i)
 

Public Attributes

m_Elem
 
size_t m_Indice
 

Detailed Description

template<class T, class CmpT = std::less<T>>
struct triangle_stripper::common_structures::heap_array< T, CmpT >::linker

Definition at line 89 of file TriStrip_tri_stripper.h.

Constructor & Destructor Documentation

◆ linker()

template<class T, class CmpT = std::less<T>>
triangle_stripper::common_structures::heap_array< T, CmpT >::linker::linker ( const T &  Elem,
size_t  i 
)
inline

Definition at line 90 of file TriStrip_tri_stripper.h.

Member Data Documentation

◆ m_Elem

template<class T, class CmpT = std::less<T>>
T triangle_stripper::common_structures::heap_array< T, CmpT >::linker::m_Elem

Definition at line 92 of file TriStrip_tri_stripper.h.

◆ m_Indice

template<class T, class CmpT = std::less<T>>
size_t triangle_stripper::common_structures::heap_array< T, CmpT >::linker::m_Indice

Definition at line 93 of file TriStrip_tri_stripper.h.


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