opensurgsim
Public Member Functions | List of all members
SurgSim::Graphics::MockOsgTexture Class Reference

Concrete OSG Texture for testing. More...

Inheritance diagram for SurgSim::Graphics::MockOsgTexture:
SurgSim::Graphics::OsgTexture SurgSim::Graphics::Texture

Public Member Functions

 MockOsgTexture ()
 Constructor.
 
- Public Member Functions inherited from SurgSim::Graphics::OsgTexture
virtual bool loadImage (const std::string &filePath)
 Loads an image into the texture from a file. More...
 
virtual void clearImage ()
 Removes the image from the texture.
 
osg::ref_ptr< osg::Texture > getOsgTexture () const
 Returns the osg::Texture1D.
 
- Public Member Functions inherited from SurgSim::Graphics::Texture
virtual ~Texture ()
 Destructor.
 
void setIsPointSprite (bool value)
 Set point sprite flag on/off.
 
bool isPointSprite () const
 Get point sprite flag state.
 

Additional Inherited Members

- Protected Member Functions inherited from SurgSim::Graphics::OsgTexture
 OsgTexture (osg::Texture *texture)
 Constructor. More...
 

Detailed Description

Concrete OSG Texture for testing.

Wraps an osg::Texture2D.


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