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::policy Class Reference

#include <policy.h>

Public Member Functions

 policy (size_t MinStripSize, bool Cache)
 
strip BestStrip () const
 
void Challenge (strip Strip, size_t Degree, size_t CacheHits)
 

Detailed Description

Definition at line 26 of file policy.h.

Constructor & Destructor Documentation

◆ policy()

triangle_stripper::detail::policy::policy ( size_t  MinStripSize,
bool  Cache 
)
inline

Definition at line 47 of file policy.h.

Member Function Documentation

◆ BestStrip()

strip triangle_stripper::detail::policy::BestStrip ( ) const
inline

Definition at line 51 of file policy.h.

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

◆ Challenge()

void triangle_stripper::detail::policy::Challenge ( strip  Strip,
size_t  Degree,
size_t  CacheHits 
)

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