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

Method MaxReached

IO/Infovis/vtkDelimitedTextCodecIteratorPrivate.cxx:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <string>
19
20VTK_ABI_NAMESPACE_BEGIN
21
22//------------------------------------------------------------------------------
23bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::MaxReached()
24{
25 return this->HasMax && this->Current == this->Max;
26}
27
28//------------------------------------------------------------------------------
29bool vtkDelimitedTextCodecIteratorPrivate::RecordsCounter::AcceptingField()

Calls

no outgoing calls

Tested by

no test coverage detected