Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Public Member Functions | |
void | close () |
CubeFile (const char *szFilename) | |
std::string | getCopyright () |
std::string | getDescription () |
icFloatNumber * | getMaxInput () |
icFloatNumber * | getMinInput () |
bool | isCustomInputRange () |
bool | parse3DTable (icFloatNumber *toLut, icUInt32Number nSizeLut) |
bool | parseHeader () |
int | sizeLut3D () |
~CubeFile () | |
Protected Member Functions | |
const char * | getNext (const char *str) |
std::string | getNextLine () |
std::string | getTitle (const char *str) |
bool | isEOF () |
bool | open () |
std::string | toEnd (const char *str) |
Protected Attributes | |
bool | m_bLutInVideoRange = false |
bool | m_bLutOutVideoRange = false |
std::string | m_comments |
FILE * | m_f =nullptr |
icFloatNumber | m_fMaxInput [3] = { 1.0f, 1.0f, 1.0f } |
icFloatNumber | m_fMinInput [3] = { 0.0f, 0.0f, 0.0f } |
std::string | m_sFilename |
int | m_sizeLut3D = 0 |
std::string | m_title |
Definition at line 81 of file iccFromCube.cpp.
|
inline |
Definition at line 84 of file iccFromCube.cpp.
References m_sFilename.
|
inline |
Definition at line 88 of file iccFromCube.cpp.
References close().
|
inline |
Definition at line 90 of file iccFromCube.cpp.
References m_f.
Referenced by main(), and ~CubeFile().
|
inline |
Definition at line 202 of file iccFromCube.cpp.
References m_comments.
Referenced by main().
|
inline |
Definition at line 201 of file iccFromCube.cpp.
References m_title.
Referenced by main().
|
inline |
Definition at line 205 of file iccFromCube.cpp.
References m_fMaxInput.
Referenced by main().
|
inline |
Definition at line 204 of file iccFromCube.cpp.
References m_fMinInput.
Referenced by main().
|
inlineprotected |
Definition at line 279 of file iccFromCube.cpp.
Referenced by parse3DTable(), and parseHeader().
|
inlineprotected |
Definition at line 302 of file iccFromCube.cpp.
References isEOF(), m_f, and MAX_LINE_LEN.
Referenced by parse3DTable(), and parseHeader().
|
inlineprotected |
Definition at line 264 of file iccFromCube.cpp.
Referenced by parseHeader().
|
inline |
Definition at line 207 of file iccFromCube.cpp.
References icIsNear(), m_fMaxInput, and m_fMinInput.
Referenced by main().
|
inlineprotected |
Definition at line 298 of file iccFromCube.cpp.
References m_f.
Referenced by getNextLine(), parse3DTable(), and parseHeader().
|
inlineprotected |
Definition at line 253 of file iccFromCube.cpp.
References m_f, and m_sFilename.
Referenced by parseHeader().
|
inline |
Definition at line 216 of file iccFromCube.cpp.
References getNext(), getNextLine(), isEOF(), and m_sizeLut3D.
Referenced by main().
|
inline |
Definition at line 97 of file iccFromCube.cpp.
References getNext(), getNextLine(), getTitle(), isEOF(), m_bLutInVideoRange, m_bLutOutVideoRange, m_comments, m_f, m_fMaxInput, m_fMinInput, m_sizeLut3D, m_title, and open().
Referenced by main().
|
inline |
Definition at line 215 of file iccFromCube.cpp.
References m_sizeLut3D.
Referenced by main().
|
inlineprotected |
Definition at line 288 of file iccFromCube.cpp.
|
protected |
Definition at line 329 of file iccFromCube.cpp.
Referenced by parseHeader().
|
protected |
Definition at line 330 of file iccFromCube.cpp.
Referenced by parseHeader().
|
protected |
Definition at line 327 of file iccFromCube.cpp.
Referenced by getCopyright(), and parseHeader().
|
protected |
Definition at line 320 of file iccFromCube.cpp.
Referenced by close(), getNextLine(), isEOF(), open(), and parseHeader().
|
protected |
Definition at line 324 of file iccFromCube.cpp.
Referenced by getMaxInput(), isCustomInputRange(), and parseHeader().
|
protected |
Definition at line 323 of file iccFromCube.cpp.
Referenced by getMinInput(), isCustomInputRange(), and parseHeader().
|
protected |
Definition at line 251 of file iccFromCube.cpp.
Referenced by CubeFile(), and open().
|
protected |
Definition at line 322 of file iccFromCube.cpp.
Referenced by parse3DTable(), parseHeader(), and sizeLut3D().
|
protected |
Definition at line 326 of file iccFromCube.cpp.
Referenced by getDescription(), and parseHeader().