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

Method writeArray

test/IECore/IndexedIOTest.h:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172 template<typename D>
173 void writeArray( IndexedIOPtr io)
174 {
175 assert(io);
176
177 io->write( IndexedIOTestDataTraits<D*>::name(), IndexedIOTestDataTraits<D*>::value(), 10 );
178 io->entry( IndexedIOTestDataTraits<D*>::name() );
179 }
180
181 void write(const std::string &filename)
182 {

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
entryMethod · 0.45

Tested by

no test coverage detected