reference

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:
ofBaseHasTexture ofBaseVideoDraws ofVideoGrabber ofVideoPlayer

Public Member Functions

virtual ~ofBaseHasTexturePlanes ()
 Destroy the ofBaseHasTexturePlanes.
 
virtual std::vector< ofTexture > & getTexturePlanes ()=0
 
virtual const std::vector< ofTexture > & getTexturePlanes () const =0
 
- Public Member Functions inherited from ofBaseHasTexture
virtual ~ofBaseHasTexture ()
 Destroy the ofBaseHasTexture.
 
virtual ofTexturegetTexture ()=0
 
virtual const ofTexturegetTexture () 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()

virtual ofBaseHasTexturePlanes::~ofBaseHasTexturePlanes ( )
inlinevirtual

Destroy the ofBaseHasTexturePlanes.

Member Function Documentation

◆ getTexturePlanes() [1/2]

virtual const std::vector< ofTexture > & ofBaseHasTexturePlanes::getTexturePlanes ( ) const
pure virtual
Returns
a const reference to a std::vector containing the ofTexture planes.

Implemented in ofVideoGrabber, and ofVideoPlayer.

◆ getTexturePlanes() [2/2]

virtual std::vector< ofTexture > & ofBaseHasTexturePlanes::getTexturePlanes ( )
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: