MCPcopy Create free account
hub / github.com/Kitware/VTK / AcceptingField

Method AcceptingField

IO/Infovis/vtkDelimitedTextCodecIteratorPrivate.cxx:29–32  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

27
28//------------------------------------------------------------------------------
29bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::AcceptingField()
30{
31 return (!this->HasMax || this->Current < this->Max) && this->Current >= this->Start;
32}
33
34//------------------------------------------------------------------------------
35void vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::Next()

Calls

no outgoing calls

Tested by

no test coverage detected