Home
last modified time | relevance | path

Searched refs:lutID (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddvpscf.h832 const char *getLUTDescription(const char *lutID);
839 const char *getLUTFilename(const char *lutID);
H A Ddviface.h1276 OFCondition selectDisplayPresentationLUT(const char *lutID);
1292 OFCondition selectPrintPresentationLUT(const char *lutID);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpscf.cc948 const char *DVConfiguration::getLUTDescription(const char *lutID) in getLUTDescription() argument
950 return getConfigEntry(L2_LUT, lutID, L0_DESCRIPTION); in getLUTDescription()
953 const char *DVConfiguration::getLUTFilename(const char *lutID) in getLUTFilename() argument
955 return getConfigEntry(L2_LUT, lutID, L0_FILENAME); in getLUTFilename()
H A Ddviface.cc3284 OFCondition DVInterface::selectDisplayPresentationLUT(const char *lutID) in selectDisplayPresentationLUT() argument
3287 if (lutID && pState) in selectDisplayPresentationLUT()
3289 const char *lutfile = getLUTFilename(lutID); in selectDisplayPresentationLUT()
3306 displayCurrentLUTID = lutID; in selectDisplayPresentationLUT()
3326 OFCondition DVInterface::selectPrintPresentationLUT(const char *lutID) in selectPrintPresentationLUT() argument
3329 if (lutID && pPrint) in selectPrintPresentationLUT()
3331 const char *lutfile = getLUTFilename(lutID); in selectPrintPresentationLUT()
3348 printCurrentLUTID = lutID; in selectPrintPresentationLUT()