Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

osg::ImageStream Member List

This is the complete list of members for osg::ImageStream, including all inherited members.
_allocationModeosg::Image [protected]
_bufferObjectosg::Image [protected]
_dataosg::Image [protected]
_dataTypeosg::Image [protected]
_dataVarianceosg::Object [protected]
_fileNameosg::Image [protected]
_internalTextureFormatosg::Image [protected]
_loopingModeosg::ImageStream [protected]
_mipmapDataosg::Image [protected]
_modifiedCountosg::Image [protected]
_nameosg::Object [protected]
_packingosg::Image [protected]
_pixelFormatosg::Image [protected]
_rosg::Image [protected]
_refCountosg::Referenced [mutable, protected]
_refMutexosg::Referenced [mutable, protected]
_sosg::Image [protected]
_statusosg::ImageStream [protected]
_tosg::Image [protected]
_userDataosg::Object [protected]
allocateImage(int s, int t, int r, GLenum pixelFormat, GLenum type, int packing=1)osg::Image
AllocationMode enum nameosg::Image
className() const osg::ImageStream [inline, virtual]
clone(const CopyOp &copyop) const osg::ImageStream [inline, virtual]
cloneType() const osg::ImageStream [inline, virtual]
compare(const Image &rhs) const osg::ImageStream [virtual]
computeNearestPowerOfTwo(int s, float bias=0.5f)osg::Image [static]
computeNumComponents(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 nameosg::Object
deallocateData()osg::Image [protected]
dirty()osg::Image [inline]
DYNAMIC enum valueosg::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]
getLoopingMode() const osg::ImageStream [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]
getPacking() const osg::Image [inline]
getPixelBufferObject()osg::Image [inline]
getPixelBufferObject() const osg::Image [inline]
getPixelFormat() const osg::Image [inline]
getPixelSizeInBits() const osg::Image [inline]
getReferenceTime() const osg::ImageStream [inline, virtual]
getRowSizeInBytes() const osg::Image [inline]
getStatus()osg::ImageStream [inline]
getThreadSafeReferenceCounting()osg::Referenced [static]
getThreadSafeRefUnref() const osg::Referenced [inline]
getTimeMultiplier()osg::ImageStream [inline, virtual]
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 &copyop=CopyOp::SHALLOW_COPY)osg::Image
ImageStream()osg::ImageStream
ImageStream(const ImageStream &image, const CopyOp &copyop=CopyOp::SHALLOW_COPY)osg::ImageStream
INVALID enum valueosg::ImageStream
isImageTranslucent() const osg::Image
isMipmap() const osg::Image [inline]
isPackedType(GLenum type)osg::Image [static]
isSameKindAs(const Object *obj) const osg::ImageStream [inline, virtual]
libraryName() const osg::ImageStream [inline, virtual]
LOOPING enum valueosg::ImageStream
LoopingMode enum nameosg::ImageStream
MipmapDataType typedefosg::Image
NO_DELETE enum valueosg::Image
NO_LOOPING enum valueosg::ImageStream
Object()osg::Object [inline]
Object(const Object &, const CopyOp &copyop=CopyOp::SHALLOW_COPY)osg::Object
operator=(const Image &)osg::Image [inline, protected]
osg::Referenced::operator=(const Referenced &)osg::Referenced [inline]
pause()osg::ImageStream [inline, virtual]
PAUSED enum valueosg::ImageStream
play()osg::ImageStream [inline, virtual]
PLAYING enum valueosg::ImageStream
quit(bool=true)osg::ImageStream [inline, virtual]
r() const osg::Image [inline]
readImageFromCurrentTexture(unsigned int contextID, bool copyMipMapsIfAvailable)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(const Referenced &)osg::Referenced
releaseGLObjects(osg::State *=0) const osg::Object [inline, virtual]
rewind()osg::ImageStream [inline, virtual]
REWINDING enum valueosg::ImageStream
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]
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
setLoopingMode(LoopingMode mode)osg::ImageStream [inline]
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]
setPixelBufferObject(PixelBufferObject *buffer)osg::Image [inline]
setPixelFormat(GLenum pixelFormat)osg::Image
setReferenceTime(double)osg::ImageStream [inline, virtual]
setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting)osg::Referenced [static]
setThreadSafeRefUnref(bool threadSafe)osg::Referenced
setTimeMultiplier(double)osg::ImageStream [inline, virtual]
setUserData(Referenced *obj)osg::Object [inline]
STATIC enum valueosg::Object
StreamStatus enum nameosg::ImageStream
t() const osg::Image [inline]
unref() const osg::Referenced [inline]
unref_nodelete() const osg::Referenced
update()osg::ImageStream [inline, virtual]
USE_MALLOC_FREE enum valueosg::Image
USE_NEW_DELETE enum valueosg::Image
valid() const osg::Image [inline]
~Image()osg::Image [protected, virtual]
~ImageStream()osg::ImageStream [inline, protected, virtual]
~Object()osg::Object [inline, protected, virtual]
~Referenced()osg::Referenced [protected, virtual]

Generated at Thu Nov 24 16:23:10 2005 for the OpenSceneGraph by doxygen 1.3.6.