_allocationMode | osg::Image | [protected] |
_bufferObject | osg::Image | [protected] |
_data | osg::Image | [protected] |
_dataType | osg::Image | [protected] |
_dataVariance | osg::Object | [protected] |
_fileName | osg::Image | [protected] |
_internalTextureFormat | osg::Image | [protected] |
_mipmapData | osg::Image | [protected] |
_modifiedCount | osg::Image | [protected] |
_name | osg::Object | [protected] |
_observers | osg::Referenced | [protected] |
_origin | osg::Image | [protected] |
_packing | osg::Image | [protected] |
_pixelFormat | osg::Image | [protected] |
_r | osg::Image | [protected] |
_refCount | osg::Referenced | [mutable, protected] |
_refMutex | osg::Referenced | [mutable, protected] |
_s | osg::Image | [protected] |
_t | osg::Image | [protected] |
_userData | osg::Object | [protected] |
addObserver(Observer *observer) | osg::Referenced | |
allocateImage(int s, int t, int r, GLenum pixelFormat, GLenum type, int packing=1) | osg::Image | |
AllocationMode enum name | osg::Image | |
BOTTOM_LEFT enum value | osg::Image | |
className() const | osg::Image | [inline, virtual] |
clone(const CopyOp ©op) const | osg::Image | [inline, virtual] |
cloneType() const | osg::Image | [inline, virtual] |
compare(const Image &rhs) const | osg::Image | [virtual] |
computeDataVariance() | osg::Object | [inline, virtual] |
computeNearestPowerOfTwo(int s, float bias=0.5f) | osg::Image | [static] |
computeNumberOfMipmapLevels(int s, int t=1, int r=1) | osg::Image | [static] |
computeNumComponents(GLenum pixelFormat) | osg::Image | [static] |
computePixelFormat(GLenum pixelFormat) | osg::Image | [static] |
computePixelSizeInBits(GLenum pixelFormat, GLenum type) | osg::Image | [static] |
computeRowWidthInBytes(int width, GLenum pixelFormat, GLenum type, int packing) | osg::Image | [static] |
copySubImage(int s_offset, int t_offset, int r_offset, osg::Image *source) | osg::Image | |
data() | osg::Image | [inline] |
data() const | osg::Image | [inline] |
data(int column, int row=0, int image=0) | osg::Image | [inline] |
data(int column, int row=0, int image=0) const | osg::Image | [inline] |
DataVariance enum name | osg::Object | |
deallocateData() | osg::Image | [protected] |
DeleteHandler class | osg::Referenced | [friend] |
deleteUsingDeleteHandler() const | osg::Referenced | [protected] |
dirty() | osg::Image | [inline] |
DYNAMIC enum value | osg::Object | |
ensureValidSizeForTexturing(GLint maxTextureSize) | osg::Image | |
flipHorizontal() | osg::Image | |
flipVertical() | osg::Image | |
getAllocationMode() const | osg::Image | [inline] |
getDataType() const | osg::Image | [inline] |
getDataVariance() const | osg::Object | [inline] |
getDeleteHandler() | osg::Referenced | [static] |
getFileName() const | osg::Image | [inline] |
getImageSizeInBytes() const | osg::Image | [inline] |
getInternalTextureFormat() const | osg::Image | [inline] |
getMipmapData(unsigned int mipmapLevel) | osg::Image | [inline] |
getMipmapData(unsigned int mipmapLevel) const | osg::Image | [inline] |
getMipmapLevels() const | osg::Image | [inline] |
getMipmapOffset(unsigned int mipmapLevel) const | osg::Image | [inline] |
getModifiedCount() const | osg::Image | [inline] |
getName() const | osg::Object | [inline] |
getNumMipmapLevels() const | osg::Image | [inline] |
getOrigin() const | osg::Image | [inline] |
getPacking() const | osg::Image | [inline] |
getPixelBufferObject() | osg::Image | [inline] |
getPixelBufferObject() const | osg::Image | [inline] |
getPixelFormat() const | osg::Image | [inline] |
getPixelSizeInBits() const | osg::Image | [inline] |
getRefMutex() const | osg::Referenced | [inline] |
getRowSizeInBytes() const | osg::Image | [inline] |
getThreadSafeReferenceCounting() | osg::Referenced | [static] |
getThreadSafeRefUnref() const | osg::Referenced | [inline] |
getTotalSizeInBytes() const | osg::Image | [inline] |
getTotalSizeInBytesIncludingMipmaps() const | osg::Image | |
getUserData() | osg::Object | [inline] |
getUserData() const | osg::Object | [inline] |
Image() | osg::Image | |
Image(const Image &image, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::Image | |
isImageTranslucent() const | osg::Image | |
isMipmap() const | osg::Image | [inline] |
isPackedType(GLenum type) | osg::Image | [static] |
isSameKindAs(const Object *obj) const | osg::Image | [inline, virtual] |
libraryName() const | osg::Image | [inline, virtual] |
MipmapDataType typedef | osg::Image | |
NO_DELETE enum value | osg::Image | |
Object() | osg::Object | [inline] |
Object(bool threadSafeRefUnref) | osg::Object | [inline, explicit] |
Object(const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::Object | |
operator=(const Image &) | osg::Image | [inline, protected] |
osg::Referenced::operator=(const Referenced &) | osg::Referenced | [inline] |
Origin enum name | osg::Image | |
r() const | osg::Image | [inline] |
readImageFromCurrentTexture(unsigned int contextID, bool copyMipMapsIfAvailable, GLenum type=GL_UNSIGNED_BYTE) | osg::Image | |
readPixels(int x, int y, int width, int height, GLenum pixelFormat, GLenum type) | osg::Image | |
ref() const | osg::Referenced | [inline] |
referenceCount() const | osg::Referenced | [inline] |
Referenced() | osg::Referenced | |
Referenced(bool threadSafeRefUnref) | osg::Referenced | [explicit] |
Referenced(const Referenced &) | osg::Referenced | |
releaseGLObjects(osg::State *=0) const | osg::Object | [inline, virtual] |
removeObserver(Observer *observer) | osg::Referenced | |
resizeGLObjectBuffers(unsigned int) | osg::Object | [inline, virtual] |
s() const | osg::Image | [inline] |
scaleImage(int s, int t, int r) | osg::Image | [inline] |
scaleImage(int s, int t, int r, GLenum newDataType) | osg::Image | |
setAllocationMode(AllocationMode mode) | osg::Image | [inline] |
setData(unsigned char *data, AllocationMode allocationMode) | osg::Image | [protected] |
setDataType(GLenum dataType) | osg::Image | |
setDataVariance(DataVariance dv) | osg::Object | [inline] |
setDeleteHandler(DeleteHandler *handler) | osg::Referenced | [static] |
setFileName(const std::string &fileName) | osg::Image | |
setImage(int s, int t, int r, GLint internalTextureformat, GLenum pixelFormat, GLenum type, unsigned char *data, AllocationMode mode, int packing=1) | osg::Image | |
setInternalTextureFormat(GLint internalFormat) | osg::Image | |
setMipmapLevels(const MipmapDataType &mipmapDataVector) | osg::Image | [inline] |
setModifiedCount(unsigned int value) | osg::Image | [inline] |
setName(const std::string &name) | osg::Object | [inline] |
setName(const char *name) | osg::Object | [inline] |
setOrigin(Origin origin) | osg::Image | [inline] |
setPacking(unsigned int packing) | osg::Image | [inline] |
setPixelBufferObject(PixelBufferObject *buffer) | osg::Image | [inline] |
setPixelFormat(GLenum pixelFormat) | osg::Image | |
setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting) | osg::Referenced | [static] |
setThreadSafeRefUnref(bool threadSafe) | osg::Referenced | [virtual] |
setUserData(Referenced *obj) | osg::Object | [inline] |
STATIC enum value | osg::Object | |
t() const | osg::Image | [inline] |
TOP_LEFT enum value | osg::Image | |
unref() const | osg::Referenced | [inline] |
unref_nodelete() const | osg::Referenced | |
UNSPECIFIED enum value | osg::Object | |
USE_MALLOC_FREE enum value | osg::Image | |
USE_NEW_DELETE enum value | osg::Image | |
valid() const | osg::Image | [inline] |
~Image() | osg::Image | [protected, virtual] |
~Object() | osg::Object | [inline, protected, virtual] |
~Referenced() | osg::Referenced | [protected, virtual] |