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

Method seekg

src/IECore/StreamIndexedIO.cpp:2824–2827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2822}
2823
2824void StreamIndexedIO::StreamFile::seekg( size_t pos, std::ios_base::seekdir dir )
2825{
2826 m_stream->seekg( pos, dir );
2827}
2828
2829void StreamIndexedIO::StreamFile::seekp( size_t pos, std::ios_base::seekdir dir )
2830{

Callers 10

openMethod · 0.80
readElementsMethod · 0.80
openStreamMethod · 0.80
readNodeFromSubIndexMethod · 0.80
canReadMethod · 0.80
~StreamFileMethod · 0.80
openMethod · 0.80
readHeaderMethod · 0.80
readMethod · 0.80
PointDistributionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected