Docs
0.11.0
nights_stay
ofDocs
documentation
types
ofBaseHasPixels
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
ofBaseHasPixels
edit
Edit
~ofBaseHasPixels_( )
~ofBaseHasPixels_
(
)
Destroy the ofAbstractHasPixels.
Methods
~ofBaseHasPixels_
#class ofBaseHasPixels_ <!-- _visible: True_ _advanced: True_ _istemplated: True_ _extends: ofAbstractHasPixels_ --> ##InlineDescription A base class represeting an object that has pixels. \tparam T The pixel data type. ##Description ##Methods ###ofPixels_< T > & getPixels() <!-- _syntax: getPixels()_ _name: getPixels_ _returns: ofPixels_< T > &_ _returns_description: _ _parameters: _ _access: public_ _version_started: 006_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Get a reference to the underlying ofPixels. **Returns**: a reference the underlying ofPixels. _description: _ <!-----------------------------------------------------------------------------> ###const ofPixels_< T > & getPixels() <!-- _syntax: getPixels()_ _name: getPixels_ _returns: const ofPixels_< T > &_ _returns_description: _ _parameters: _ _access: public_ _version_started: 0.9.0_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Get a const reference to the underlying ofPixels. **Returns**: a const reference the underlying ofPixels. _description: _ <!-----------------------------------------------------------------------------> ### ~ofBaseHasPixels_() <!-- _syntax: ~ofBaseHasPixels_()_ _name: ~ofBaseHasPixels__ _returns: _ _returns_description: _ _parameters: _ _access: public_ _version_started: 007_ _version_deprecated: _ _summary: _ _constant: False_ _static: False_ _visible: True_ _advanced: False_ --> _inlined_description: _ Destroy the ofAbstractHasPixels. _description: _ <!-----------------------------------------------------------------------------> ##Variables