SMIL  1.0.3
SharedImage< T > Member List

This is the complete list of members for SharedImage< T >, including all inherited members.

allocate()SharedImage< T >inlineprotectedvirtual
allocate()SharedImage< T >protectedvirtual
allocate()SharedImage< T >protectedvirtual
areCoordsInImage(const off_t x, const off_t y, const off_t z=0) constBaseImageinline
areCoordsInImage(const size_t x, const size_t y, const size_t z=0) constBaseImageinline
smil::Image::clone(const Image< T > &rhs)Image< T >virtual
smil::Image::clone(bool cloneData=true)Image< T >inlinevirtual
deallocate()SharedImage< T >inlineprotectedvirtual
drain(Image< T > *im, bool deleteSrc=false)Image< T >
fromArray(const T inArray[])Image< T >
fromCharArray(const signed char inArray[])Image< T >
fromIntArray(const int inArray[])Image< T >
fromIntVector(const vector< int > inVector)Image< T >
fromString(string pixVals)Image< T >
getAllocatedSize() constBaseImageinlinevirtual
getCoordsFromOffset(size_t off, size_t &x, size_t &y, size_t &z) constBaseImageinline
getCoordsFromOffset(off_t off, off_t &x, off_t &y, off_t &z) constBaseImageinline
getCoordsFromOffset(size_t off) constBaseImageinline
getDataTypeMax()Image< T >inlinestatic
getDataTypeMin()Image< T >inlinestatic
getDepth() constBaseImageinline
getDimension() constBaseImageinline
getHeight() constBaseImageinline
getInfoString(const char *indent="") constImage< T >inlinevirtual
getLineCount() constBaseImageinline
getLines() constImage< T >inline
getOffsetFromCoords(size_t x, size_t y, size_t z=0) constBaseImageinline
getOffsetFromPoint(IntPoint &p) constBaseImageinline
getPixel(size_t x, size_t y, size_t z=0) constImage< T >inline
getPixel(size_t offset) constImage< T >inline
getPixelCount() constBaseImageinline
getPixels() constImage< T >inline
getSize(size_t *w, size_t *h, size_t *d) constBaseImageinline
getSize(int *w, int *h, int *d) constBaseImageinline
getSize(size_t s[3]) constBaseImageinline
getSize(off_t s[3]) constBaseImageinline
getSize(int s[3]) constBaseImageinline
getSlice(size_t sliceNum) constImage< T >
getSliceCount() constBaseImageinline
getSlices() constImage< T >inline
getTypeAsString()Image< T >inlinevirtual
getViewer()Image< T >virtual
getVoidPointer(void)Image< T >inlinevirtual
getVoidPointer(void)Image< T >virtual
getVoidPointer(void)Image< T >virtual
getVoidPointer()Image< T >inlinevirtual
getWidth() constBaseImageinline
hide()Image< T >virtual
Image()Image< T >
Image(size_t w, size_t h, size_t d=1)Image< T >
Image(const char *fileName)Image< T >
Image(const Image< T > &rhs, bool cloneData=false)Image< T >
isAllocated() constBaseImageinline
isOffsetInImage(const off_t offset) constBaseImageinline
isOffsetInImage(const size_t offset) constBaseImageinline
isPointInImage(const IntPoint &p) constBaseImageinline
isVisible()Image< T >virtual
load(const char *fileName)Image< T >virtual
modified()Image< T >virtual
operator bool()Image< T >
operator!=(const Image< T > &rhs)Image< T >
operator&(const Image< T > &rhs)Image< T >
operator&(const T &value)Image< T >
operator&=(const Image< T > &rhs)Image< T >
operator&=(const T &value)Image< T >
operator*(const Image< T > &rhs)Image< T >
operator*(const T &value)Image< T >
operator*=(const Image< T > &rhs)Image< T >
operator*=(const T &value)Image< T >
operator+(const Image< T > &rhs)Image< T >
operator+(const T &value)Image< T >
operator+=(const Image< T > &rhs)Image< T >
operator+=(const T &value)Image< T >
operator-(const Image< T > &rhs)Image< T >
operator-(const T &value)Image< T >
operator-=(const Image< T > &rhs)Image< T >
operator-=(const T &value)Image< T >
operator/(const Image< T > &rhs)Image< T >
operator/(const T &value)Image< T >
operator/=(const Image< T > &rhs)Image< T >
operator/=(const T &value)Image< T >
operator<(const Image< T > &rhs)Image< T >
operator<(const T &value)Image< T >
operator<<(const Image< T > &rhs)Image< T >
operator<<(const T &value)Image< T >
operator<<(const lineType &tab)Image< T >
operator<<(vector< T > &vect)Image< T >
operator<=(const Image< T > &rhs)Image< T >
operator<=(const T &value)Image< T >
operator==(const Image< T > &rhs)Image< T >
operator>(const Image< T > &rhs)Image< T >
operator>(const T &value)Image< T >
operator>=(const Image< T > &rhs)Image< T >
operator>=(const T &value)Image< T >
operator>>(vector< T > &vect)Image< T >
operator~() constImage< T >
printSelf(ostream &os, bool displayPixVals, bool hexaGrid=false, string indent="") constImage< T >
save(const char *fileName)Image< T >virtual
setName(const char *_name)Image< T >virtual
setPixel(size_t x, size_t y, size_t z, const T &value)Image< T >inline
setPixel(size_t x, size_t y, const T &value)Image< T >inline
setPixel(size_t offset, const T &value)Image< T >inline
setSize(size_t w, size_t h, size_t d=1, bool=true)SharedImage< T >inlineprotectedvirtual
smil::Image::setSize(size_t s[3], bool doAllocate=true)Image< T >inlinevirtual
smil::Image::setSize(const BaseImage &rhs, bool doAllocate=true)Image< T >inlinevirtual
smil::Image::setSize(const vector< UINT > s, bool doAllocate=true)Image< T >inlinevirtual
SharedImage()SharedImage< T >inline
show(const char *_name=NULL, bool labelImage=false)Image< T >virtual
showLabel(const char *_name=NULL)Image< T >virtual
toArray(T outArray[])Image< T >
toCharArray(signed char outArray[])Image< T >
toIntArray(int outArray[])Image< T >
toIntVector()Image< T >
toString()Image< T >