VolViz
A volume visualization tool
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Classes | Namespaces | Functions
Binding.h File Reference
#include "GLdefs.h"
#include <tuple>
#include <utility>
+ Include dependency graph for Binding.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VolViz::Private_::GL::Binding< T >
 
class  VolViz::Private_::GL::Binding2< T, Arg >
 

Namespaces

 VolViz
 
 VolViz::Private_
 
 VolViz::Private_::GL
 

Functions

template<class T >
decltype(auto) VolViz::Private_::GL::binding (T &&obj) noexcept
 Convenience function to create Binding objects. More...
 
template<class T , class A >
decltype(auto) VolViz::Private_::GL::binding (T &&obj, A &&arg) noexcept