Variables | Functions | Enumerations | Enumerator | Typedefs
Variables | defined in | |
auditorInfo | SoField | |
container | SoField | |
Functions | defined in | |
appendConnection(SoEngineOutput *engineOutput) | SoField | |
appendConnection(SoField *field) | SoField | |
appendConnection(SoVRMLInterpOutput *interpOutput) | SoField | |
connectFrom(SoEngineOutput *engineOutput) | SoField | |
connectFrom(SoField *field) | SoField | |
connectFrom(SoVRMLInterpOutput *interpOutput) | SoField | |
disconnect(SoEngineOutput *engineOutput) | SoField | |
disconnect(SoField *field) | SoField | |
disconnect(SoVRMLInterpOutput *interpOutput) | SoField | |
disconnect() | SoField | |
enableConnection(SbBool flag) | SoField | |
finishEditing() | SoSFImage | |
get(SbString &valueString) | SoField | |
getClassTypeId() | SoSFImage | [static] |
getConnectedEngine(SoEngineOutput *&engineOutput) const | SoField | |
getConnectedField(SoField *&writingField) const | SoField | |
getConnectedVRMLInterp(SoVRMLInterpOutput *&interpOutput) const | SoField | |
getConnections(SoFieldList &list) | SoField | |
getContainer() const | SoField | |
getForwardConnections(SoFieldList &list) const | SoField | |
getNumConnections() const | SoField | [inline] |
getSubTexture(int index, SbVec2s &size, SbVec2s &offset, DataType &dataType) | SoSFImage | |
getSubTexture(int index, SbVec2i32 &size, SbVec2i32 &offset, DataType &dataType) | SoSFImage | |
getSubTexture(int index, SbVec2s &size, SbVec2s &offset) | SoSFImage | |
getSubTexture(int index, SbVec2i32 &size, SbVec2i32 &offset) | SoSFImage | |
getTypeId() const | SoSFImage | [virtual] |
getValue(SbVec2s &size, int &nc, DataType &dataType) const | SoSFImage | |
getValue(SbVec2i32 &size, int &nc, DataType &dataType) const | SoSFImage | |
getValue(SbVec2s &size, int &nc) const | SoSFImage | |
getValue(SbVec2i32 &size, int &nc) const | SoSFImage | |
hasSubTextures(int &numSubTextures) | SoSFImage | |
hasTransparency() const | SoSFImage | |
isConnected() const | SoField | [inline] |
isConnectedFromEngine() const | SoField | |
isConnectedFromField() const | SoField | |
isConnectedFromVRMLInterp() const | SoField | |
isConnectionEnabled() const | SoField | [inline] |
isDefault() const | SoField | [inline] |
isIgnored() const | SoField | [inline] |
isNeverWrite() | SoSFImage | [inline] |
isOfType(const SoType &type) const | SoTypedObject | [inline] |
operator!=(const SoSFImage &f) const | SoSFImage | [inline] |
operator=(const SoSFImage &f) | SoSFImage | |
operator==(const SoSFImage &f) const | SoSFImage | |
set(const char *valueString) | SoField | |
set(const SbString &valueString) | SoField | |
setIgnored(SbBool ig) | SoField | |
setNeverWrite(SbBool neverWrite) | SoSFImage | |
setSubValue(const SbVec2s &subSize, const SbVec2s &offset, void *data) | SoSFImage | |
setSubValue(const SbVec2i32 &subSize, const SbVec2i32 &offset, void *data) | SoSFImage | |
setSubValue(const SbVec2s &subSize, const SbVec2s &offset, unsigned char *bytes) | SoSFImage | |
setSubValue(const SbVec2i32 &subSize, const SbVec2i32 &offset, unsigned char *bytes) | SoSFImage | |
setSubValues(const SbVec2s *subSizes, const SbVec2s *offsets, int num, void **data) | SoSFImage | |
setSubValues(const SbVec2i32 *subSizes, const SbVec2i32 *offsets, int num, void **data) | SoSFImage | |
setSubValues(const SbVec2s *subSizes, const SbVec2s *offsets, int num, unsigned char **subBytes) | SoSFImage | |
setSubValues(const SbVec2i32 *subSizes, const SbVec2i32 *offsets, int num, unsigned char **subBytes) | SoSFImage | |
setValue(const SbVec2s &size, int nc, DataType dataType, const void *data, CopyPolicy copy=COPY) | SoSFImage | |
setValue(const SbVec2s &size, int nc, DataType dataType, SoBufferObject *bufferObject, CopyPolicy copy=COPY) | SoSFImage | |
setValue(const SbVec2i32 &size, int nc, DataType dataType, const void *data, CopyPolicy copy=COPY) | SoSFImage | |
setValue(const SbVec2i32 &size, int nc, DataType dataType, SoBufferObject *bufferObject, CopyPolicy copy=COPY) | SoSFImage | |
setValue(const SbVec2s &size, int nc, const unsigned char *bytes, CopyPolicy copy=COPY) | SoSFImage | |
setValue(const SbVec2i32 &size, int nc, const unsigned char *bytes, CopyPolicy copy=COPY) | SoSFImage | |
SoSFImage() | SoSFImage | |
SoSFImage(const SoSFImage &obj) | SoSFImage | |
startEditing(SbVec2s &size, int &nc, DataType &dataType) | SoSFImage | |
startEditing(SbVec2i32 &size, int &nc, DataType &dataType) | SoSFImage | |
startEditing(SbVec2s &size, int &nc) | SoSFImage | |
startEditing(SbVec2i32 &size, int &nc) | SoSFImage | |
toRasterImage(bool downSample=true) const | SoSFImage | |
touch() | SoField | [virtual] |
~SoSFImage() | SoSFImage | [virtual] |
Enumerations | defined in | |
CopyPolicy enum name | SoSFImage | |
DataType enum name | SoSFImage | |
Enumerator | defined in | |
COPY enum value | SoSFImage | |
FLOAT enum value | SoSFImage | |
NO_COPY enum value | SoSFImage | |
NO_COPY_AND_DELETE enum value | SoSFImage | |
NO_COPY_AND_FREE enum value | SoSFImage | |
SIGNED_BYTE enum value | SoSFImage | |
SIGNED_INT32 enum value | SoSFImage | |
SIGNED_SHORT enum value | SoSFImage | |
UNSIGNED_BYTE enum value | SoSFImage | |
UNSIGNED_INT32 enum value | SoSFImage | |
UNSIGNED_SHORT enum value | SoSFImage | |
Typedefs | defined in | |