TAMSVIZ
Visualization and annotation tool for ROS
Public Member Functions | Static Public Member Functions | List of all members
Texture Class Reference
Inheritance diagram for Texture:
Inheritance graph
[legend]
Collaboration diagram for Texture:
Collaboration graph
[legend]

Public Member Functions

 Texture (TextureType type=TextureType::Color)
 
 Texture (const std::string &url, TextureType type)
 
void mipmap (bool mipmap)
 
GLuint update (const cv::Mat &image)
 
GLuint update ()
 
GLuint update (int width, int height, int format, int samples=0)
 
bool transparent () const
 
const std::string & url () const
 
- Public Member Functions inherited from TextureBase
GLuint id () const
 
void create ()
 
- Public Member Functions inherited from ResourceBase
 ResourceBase (const ResourceBase &)=delete
 
ResourceBaseoperator= (const ResourceBase &)=delete
 

Static Public Member Functions

static TextureManagermanager ()
 
- Static Public Member Functions inherited from ResourceBase
static void setCleanupFunction (const std::function< void(const std::function< void()> &)> &callback)
 

Additional Inherited Members

- Protected Member Functions inherited from TextureBase
void destroy ()
 
- Protected Member Functions inherited from ResourceBase
void cleanup (const std::function< void()> &callback)
 
bool invalidated ()
 
- Protected Attributes inherited from TextureBase
GLuint _id = 0
 

Detailed Description

Definition at line 39 of file texture.h.


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