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
view()
const override
51 StringRefNull process_space()
const override
54 return ocio_look_->getProcessSpace();
59 MEM_CXX_CLASS_ALLOC_FUNCS(
"LibOCIOLook");
Read Guarded memory(de)allocation.