OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::QueryExecution< ResultType > Class Template Reference

A helper class automatically executing a query. More...

#include </home/chochlik/devel/oglplus/include/oglplus/query.hpp>

Inheritance diagram for oglplus::QueryExecution< ResultType >:
Collaboration diagram for oglplus::QueryExecution< ResultType >:

Public Member Functions

bool Finish (void)
 Explicitly ends the query.
 

Detailed Description

template<typename ResultType>
class oglplus::QueryExecution< ResultType >

A helper class automatically executing a query.

Instances of this class begin the query in the constructor and end the query in the destructor. It is more convenient not to use this class directly, use the Execute() function instead.

See Also
Query::Execute

The documentation for this class was generated from the following file:
  • /home/chochlik/devel/oglplus/include/oglplus/query.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).