, including all inherited members.
| A enum value | VRS::Image | |
| ABGR enum value | VRS::Image | |
| accept(VisitorBase &visitor)=0 | VRS::Visitable | [pure virtual] |
| acceptChildren(std::vector< Visitable * > &appendChildrenHere) const | VRS::Visitable | [inline, protected, virtual] |
| acceptedImpl(VisitorBase &vistor, bool pushObj, VisitorBase::VisitMode &mode) | VRS::Visitable | [inline, protected] |
| acceptHierarchyRecursionImpl(VisitorBase &visitor, bool pushObj) | VRS::Visitable | [inline, protected] |
| addImage(Image *image2, Image *dest=0) | VRS::Image | [virtual] |
| addLayersOfInterest(int layers=Image::All) | VRS::Image | |
| addScaledValue(double normalizedValue, Image *destImage=0) | VRS::Image | [virtual] |
| addValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| alignment() const | VRS::CompressedImage | [virtual] |
| All enum value | VRS::Image | |
| Alpha enum value | VRS::Image | |
| alphaFilter(const Color &refColor, double alpha, double tolerance=0.0, Image *destImage=0) | VRS::Image | [virtual] |
| andValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| areLayersOfInterest(int layers) const | VRS::Image | |
| B enum value | VRS::Image | |
| B5G5R5A1 enum value | VRS::CompressedImage | |
| BGR enum value | VRS::Image | |
| BGRA enum value | VRS::Image | |
| bitsPerPixel() const | VRS::CompressedImage | [virtual] |
| Blue enum value | VRS::Image | |
| blur(int sizeX, int sizeY, Image *destImage=0) | VRS::Image | [virtual] |
| callbacks(const ID &service) const | VRS::SharedObj | [protected] |
| changeLayerSequence(LayerSequence newLayerSequence, bool forceChange=false) | VRS::Image | |
| ClassInfoVRS() | VRS::SharedObj | [static] |
| classInfoVRS() const | VRS::SharedObj | [virtual] |
| ClassNameVRS() | VRS::SharedObj | [static] |
| classNameVRS() const | VRS::SharedObj | |
| colorFilter(const Color &refColor, const Color &substColor, double tolerance=0.0, Image *destImage=0) | VRS::Image | [virtual] |
| COMPRESSED enum value | VRS::Image | |
| CompressedImage(DataResource *data) | VRS::CompressedImage | |
| CompressedImage(unsigned int sizeX, unsigned int sizeY, Compression compression) | VRS::CompressedImage | |
| CompressedImage(Compression compression, Image *source, const std::string &filename="") | VRS::CompressedImage | |
| CompressedImage() | VRS::CompressedImage | [protected] |
| compression() const | VRS::CompressedImage | |
| Compression enum name | VRS::CompressedImage | |
| convolution(const ImageConvolutionKernel *kernel, Image *destImage=0) | VRS::Image | [virtual] |
| copy(Image *destImage, bool scale=true, bool ignoreROIandLOI=false) | VRS::Image | [virtual] |
| copyLayer(int srcLayer, Image *destImage, int destLayer, bool scale=true, bool ignoreROI=false) | VRS::Image | [virtual] |
| copyToPow2() | VRS::Image | [virtual] |
| createMipmapPyramid() | VRS::Image | [virtual] |
| currentTransactionNo() | VRS::SharedObj | [static] |
| dataSize() const | VRS::CompressedImage | [virtual] |
| dataType() const | VRS::Image | |
| DataType enum name | VRS::Image | |
| Decreasing enum value | VRS::Image | |
| exchange(Image *destImage, bool scale=true, bool ignoreROIandLOI=false) | VRS::Image | [virtual] |
| filter(Callback2< void *, void * > *filterFunction, Image *destImage=0) | VRS::Image | [virtual] |
| flip(bool flipX, bool flipY, Image *destImage=0) | VRS::Image | [virtual] |
| flipY() const | VRS::CompressedImage | [inline, virtual] |
| flipY(bool yesNo) | VRS::CompressedImage | [inline, virtual] |
| G enum value | VRS::Image | |
| gammaValue(double gamma=2.2, Image *destImage=0) | VRS::Image | [virtual] |
| getClientData() const | VRS::SharedObj | |
| getColor(int x, int y) const | VRS::Image | [virtual] |
| getLayersOfInterest() const | VRS::Image | |
| getObjectByName(const std::string &objName) | VRS::SharedObj | [static] |
| getObjectName() const | VRS::SharedObj | |
| getRegionOfInterest() const | VRS::Image | |
| Green enum value | VRS::Image | |
| greyScale(Image *destImage=0, bool scale=true, bool ignoreROIandLOI=false) | VRS::Image | [virtual] |
| hasLayers() const | VRS::Image | [virtual] |
| hasLayers(int layers) const | VRS::Image | [virtual] |
| height() const | VRS::CompressedImage | [virtual] |
| I enum value | VRS::Image | |
| Image(LayerSequence layerSequence=Image::RGB, int dataType=Image::U8) | VRS::Image | |
| imageFormat() const | VRS::CompressedImage | |
| Increasing enum value | VRS::Image | |
| Index enum value | VRS::Image | |
| INDEX enum value | VRS::Image | |
| Intensity enum value | VRS::Image | |
| internalFormat() const | VRS::CompressedImage | |
| isA(const ID &id) const | VRS::SharedObj | |
| isEqual(const SharedObj *other) const | VRS::SharedObj | [virtual] |
| IsEqual(const SharedObj *obj1, const SharedObj *obj2) | VRS::SharedObj | [static] |
| L enum value | VRS::Image | |
| LA enum value | VRS::Image | |
| lastTransactionNo() const | VRS::SharedObj | [virtual] |
| Layer enum name | VRS::Image | |
| layerNumber(int layer) const | VRS::Image | [virtual] |
| LayerSequence enum name | VRS::Image | |
| layerSequence() const | VRS::Image | |
| layerType(int layerIndex) const | VRS::Image | [virtual] |
| lineComponents(int y) const | VRS::Image | [virtual] |
| lineComponentsU16(int y) const | VRS::Image | |
| lineComponentsU32(int y) const | VRS::Image | |
| lineComponentsU8(int y) const | VRS::Image | |
| lshiftValue(double shifts, Image *destImage=0) | VRS::Image | [virtual] |
| Luminance enum value | VRS::Image | |
| memoryLayout() const | VRS::CompressedImage | [virtual] |
| MemoryLayout enum name | VRS::Image | |
| modified() | VRS::SharedObj | [virtual] |
| mosaic(int sizeX, int sizeY, Image *destImage=0) | VRS::Image | [virtual] |
| multImage(Image *image2, Image *dest=0) | VRS::Image | [virtual] |
| multValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| newIterator2D() const | VRS::Image | |
| newIterator2D(int layer, bool normalize=true, float scale=1.0, float bias=0.0) const | VRS::Image | |
| notValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| numberOfLayers() const | VRS::Image | |
| operator==(const Image &other) const | VRS::Image | |
| VRS::SharedObj::operator==(const SharedObj &other) const | VRS::SharedObj | |
| orValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| outputAllTrackedObjectReferences() | VRS::SharedObj | [static] |
| outputReferences() const | VRS::SharedObj | |
| padding() const | VRS::CompressedImage | [virtual] |
| pixelComponents(int x, int y, int component=0) const | VRS::CompressedImage | [virtual] |
| pixelComponentsU16(int x, int y, int component=0) const | VRS::Image | |
| pixelComponentsU32(int x, int y, int component=0) const | VRS::Image | |
| pixelComponentsU8(int x, int y, int component=0) const | VRS::Image | |
| pixelFormat() const | VRS::CompressedImage | |
| R enum value | VRS::Image | |
| R3G3B2 enum value | VRS::CompressedImage | |
| R4G4B4A4 enum value | VRS::CompressedImage | |
| R5G5B5A1 enum value | VRS::CompressedImage | |
| R5G6B5 enum value | VRS::CompressedImage | |
| R5G6B5_S3TC enum value | VRS::CompressedImage | |
| R5G6B5A1_S3TC enum value | VRS::CompressedImage | |
| R5G6B5A8_S3TC enum value | VRS::CompressedImage | |
| rawData() const | VRS::CompressedImage | [virtual] |
| Red enum value | VRS::Image | |
| ref(const void *debugPointerHolder=NULL) const | VRS::SharedObj | |
| references() const | VRS::SharedObj | |
| registerCB(const ID &service, SO< CallbackBase > cb) | VRS::SharedObj | [protected] |
| registerDestructionCB(SO< Callback1< SharedObj * > > cb) | VRS::SharedObj | |
| registerModificationCB(SO< Callback1< SharedObj * > > cb) | VRS::SharedObj | |
| registerWO(const WeakPointerBase *wo) const | VRS::SharedObj | [protected] |
| removeLayersOfInterest(int layers=Image::All) | VRS::Image | |
| RGB enum value | VRS::Image | |
| RGBA enum value | VRS::Image | |
| rshiftValue(double shifts, Image *destImage=0) | VRS::Image | [virtual] |
| setClientData(void *clientData) | VRS::SharedObj | |
| setColor(int x, int y, const Color &col) | VRS::Image | [virtual] |
| setLayersOfInterest(int layers=Image::All) | VRS::Image | |
| setObjectName(const char *objName) | VRS::SharedObj | |
| setObjectName(const std::string &objName) | VRS::SharedObj | |
| setRegionOfInterest(const Area ®ion=Area(0, 0,-1,-1)) | VRS::Image | |
| setScaledValue(double normalizedValue, Image *destImage=0) | VRS::Image | [virtual] |
| setValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| SharedObj() | VRS::SharedObj | |
| SharedObj(const SharedObj &other) | VRS::SharedObj | |
| sizeX() const | VRS::Image | [inline] |
| sizeY() const | VRS::Image | [inline] |
| squareValue(Image *destImage=0) | VRS::Image | [virtual] |
| subImage(Image *image2, Image *dest=0) | VRS::Image | [virtual] |
| subScaledValue(double normalizedValue, Image *destImage=0) | VRS::Image | [virtual] |
| subValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| trackReferences() | VRS::SharedObj | |
| U16 enum value | VRS::Image | |
| U32 enum value | VRS::Image | |
| U8 enum value | VRS::Image | |
| uncompressed(bool storeReference=false) const | VRS::CompressedImage | [virtual] |
| unref(const void *debugPointerHolder=NULL) const | VRS::SharedObj | |
| unregisterCB(const ID &service, SO< CallbackBase > cb) | VRS::SharedObj | [protected] |
| unregisterDestructionCB(SO< Callback1< SharedObj * > > cb) | VRS::SharedObj | |
| unregisterModificationCB(SO< Callback1< SharedObj * > > cb) | VRS::SharedObj | |
| unregisterWO(const WeakPointerBase *wo) const | VRS::SharedObj | [protected] |
| VRS_SERIALIZABLE(CompressedImage) | VRS::CompressedImage | |
| VRS::Image::VRS_SERIALIZABLE(SharedObj) | VRS::SharedObj | |
| VRS_SERIALIZABLE_ABSTRACT_CLASS(Image) | VRS::Image | |
| VRS_SERIALIZABLE_CLASS_ENUM(Compression) | VRS::CompressedImage | |
| VRS::Image::VRS_SERIALIZABLE_CLASS_ENUM(LayerSequence) | VRS::Image | |
| VRS::Image::VRS_SERIALIZABLE_CLASS_ENUM(Layer) | VRS::Image | |
| VRS::Image::VRS_SERIALIZABLE_CLASS_ENUM(DataType) | VRS::Image | |
| VRS::Image::VRS_SERIALIZABLE_CLASS_ENUM(MemoryLayout) | VRS::Image | |
| VRS_ThisClass typedef | VRS::SharedObj | |
| VRS_TYPEINFO(CompressedImage, Image) | VRS::CompressedImage | |
| VRS::Image::VRS_TYPEINFO(Image, SharedObj) | VRS::Image | |
| VRS_VISITABLE_BASE | VRS::SharedObj | |
| WeakPointerBase class | VRS::SharedObj | [friend] |
| width() const | VRS::CompressedImage | [virtual] |
| xorValue(double value, Image *destImage=0) | VRS::Image | [virtual] |
| ~SharedObj() | VRS::SharedObj | [virtual] |
| ~Visitable() | VRS::Visitable | [inline, virtual] |