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

Method blindData

src/IECore/BlindDataHolder.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61CompoundData *BlindDataHolder::blindData()
62{
63 return m_data.get();
64}
65
66const CompoundData *BlindDataHolder::blindData() const
67{

Calls 1

getMethod · 0.45