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

#include <simpleShadowArray.h>

+ Inheritance diagram for GlfSimpleShadowArray:

Public Member Functions

GLF_API GlfSimpleShadowArray ()
 
GLF_API ~GlfSimpleShadowArray () override
 
 GlfSimpleShadowArray (const GlfSimpleShadowArray &)=delete
 
GlfSimpleShadowArrayoperator= (const GlfSimpleShadowArray &)=delete
 
GLF_API GLuint GetShadowMapTexture (int shadowIndex) const
 
GLF_API GLuint GetShadowMapDepthSampler () const
 
GLF_API GLuint GetShadowMapCompareSampler () const
 
GLF_API void SetShadowMapResolutions (std::vector< GfVec2i > const &resolutions)
 
GLF_API size_t GetNumShadowMapPasses () const
 
GLF_API GfVec2i GetShadowMapSize (size_t pass) const
 
GLF_API GfMatrix4d GetViewMatrix (size_t index) const
 
GLF_API void SetViewMatrix (size_t index, GfMatrix4d const &matrix)
 
GLF_API GfMatrix4d GetProjectionMatrix (size_t index) const
 
GLF_API void SetProjectionMatrix (size_t index, GfMatrix4d const &matrix)
 
GLF_API GfMatrix4d GetWorldToShadowMatrix (size_t index) const
 
GLF_API void BeginCapture (size_t index, bool clear)
 
GLF_API void EndCapture (size_t index)
 
GLF_API void SetTextures (std::vector< GLuint > textureIds)
 
GLF_API void AllocSamplers ()
 
- Public Member Functions inherited from TfRefBase
 TfRefBase ()
 
size_t GetCurrentCount () const
 Return the current reference count of this object. More...
 
bool IsUnique () const
 Return true if only one TfRefPtr points to this object. More...
 
const TfRefCountGetRefCount () const
 
void SetShouldInvokeUniqueChangedListener (bool shouldCall)
 
- Public Member Functions inherited from TfWeakBase
 TfWeakBase ()
 
 TfWeakBase (const TfWeakBase &)
 
const TfWeakBase__GetTfWeakBase__ () const
 
const TfWeakBaseoperator= (const TfWeakBase &)
 
void EnableNotification2 () const
 
TF_API void constGetUniqueIdentifier () const
 

Additional Inherited Members

- Public Types inherited from TfRefBase
typedef void(* UniqueChangedFuncPtr )(TfRefBase const *, bool)
 
- Static Public Member Functions inherited from TfRefBase
static TF_API void SetUniqueChangedListener (UniqueChangedListener listener)
 
- Protected Member Functions inherited from TfRefBase
virtual TF_API ~TfRefBase ()
 
- Protected Member Functions inherited from TfWeakBase
 ~TfWeakBase ()
 
TfRefPtr< Tf_Remnant_Register () const
 
template<class T >
TfRefPtr< Tf_Remnant_Register (T *tempRmnt) const
 
bool _HasRemnant () const
 

Detailed Description

Definition at line 44 of file simpleShadowArray.h.

Constructor & Destructor Documentation

GLF_API GlfSimpleShadowArray::GlfSimpleShadowArray ( )
GLF_API GlfSimpleShadowArray::~GlfSimpleShadowArray ( )
override
GlfSimpleShadowArray::GlfSimpleShadowArray ( const GlfSimpleShadowArray )
delete

Member Function Documentation

GLF_API void GlfSimpleShadowArray::AllocSamplers ( )
GLF_API void GlfSimpleShadowArray::BeginCapture ( size_t  index,
bool  clear 
)
GLF_API void GlfSimpleShadowArray::EndCapture ( size_t  index)
GLF_API size_t GlfSimpleShadowArray::GetNumShadowMapPasses ( ) const
GLF_API GfMatrix4d GlfSimpleShadowArray::GetProjectionMatrix ( size_t  index) const
GLF_API GLuint GlfSimpleShadowArray::GetShadowMapCompareSampler ( ) const
GLF_API GLuint GlfSimpleShadowArray::GetShadowMapDepthSampler ( ) const
GLF_API GfVec2i GlfSimpleShadowArray::GetShadowMapSize ( size_t  pass) const
GLF_API GLuint GlfSimpleShadowArray::GetShadowMapTexture ( int  shadowIndex) const
GLF_API GfMatrix4d GlfSimpleShadowArray::GetViewMatrix ( size_t  index) const
GLF_API GfMatrix4d GlfSimpleShadowArray::GetWorldToShadowMatrix ( size_t  index) const
GlfSimpleShadowArray& GlfSimpleShadowArray::operator= ( const GlfSimpleShadowArray )
delete
GLF_API void GlfSimpleShadowArray::SetProjectionMatrix ( size_t  index,
GfMatrix4d const matrix 
)
GLF_API void GlfSimpleShadowArray::SetShadowMapResolutions ( std::vector< GfVec2i > const resolutions)
GLF_API void GlfSimpleShadowArray::SetTextures ( std::vector< GLuint textureIds)
GLF_API void GlfSimpleShadowArray::SetViewMatrix ( size_t  index,
GfMatrix4d const matrix 
)

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