Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions

vl::RenderQueueSorter Class Reference

The RenderQueueSorter class is the abstract base class of all the algorithms used to sort a set of RenderToken. More...

#include <RenderQueueSorter.hpp>

Inheritance diagram for vl::RenderQueueSorter:
vl::Object vl::RenderQueueSorterAggressive vl::RenderQueueSorterBasic vl::RenderQueueSorterByRenderable vl::RenderQueueSorterByShader vl::RenderQueueSorterOcclusion vl::RenderQueueSorterStandard

List of all members.

Public Member Functions

 RenderQueueSorter ()
virtual bool operator() (const RenderToken *a, const RenderToken *b) const =0
virtual bool confirmZCameraDistanceNeed (const RenderToken *) const =0
virtual bool mightNeedZCameraDistance () const =0

Detailed Description

The RenderQueueSorter class is the abstract base class of all the algorithms used to sort a set of RenderToken.

Definition at line 45 of file RenderQueueSorter.hpp.


Constructor & Destructor Documentation

vl::RenderQueueSorter::RenderQueueSorter (  ) [inline]

Definition at line 50 of file RenderQueueSorter.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

virtual bool vl::RenderQueueSorter::operator() ( const RenderToken a,
const RenderToken b 
) const [pure virtual]
virtual bool vl::RenderQueueSorter::confirmZCameraDistanceNeed ( const RenderToken  ) const [pure virtual]
virtual bool vl::RenderQueueSorter::mightNeedZCameraDistance (  ) const [pure virtual]

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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:11.
Permission is granted to use this page to write and publish articles regarding Visualization Library.