#include <TIL_Tile.h>
|
| 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 |
| |
Definition at line 25 of file TIL_Tile.h.
| void TIL_Tile::clear |
( |
float |
value = 0.0F, |
|
|
int |
scanstep = 1, |
|
|
int |
scanoff = 0 |
|
) |
| |
| void TIL_Tile::decrementCheckpointCount |
( |
| ) |
|
| bool TIL_Tile::determineIfConstant |
( |
| ) |
|
| void TIL_Tile::getBlackWhitePoints |
( |
unsigned int & |
black, |
|
|
unsigned int & |
white |
|
) |
| const |
|
inline |
| int TIL_Tile::getCheckpointCount |
( |
| ) |
const |
|
inline |
| const char* TIL_Tile::getCompName |
( |
| ) |
const |
|
inline |
| float TIL_Tile::getConstantColor |
( |
| ) |
const |
| void TIL_Tile::getImageData |
( |
const unsigned char *& |
data | ) |
const |
| void TIL_Tile::getImageData |
( |
const unsigned short *& |
data | ) |
const |
| void TIL_Tile::getImageData |
( |
const unsigned int *& |
data | ) |
const |
| void TIL_Tile::getImageData |
( |
const float *& |
data | ) |
const |
| const void* TIL_Tile::getImageData |
( |
| ) |
const |
|
inline |
| void TIL_Tile::getImageData |
( |
unsigned char *& |
data | ) |
|
| void TIL_Tile::getImageData |
( |
unsigned short *& |
data | ) |
|
| void TIL_Tile::getImageData |
( |
unsigned int *& |
data | ) |
|
| void* TIL_Tile::getImageData |
( |
| ) |
|
|
inline |
| int TIL_Tile::getImageNum |
( |
| ) |
const |
|
inline |
| int64 TIL_Tile::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
| int TIL_Tile::getMemSize |
( |
| ) |
const |
|
inline |
| const char* TIL_Tile::getNodePath |
( |
| ) |
const |
|
inline |
| int TIL_Tile::getNumPixels |
( |
| ) |
const |
| void TIL_Tile::getOffset |
( |
int & |
x, |
|
|
int & |
y |
|
) |
| const |
|
inline |
| void* TIL_Tile::getParent |
( |
| ) |
const |
|
inline |
| int TIL_Tile::getPriority |
( |
| ) |
const |
|
inline |
| static int TIL_Tile::getTile16Mem |
( |
| ) |
|
|
static |
| static int TIL_Tile::getTile32Mem |
( |
| ) |
|
|
static |
| static int TIL_Tile::getTile8Mem |
( |
| ) |
|
|
static |
| static int TIL_Tile::getTileSizeX |
( |
| ) |
|
|
static |
| static int TIL_Tile::getTileSizeY |
( |
| ) |
|
|
static |
| int TIL_Tile::getVectorIndex |
( |
| ) |
const |
|
inline |
| const char* TIL_Tile::getVectorName |
( |
| ) |
const |
|
inline |
| void TIL_Tile::incrementCheckpointCount |
( |
| ) |
|
| bool TIL_Tile::isBorrowedImage |
( |
| ) |
const |
|
inline |
| int TIL_Tile::isCacheLocked |
( |
| ) |
const |
| bool TIL_Tile::isCheckpoint |
( |
| ) |
const |
|
inline |
| bool TIL_Tile::isConstantTile |
( |
| ) |
const |
|
inline |
| bool TIL_Tile::isCooked |
( |
| ) |
const |
|
inline |
| bool TIL_Tile::isReadLocked |
( |
| ) |
const |
| bool TIL_Tile::isWriteLocked |
( |
| ) |
const |
| void TIL_Tile::lineDouble |
( |
bool |
odd | ) |
|
| int TIL_Tile::lock |
( |
int |
access, |
|
|
int |
block = 1 |
|
) |
| |
| void TIL_Tile::lockWriteToRead |
( |
int |
score | ) |
|
| void TIL_Tile::print |
( |
std::ostream & |
os | ) |
const |
| void TIL_Tile::setBlackWhitePoints |
( |
int |
black, |
|
|
int |
white |
|
) |
| |
| void TIL_Tile::setBorrowedImage |
( |
bool |
b | ) |
|
|
inline |
| void TIL_Tile::setCompName |
( |
const char * |
name | ) |
|
| void TIL_Tile::setConstantTile |
( |
bool |
constant | ) |
|
| void TIL_Tile::setCooked |
( |
bool |
done = true | ) |
|
|
inline |
| static void TIL_Tile::setCop2PrintCallback |
( |
void(*)(void *, std::ostream &) |
callback | ) |
|
|
static |
| void TIL_Tile::setImageNum |
( |
int |
n | ) |
|
|
inline |
| static void TIL_Tile::setNewTileSize |
( |
int |
xsize, |
|
|
int |
ysize |
|
) |
| |
|
static |
| void TIL_Tile::setNodePath |
( |
const char * |
path | ) |
|
| void TIL_Tile::setParent |
( |
void * |
parent | ) |
|
|
inline |
| void TIL_Tile::setPriority |
( |
unsigned int |
p | ) |
|
|
inline |
| void TIL_Tile::setProxyHold |
( |
bool |
on | ) |
|
|
inline |
| void TIL_Tile::setVectorName |
( |
const char * |
name, |
|
|
int |
vector = 0 |
|
) |
| |
| void TIL_Tile::unlock |
( |
int |
access | ) |
|
| int TIL_Tile::usesBlackWhitePoints |
( |
| ) |
const |
| unsigned short TIL_Tile::myConstantVal16 |
| unsigned int TIL_Tile::myConstantVal32 |
| unsigned char TIL_Tile::myConstantVal8 |
| float TIL_Tile::myConstantValFP |
The documentation for this class was generated from the following file: