iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Protected Attributes | List of all members
imstk::TextureManager< T > Class Template Reference

The TextureManager provides delegates for textures, it will create new ones and cache old ones. More...

#include <imstkTextureManager.h>

Public Member Functions

std::shared_ptr< T > getTextureDelegate (std::shared_ptr< Texture > texture)
 

Protected Attributes

std::unordered_map< std::shared_ptr< Texture >, std::shared_ptr< T > > m_textureMap
 

Detailed Description

template<class T>
class imstk::TextureManager< T >

The TextureManager provides delegates for textures, it will create new ones and cache old ones.

Definition at line 23 of file imstkTextureManager.h.


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