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 | List of all members
triangle_stripper::detail::strip Class Reference

#include <types.h>

Public Member Functions

 strip ()
 
 strip (size_t Start, triangle_order Order, size_t Size)
 
size_t Start () const
 
triangle_order Order () const
 
size_t Size () const
 

Detailed Description

Definition at line 72 of file types.h.

Constructor & Destructor Documentation

◆ strip() [1/2]

triangle_stripper::detail::strip::strip ( )
inline

Definition at line 75 of file types.h.

◆ strip() [2/2]

triangle_stripper::detail::strip::strip ( size_t  Start,
triangle_order  Order,
size_t  Size 
)
inline

Definition at line 78 of file types.h.

Member Function Documentation

◆ Order()

triangle_order triangle_stripper::detail::strip::Order ( ) const
inline

Definition at line 82 of file types.h.

Referenced by triangle_stripper::tri_stripper::Strip().

◆ Size()

size_t triangle_stripper::detail::strip::Size ( ) const
inline

◆ Start()

size_t triangle_stripper::detail::strip::Start ( ) const
inline

Definition at line 81 of file types.h.

Referenced by triangle_stripper::tri_stripper::Strip().


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