7#if defined(WITH_OPENCOLORIO)
19class LibOCIOLook :
public Look {
20 OCIO_NAMESPACE::ConstLookRcPtr ocio_look_;
28 LibOCIOLook(
int index,
const OCIO_NAMESPACE::ConstLookRcPtr &ocio_look);
30 StringRefNull
name()
const override
33 return ocio_look_->getName();
38 StringRefNull ui_name()
const override
40 if (ui_name_.empty()) {
46 StringRefNull description()
const override
49 return ocio_look_->getDescription();
54 StringRefNull
view()
const override
59 StringRefNull process_space()
const override
62 return ocio_look_->getProcessSpace();
67 MEM_CXX_CLASS_ALLOC_FUNCS(
"LibOCIOLook");
Read Guarded memory(de)allocation.