This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofBaseHasTexturePlanes Class Referenceabstract
An abstract class representing an object that ofTexture planes. More...
#include <ofGLBaseTypes.h>
Inheritance diagram for ofBaseHasTexturePlanes:

Public Member Functions | |
virtual | ~ofBaseHasTexturePlanes () |
Destroy the ofBaseHasTexturePlanes. | |
virtual std::vector< ofTexture > & | getTexturePlanes ()=0 |
virtual const std::vector< ofTexture > & | getTexturePlanes () const =0 |
![]() | |
virtual | ~ofBaseHasTexture () |
Destroy the ofBaseHasTexture. | |
virtual ofTexture & | getTexture ()=0 |
virtual const ofTexture & | getTexture () const =0 |
virtual void | setUseTexture (bool bUseTex)=0 |
Enable or disable internal ofTexture use. | |
virtual bool | isUsingTexture () const =0 |
Detailed Description
An abstract class representing an object that ofTexture planes.
Constructor & Destructor Documentation
◆ ~ofBaseHasTexturePlanes()
|
inlinevirtual |
Destroy the ofBaseHasTexturePlanes.
Member Function Documentation
◆ getTexturePlanes() [1/2]
|
pure virtual |
- Returns
- a const reference to a std::vector containing the ofTexture planes.
Implemented in ofVideoGrabber, and ofVideoPlayer.
◆ getTexturePlanes() [2/2]
|
pure virtual |
- Returns
- a reference to a std::vector containing the ofTexture planes.
Implemented in ofVideoGrabber, and ofVideoPlayer.
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/gl/ofGLBaseTypes.h