|
static void | setCookCacheSize (int size) |
|
static int | getCookCacheSize () |
|
static void | setCacheInactiveReduce (int reduce) |
|
static int | getCacheInactiveReduce () |
|
static void | setCacheInactiveSize (int size) |
|
static int | getCacheInactiveSize () |
|
static void | setPerformanceCaching (int on) |
|
static int | getPerformanceCaching () |
|
static void | setResLimit (int x, int y) |
|
static void | getResLimit (int &x, int &y) |
|
static void | getRecommendedMemoryUsage (int64 &cook, int64 &disp) |
|
static int | getRecommendedThreads () |
|
static void | setMultithreadedCooking (int on) |
|
static int | getMultithreadedCooking () |
|
static void | setNumCookThreads (int threads) |
|
static int | getNumCookThreads () |
|
static void | setUseCollapsableOps (int enable) |
|
static int | getUseCollapsableOps () |
|
static void | setUseGPUAssist (bool enable) |
|
static bool | getUseGPUAssist (bool check_for_hardware_support=true) |
|
static bool | isGPUAssistInitialized () |
|
static void | setCookOnStart (int enable) |
|
static int | getCookOnStart () |
|
static void | setIncrementalCook (int type) |
|
static int | getIncrementalCook () |
|
static void | setIncrementalCookStyle (int type) |
|
static int | getIncrementalCookStyle () |
|
static void | setProxyGeneration (int on) |
|
static int | getProxyGeneration () |
|
static void | setProxyLimit (int on) |
|
static int | getProxyLimit () |
|
static void | setProxyDiskLimit (int size) |
|
static int | getProxyDiskLimit () |
|
static void | setProxyDir (const char *dir) |
|
static const char * | getProxyDir () |
|
static void | setTileSize (int x, int y) |
|
static void | getTileSize (int &x, int &y) |
|
static void | setColorName (const char *n) |
|
static const char * | getColorName () |
|
static void | setAlphaName (const char *n) |
|
static const char * | getAlphaName () |
|
static void | setMaskName (const char *n) |
|
static const char * | getMaskName () |
|
static void | setDepthName (const char *n) |
|
static const char * | getDepthName () |
|
static void | setLumName (const char *n) |
|
static const char * | getLumName () |
|
static void | setBumpName (const char *n) |
|
static const char * | getBumpName () |
|
static void | setPointName (const char *n) |
|
static const char * | getPointName () |
|
static void | setNormalName (const char *n) |
|
static const char * | getNormalName () |
|
static void | setVelocityName (const char *n) |
|
static const char * | getVelocityName () |
|
static void | setSelectorNoOptional (int noopt) |
|
static int | getSelectorNoOptional () |
|
static void | setSelectorNoGenInputs (int nogen) |
|
static int | getSelectorNoGenInputs () |
|
static void | setSelectorPlaceCurrent (int placecurrent) |
|
static int | getSelectorPlaceCurrent () |
|
static void | setSelectorGenNewView (int newview) |
|
static int | getSelectorGenNewView () |
|
static void | setUseCop2Coloring (int use) |
|
static int | getUseCop2Coloring () |
|
static void | setGeneratorColorEnable (int use) |
|
static int | getGeneratorColorEnable () |
|
static void | setGeneratorColor (float r, float g, float b) |
|
static void | getGeneratorColor (float &r, float &g, float &b) |
|
static void | setPixelColorEnable (int use) |
|
static int | getPixelColorEnable () |
|
static void | setPixelColor (float r, float g, float b) |
|
static void | getPixelColor (float &r, float &g, float &b) |
|
static void | setTimingColorEnable (int use) |
|
static int | getTimingColorEnable () |
|
static void | setTimingColor (float r, float g, float b) |
|
static void | getTimingColor (float &r, float &g, float &b) |
|
static void | setVexColorEnable (int use) |
|
static int | getVexColorEnable () |
|
static void | setVexColor (float r, float g, float b) |
|
static void | getVexColor (float &r, float &g, float &b) |
|
static void | setFastInteractive (bool enable) |
|
static bool | getFastInteractive () |
|
static void | setFastInteractiveOnSlow (bool enable) |
|
static bool | getFastInteractiveOnSlow () |
|
static void | setFastInteractiveQuality (int resdownby) |
|
static int | getFastInteractiveQuality () |
|
static void | setFastInteractiveMinSize (int x, int y) |
|
static void | getFastInteractiveMinSize (int &x, int &y) |
|
static void | initCineon () |
|
static void | setCineonParms (bool convert, const char *lut, int white, float gamma, int black) |
|
static void | getCineonParms (bool &convert, const char *&lut, int &white, float &gamma, int &black) |
|
static UT_FileLUTPtr | buildReadLUT (bool convert, const char *lut, int white, float gamma, int black) |
|
static UT_FileLUTPtr | buildWriteLUT (bool convert, const char *lut, int white, float gamma, int black) |
|
static void | buildCineonLUTs (bool read, bool write, UT_FileLUTPtr &rlut, UT_FileLUTPtr &wlut) |
|
static void | createCineonLUT (bool convert, const char *lut, int white, float gamma, int iwhite, bool read, bool write, UT_FileLUTPtr &rlut, UT_FileLUTPtr &wlut) |
|
static UT_FileLUTPtr | defaultLUTcreator (bool dowrite) |
|
static TIL_TileManager * | getTileManager () |
|
static const char * | getPrefFileName () |
|
static void | loadPreferences () |
|
static void | savePreferences () |
|
Definition at line 22 of file TIL_CompOptions.h.