Docs
0.11.0
nights_stay
ofDocs
documentation
types
ofBaseHasTexturePlanes
ofAbstractHasPixels
ofAbstractImage
ofAbstractParameter
ofBaseDraws
ofBaseFileSerializer
ofBaseGLRenderer
ofBaseHasPixels
ofBaseHasTexture
ofBaseHasTexturePlanes
ofBaseImage
ofBaseLoggerChannel
ofBaseMaterial
ofBaseRenderer
ofBaseSerializer
ofBaseSoundInput
ofBaseSoundOutput
ofBaseSoundPlayer
ofBaseSoundStream
ofBaseUpdates
ofBaseURLFileLoader
ofBaseVideo
ofBaseVideoDraws
ofBaseVideoGrabber
ofBaseVideoPlayer
ofColor
ofParameter::Value
ofParameter
ofParameterGroup::Value
ofParameterGroup
ofPoint
ofReadOnlyParameter
ofRectangle
ofStyle
ofBaseHasTexturePlanes
edit
Edit
~ofBaseHasTexturePlanes( )
~ofBaseHasTexturePlanes
(
)
Destroy the ofBaseHasTexturePlanes.
Methods
~ofBaseHasTexturePlanes
See also
documentation
ofBaseHasTexture
#class ofBaseHasTexturePlanes <!-- _visible: True_ _advanced: False_ _istemplated: False_ _extends: ofBaseHasTexture_ --> ##InlineDescription An abstract class representing an object that ofTexture planes. ##Description ##Methods ###vector< ofTexture > & getTexturePlanes() <!-- _syntax: getTexturePlanes()_ _name: getTexturePlanes_ _returns: vector< ofTexture > &_ _returns_description: _ _parameters: _ _access: public_ _version_started: 0.9.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ **Returns**: a reference to a std::vector containing the ofTexture planes. _description: _ <!-----------------------------------------------------------------------------> ###const vector< ofTexture > & getTexturePlanes() <!-- _syntax: getTexturePlanes()_ _name: getTexturePlanes_ _returns: const vector< ofTexture > &_ _returns_description: _ _parameters: _ _access: public_ _version_started: 0.9.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ **Returns**: a const reference to a std::vector containing the ofTexture planes. _description: _ <!-----------------------------------------------------------------------------> ### ~ofBaseHasTexturePlanes() <!-- _syntax: ~ofBaseHasTexturePlanes()_ _name: ~ofBaseHasTexturePlanes_ _returns: _ _returns_description: _ _parameters: _ _access: public_ _version_started: 0.9.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Destroy the ofBaseHasTexturePlanes. _description: _ <!-----------------------------------------------------------------------------> ##Variables