Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
glw::BoundObject Class Reference

#include <object.h>

Inheritance diagram for glw::BoundObject:
Inheritance graph
[legend]

List of all members.

Public Types

typedef detail::NonCopyable BaseType
typedef BoundObject ThisType

Public Member Functions

 BoundObject (void)
const ObjectHandlehandle (void) const
ObjectHandlehandle (void)
bool isNull (void) const
GLenum target (void) const
GLint unit (void) const
virtual ~BoundObject (void)

Protected Member Functions

virtual void bind (void)=0
 BoundObject (const ObjectHandle &handle, const ObjectBindingParams &params)
const ObjectPtrobject (void) const
ObjectPtrobject (void)
virtual void unbind (void)=0

Protected Attributes

ObjectHandle m_handle
GLenum m_target
GLint m_unit

Friends

class Context

Detailed Description

Definition at line 210 of file object.h.


Member Typedef Documentation


Constructor & Destructor Documentation

glw::BoundObject::BoundObject ( void  ) [inline]

Definition at line 219 of file object.h.

virtual glw::BoundObject::~BoundObject ( void  ) [inline, virtual]

Definition at line 227 of file object.h.

glw::BoundObject::BoundObject ( const ObjectHandle handle,
const ObjectBindingParams params 
) [inline, protected]

Definition at line 263 of file object.h.


Member Function Documentation

virtual void glw::BoundObject::bind ( void  ) [protected, pure virtual]
const ObjectHandle& glw::BoundObject::handle ( void  ) const [inline]
ObjectHandle& glw::BoundObject::handle ( void  ) [inline]
bool glw::BoundObject::isNull ( void  ) const [inline]

Definition at line 232 of file object.h.

const ObjectPtr& glw::BoundObject::object ( void  ) const [inline, protected]
ObjectPtr& glw::BoundObject::object ( void  ) [inline, protected]
GLenum glw::BoundObject::target ( void  ) const [inline]

Definition at line 247 of file object.h.

virtual void glw::BoundObject::unbind ( void  ) [protected, pure virtual]
GLint glw::BoundObject::unit ( void  ) const [inline]

Definition at line 252 of file object.h.


Friends And Related Function Documentation

friend class Context [friend]

Member Data Documentation

Definition at line 259 of file object.h.

GLenum glw::BoundObject::m_target [protected]

Definition at line 260 of file object.h.

GLint glw::BoundObject::m_unit [protected]

Definition at line 261 of file object.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:06