MCPcopy Create free account
hub / github.com/ImageEngine/cortex / read

Method read

src/IECore/Reader.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70ObjectPtr Reader::read()
71{
72 /// \todo Perhaps we should append the fileName() to any exceptions thrown by operate() before re-raising them?
73 /// Use of boost.exception might make this easier.
74 return operate();
75}
76
77const std::string &Reader::fileName() const
78{

Callers 15

loadSceneIntoCacheMethod · 0.45
loadAttributesMethod · 0.45
loadPrimVarsMethod · 0.45
loadFpsMethod · 0.45
doOperationMethod · 0.45
loadConfigFunction · 0.45
_ensureDataMethod · 0.45
parseMethod · 0.45
testJoinedUVEdgesMethod · 0.45
testSimpleMethod · 0.45
testMethod · 0.45

Calls 1

operateFunction · 0.85

Tested by 15

testJoinedUVEdgesMethod · 0.36
testSimpleMethod · 0.36
testHighDensityMethod · 0.36
testOffsetParameterMethod · 0.36
testPointOrderMethod · 0.36
testDensityRangeMethod · 0.36
testCancelMethod · 0.36
testQuadSphereMethod · 0.36