copyPlaneMask(const TIL_Plane &plane) | TIL_Plane | |
debugPrint(std::ostream &os) const | TIL_Plane | |
dump() const | TIL_Plane | |
dump(UT_JSONWriter &w) const | TIL_Plane | |
getArrayMask(int i) const | TIL_Plane | |
getArraySize() const | TIL_Plane | inline |
getBlackWhitePoints(unsigned int &b, unsigned int &w) const | TIL_Plane | inline |
getBlackWhitePoints(float &b, float &w) const | TIL_Plane | |
getColorSpace() const | TIL_Plane | inline |
getFormat() const | TIL_Plane | inline |
getHash() const | TIL_Plane | |
getMemoryUsage(bool inclusive) const | TIL_Plane | |
getMemSize() const | TIL_Plane | |
getName() const | TIL_Plane | inline |
getOCIOColorSpace() const | TIL_Plane | inline |
getPlaneMask(int i) const | TIL_Plane | inline |
getSubName(int i) const | TIL_Plane | inline |
getTypeInfo() const | TIL_Plane | inline |
getVectorSize() const | TIL_Plane | inline |
hasElement(const char *planename) | TIL_Plane | |
isAlphaPlane() const | TIL_Plane | |
isAnyComponentConstant() const | TIL_Plane | |
isColorPlane() const | TIL_Plane | |
isCompatible(const TIL_Plane &) const | TIL_Plane | |
isConstantComponent(int i) const | TIL_Plane | |
isConstantPlane() const | TIL_Plane | |
isDepthPlane() const | TIL_Plane | |
isGeometricPlane() const | TIL_Plane | |
isNormalPlane() const | TIL_Plane | |
isPartiallyScoped() const | TIL_Plane | |
isPointPlane() const | TIL_Plane | |
isScoped() const | TIL_Plane | |
matches(const TIL_Plane &) const | TIL_Plane | |
operator delete(void *p, size_t size) | UT_SmallObject< TIL_Plane, UT_SMALLOBJECT_CLEANPAGES_OFF, 250, UT_SMALLOBJECT_THREADSAFE_ON > | inlinestatic |
operator delete(void *, void *) | UT_SmallObject< TIL_Plane, UT_SMALLOBJECT_CLEANPAGES_OFF, 250, UT_SMALLOBJECT_THREADSAFE_ON > | inlinestatic |
operator new(size_t size) | UT_SmallObject< TIL_Plane, UT_SMALLOBJECT_CLEANPAGES_OFF, 250, UT_SMALLOBJECT_THREADSAFE_ON > | inlinestatic |
operator new(size_t, void *p) | UT_SmallObject< TIL_Plane, UT_SMALLOBJECT_CLEANPAGES_OFF, 250, UT_SMALLOBJECT_THREADSAFE_ON > | inlinestatic |
operator!=(const TIL_Plane &eq) const | TIL_Plane | inline |
operator=(const TIL_Plane &) | TIL_Plane | |
operator==(const TIL_Plane &eq) const | TIL_Plane | inline |
scopeMatches(const TIL_Plane &plane) const | TIL_Plane | |
setArrayMask(int start, int end, int step) | TIL_Plane | |
setArraySize(int n) | TIL_Plane | |
setBlackWhitePoints(unsigned int b, unsigned int w) | TIL_Plane | |
setColorSpace(PXL_ColorSpace cs, const UT_StringHolder &ocio=UT_StringHolder()) | TIL_Plane | inline |
setConstantFlag(int i, bool enable) | TIL_Plane | |
setFormat(TIL_DataFormat format) | TIL_Plane | |
setName(const char *name) | TIL_Plane | |
setPlaneMask(int enable, int i) | TIL_Plane | |
setScoped(int enable) | TIL_Plane | inline |
setSubName(const char *subname, int i) | TIL_Plane | |
setTypeInfo(TIL_TypeInfo typeinfo) | TIL_Plane | inline |
setVectorSize(int n) | TIL_Plane | |
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, PXL_ColorSpace cs=PXL_CS_UNKNOWN, const UT_StringHolder &ocio_colorspace=UT_StringHolder()) | TIL_Plane | |
TIL_Plane(const TIL_Plane &) | TIL_Plane | |
TIL_Plane() | TIL_Plane | |
usesBlackWhitePoints() const | TIL_Plane | |
~TIL_Plane() | TIL_Plane | |