MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / setDisplayView

Method setDisplayView

src/OpenColorIO/Baker.cpp:206–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void Baker::setDisplayView(const char * display, const char * view)
207{
208 if (!display || !view)
209 {
210 throw Exception("Both display and view must be set.");
211 }
212
213 getImpl()->m_display = display;
214 getImpl()->m_view = view;
215}
216
217void Baker::setShaperSize(int shapersize)
218{

Callers 3

test_interfaceMethod · 0.95
mainFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

getImplFunction · 0.50

Tested by 2

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.64