#include <TIL_MakeTexture.h>
|
| TIL_MakeTexture () |
|
virtual | ~TIL_MakeTexture () |
|
void | setOutputFormat (const UT_StringHolder &v) |
|
void | setFilter (const UT_StringHolder &f) |
|
void | setAOV (const UT_StringHolder &s) |
|
void | setSRGBMode (SRGB_MODE mode) |
|
void | setOCIO (const UT_StringRef &sspace, const UT_StringRef &infile, const UT_StringRef &dspace, const UT_StringRef &outfile, bool allowparse) |
|
void | setWrapModes (const UT_StringHolder &s, const UT_StringHolder &t) |
|
void | setSanitize (bool v) |
|
void | setStoreColorSpace (bool v) |
|
bool | makeTexture (const UT_StringRef &infile, const UT_StringRef &outfile, int tile_width=64, int tile_height=64) const |
|
bool | deepSource () const |
|
template<typename... Args> |
void | message (const char *fmt, const Args &...args) const |
|
template<typename... Args> |
void | warning (const char *fmt, const Args &...args) const |
|
template<typename... Args> |
void | error (const char *fmt, const Args &...args) const |
|
Definition at line 24 of file TIL_MakeTexture.h.
TIL_MakeTexture::TIL_MakeTexture |
( |
| ) |
|
|
inline |
virtual TIL_MakeTexture::~TIL_MakeTexture |
( |
| ) |
|
|
virtual |
Number of errors while trying to create cache files.
static int64 TIL_MakeTexture::cacheFilesFound |
( |
| ) |
|
|
static |
Number of cached files found and used.
static int64 TIL_MakeTexture::cacheLocalCreated |
( |
| ) |
|
|
static |
Number of local files created.
static int64 TIL_MakeTexture::cacheTempCreated |
( |
| ) |
|
|
static |
Number of temp files created.
static bool TIL_MakeTexture::clearRemapCache |
( |
bool |
out_of_date | ) |
|
|
static |
bool TIL_MakeTexture::deepSource |
( |
| ) |
const |
|
inline |
virtual void TIL_MakeTexture::doError |
( |
const char * |
msg | ) |
const |
|
inlineprotectedvirtual |
virtual void TIL_MakeTexture::doMessage |
( |
const char * |
msg | ) |
const |
|
inlineprotectedvirtual |
virtual void TIL_MakeTexture::doWarning |
( |
const char * |
msg | ) |
const |
|
inlineprotectedvirtual |
template<typename... Args>
void TIL_MakeTexture::error |
( |
const char * |
fmt, |
|
|
const Args &... |
args |
|
) |
| const |
|
inline |
static void TIL_MakeTexture::initDiskCache |
( |
| ) |
|
|
static |
template<typename... Args>
void TIL_MakeTexture::message |
( |
const char * |
fmt, |
|
|
const Args &... |
args |
|
) |
| const |
|
inline |
void TIL_MakeTexture::setSanitize |
( |
bool |
v | ) |
|
|
inline |
void TIL_MakeTexture::setStoreColorSpace |
( |
bool |
v | ) |
|
|
inline |
template<typename... Args>
void TIL_MakeTexture::warning |
( |
const char * |
fmt, |
|
|
const Args &... |
args |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: