#include <TIL_Plane.h>
|
| TIL_Plane (const char *name, TIL_DataFormat format, const char *n1=0, const char *n2=0, const char *n3=0, const char *n4=0, TIL_TypeInfo typeinfo=TIL_TI_UNDEFINED) |
|
| TIL_Plane (const TIL_Plane &) |
|
| TIL_Plane () |
|
| ~TIL_Plane () |
|
int64 | getMemoryUsage (bool inclusive) const |
|
TIL_Plane & | operator= (const TIL_Plane &) |
|
int | operator== (const TIL_Plane &eq) const |
|
int | operator!= (const TIL_Plane &eq) const |
|
bool | matches (const TIL_Plane &) const |
|
bool | isCompatible (const TIL_Plane &) const |
|
const char * | getName () const |
|
void | setName (const char *name) |
|
bool | isAlphaPlane () const |
|
bool | isColorPlane () const |
|
bool | isPointPlane () const |
|
bool | isNormalPlane () const |
|
bool | isDepthPlane () const |
|
bool | isGeometricPlane () const |
|
TIL_DataFormat | getFormat () const |
|
void | setFormat (TIL_DataFormat format) |
|
TIL_TypeInfo | getTypeInfo () const |
|
void | setTypeInfo (TIL_TypeInfo typeinfo) |
|
int | getArraySize () const |
|
void | setArraySize (int n) |
|
int | getVectorSize () const |
|
void | setVectorSize (int n) |
|
const char * | getSubName (int i) const |
|
void | setSubName (const char *subname, int i) |
|
int | hasElement (const char *planename) |
|
int | getPlaneMask (int i) const |
|
void | setPlaneMask (int enable, int i) |
|
void | copyPlaneMask (const TIL_Plane &plane) |
|
void | setScoped (int enable) |
|
bool | isScoped () const |
|
bool | isPartiallyScoped () const |
|
bool | scopeMatches (const TIL_Plane &plane) const |
|
int | getArrayMask (int i) const |
|
void | setArrayMask (int start, int end, int step) |
|
bool | isConstantPlane () const |
|
bool | isConstantComponent (int i) const |
|
bool | isAnyComponentConstant () const |
|
void | setConstantFlag (int i, bool enable) |
|
int | usesBlackWhitePoints () const |
|
void | getBlackWhitePoints (unsigned int &b, unsigned int &w) const |
|
void | getBlackWhitePoints (float &b, float &w) const |
|
void | setBlackWhitePoints (unsigned int b, unsigned int w) |
|
void | debugPrint (std::ostream &os) const |
|
int64 | getMemSize () const |
|
unsigned | getHash () const |
|
TIL_Plane::~TIL_Plane |
( |
| ) |
|
void TIL_Plane::debugPrint |
( |
std::ostream & |
os | ) |
const |
int TIL_Plane::getArrayMask |
( |
int |
i | ) |
const |
int TIL_Plane::getArraySize |
( |
| ) |
const |
|
inline |
void TIL_Plane::getBlackWhitePoints |
( |
unsigned int & |
b, |
|
|
unsigned int & |
w |
|
) |
| const |
|
inline |
unsigned TIL_Plane::getHash |
( |
| ) |
const |
int64 TIL_Plane::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
int64 TIL_Plane::getMemSize |
( |
| ) |
const |
const char* TIL_Plane::getName |
( |
| ) |
const |
|
inline |
int TIL_Plane::getPlaneMask |
( |
int |
i | ) |
const |
|
inline |
const char* TIL_Plane::getSubName |
( |
int |
i | ) |
const |
|
inline |
int TIL_Plane::getVectorSize |
( |
| ) |
const |
|
inline |
int TIL_Plane::hasElement |
( |
const char * |
planename | ) |
|
bool TIL_Plane::isAlphaPlane |
( |
| ) |
const |
bool TIL_Plane::isAnyComponentConstant |
( |
| ) |
const |
bool TIL_Plane::isColorPlane |
( |
| ) |
const |
bool TIL_Plane::isConstantComponent |
( |
int |
i | ) |
const |
bool TIL_Plane::isConstantPlane |
( |
| ) |
const |
bool TIL_Plane::isDepthPlane |
( |
| ) |
const |
bool TIL_Plane::isGeometricPlane |
( |
| ) |
const |
bool TIL_Plane::isNormalPlane |
( |
| ) |
const |
bool TIL_Plane::isPartiallyScoped |
( |
| ) |
const |
bool TIL_Plane::isPointPlane |
( |
| ) |
const |
bool TIL_Plane::isScoped |
( |
| ) |
const |
void TIL_Plane::setArraySize |
( |
int |
n | ) |
|
void TIL_Plane::setBlackWhitePoints |
( |
unsigned int |
b, |
|
|
unsigned int |
w |
|
) |
| |
void TIL_Plane::setConstantFlag |
( |
int |
i, |
|
|
bool |
enable |
|
) |
| |
void TIL_Plane::setPlaneMask |
( |
int |
enable, |
|
|
int |
i |
|
) |
| |
void TIL_Plane::setScoped |
( |
int |
enable | ) |
|
|
inline |
void TIL_Plane::setVectorSize |
( |
int |
n | ) |
|
int TIL_Plane::usesBlackWhitePoints |
( |
| ) |
const |
The documentation for this class was generated from the following file: