This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
Go to the source code of this file.
Classes | |
class | ofBaseHasTexture |
An abstract class representing an object that can have an ofTexture. More... | |
class | ofBaseHasTexturePlanes |
An abstract class representing an object that ofTexture planes. More... | |
class | ofAbstractImage |
An abstract class representing an image. More... | |
class | ofBaseImage_< T > |
A base class represeting an image. More... | |
class | ofBaseGLRenderer |
Typedefs | |
typedef ofBaseImage_< unsigned char > | ofBaseImage |
A typedef for an unsigned char ofBaseImage_. | |
typedef ofBaseImage_< float > | ofBaseFloatImage |
A typedef for an float ofBaseImage_. | |
typedef ofBaseImage_< unsigned short > | ofBaseShortImage |
A typedef for an unsigned short ofBaseImage_. | |
Typedef Documentation
◆ ofBaseFloatImage
typedef ofBaseImage_<float> ofBaseFloatImage |
A typedef for an float ofBaseImage_.
◆ ofBaseImage
typedef ofBaseImage_<unsigned char> ofBaseImage |
A typedef for an unsigned char ofBaseImage_.
◆ ofBaseShortImage
typedef ofBaseImage_<unsigned short> ofBaseShortImage |
A typedef for an unsigned short ofBaseImage_.