|
| void | reset () |
| |
| void | clear (float value=0.0F, int scanstep=1, int scanoff=0) |
| |
| void | lineDouble (bool odd) |
| |
| int | matches (const UT_TokenString *image_id, int tilex, int tiley) const |
| |
| int | compare (const UT_TokenString *image_id, int tilex, int tiley) const |
| |
| void | setVectorName (const char *name, int vector=0) |
| |
| const char * | getVectorName () const |
| |
| void | setCompName (const char *name) |
| |
| const char * | getCompName () const |
| |
| int | getVectorIndex () const |
| |
| void | setFormat (TIL_DataFormat f) |
| |
| TIL_DataFormat | getFormat () const |
| |
| void | setStorage (TIL_Storage storage) |
| |
| TIL_Storage | getStorage () const |
| |
| void | setImageNum (int n) |
| |
| int | getImageNum () const |
| |
| void | setBlackWhitePoints (int black, int white) |
| |
| int | usesBlackWhitePoints () const |
| |
| void | getBlackWhitePoints (unsigned int &black, unsigned int &white) const |
| |
| void | setOffset (int x, int y) |
| |
| void | getOffset (int &x, int &y) const |
| |
| void | setSize (int x, int y) |
| |
| void | getSize (int &x, int &y) const |
| |
| int | getNumPixels () const |
| |
| void | setParent (void *parent) |
| |
| void * | getParent () const |
| |
| void | setNodePath (const char *path) |
| |
| const char * | getNodePath () const |
| |
| void | setImageIdentifier (UT_TokenString *token) |
| |
| const UT_TokenString * | getImageIdentifier () const |
| |
| void | setCooked (bool done=true) |
| |
| bool | isCooked () const |
| |
| bool | isCheckpoint () const |
| |
| int | getCheckpointCount () const |
| |
| void | incrementCheckpointCount () |
| |
| void | decrementCheckpointCount () |
| |
| bool | determineIfConstant () |
| |
| bool | isConstantTile () const |
| |
| float | getConstantColor () const |
| |
| void | setConstantTile (bool constant) |
| |
| int | lock (int access, int block=1) |
| |
| void | lockWriteToRead (int score) |
| |
| void | unlock (int access) |
| |
| void | setProxyHold (bool on) |
| |
| int | getMemSize () const |
| |
| int64 | getMemoryUsage (bool inclusive) const |
| |
| void | setImageData (TIL_AlignedBlock *data) |
| |
| void | getImageData (const unsigned char *&data) const |
| |
| void | getImageData (const unsigned short *&data) const |
| |
| void | getImageData (const unsigned int *&data) const |
| |
| void | getImageData (const float *&data) const |
| |
| void | getImageData (const fpreal16 *&data) const |
| |
| const void * | getImageData () const |
| |
| void | getImageData (unsigned char *&data) |
| |
| void | getImageData (unsigned short *&data) |
| |
| void | getImageData (unsigned int *&data) |
| |
| void | getImageData (float *&data) |
| |
| void | getImageData (fpreal16 *&data) |
| |
| void * | getImageData () |
| |
| TIL_AlignedBlock * | getImageBlock () |
| |
| void | setPriority (unsigned int p) |
| |
| int | getPriority () const |
| |
| int | isCacheLocked () const |
| |
| bool | isReadLocked () const |
| |
| bool | isWriteLocked () const |
| |
| bool | isBorrowedImage () const |
| |
| void | setBorrowedImage (bool b) |
| |
| void | print (std::ostream &os) const |
| |
| | TIL_HoldingNode () |
| |
| TIL_HoldingNode *& | prev () |
| |
| TIL_HoldingNode *& | next () |
| |
| TIL_HoldingNode * | prev () const |
| |
| TIL_HoldingNode * | next () const |
| |
| void | setQueue (TIL_HoldingQueue *q, bool update_queues=true) |
| |
| TIL_HoldingQueue * | queue () const |
| |