HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GenUserData Class Reference

#include <GenUserData.h>

+ Inheritance diagram for GenUserData:

Public Member Functions

virtual ~GenUserData ()
 
GenUserDataPtr getSelf ()
 Return a shared pointer for this object. More...
 
ConstGenUserDataPtr getSelf () const
 Return a shared pointer for this object. More...
 
template<class T >
shared_ptr< TasA ()
 Return this object cast to a templated type. More...
 
template<class T >
shared_ptr< const TasA () const
 Return this object cast to a templated type. More...
 

Protected Member Functions

 GenUserData ()
 

Detailed Description

Base class for custom user data needed during shader generation.

Definition at line 26 of file GenUserData.h.

Constructor & Destructor Documentation

virtual GenUserData::~GenUserData ( )
inlinevirtual

Definition at line 29 of file GenUserData.h.

GenUserData::GenUserData ( )
inlineprotected

Definition at line 56 of file GenUserData.h.

Member Function Documentation

template<class T >
shared_ptr<T> GenUserData::asA ( )
inline

Return this object cast to a templated type.

Definition at line 44 of file GenUserData.h.

template<class T >
shared_ptr<const T> GenUserData::asA ( ) const
inline

Return this object cast to a templated type.

Definition at line 50 of file GenUserData.h.

GenUserDataPtr GenUserData::getSelf ( )
inline

Return a shared pointer for this object.

Definition at line 32 of file GenUserData.h.

ConstGenUserDataPtr GenUserData::getSelf ( ) const
inline

Return a shared pointer for this object.

Definition at line 38 of file GenUserData.h.


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