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

Method IsAtEnd

Testing/GenericBridge/vtkBridgeCellIteratorOne.cxx:76–79  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Is there no cell at iterator position? (exit condition).

Source from the content-addressed store, hash-verified

74// Description:
75// Is there no cell at iterator position? (exit condition).
76vtkTypeBool vtkBridgeCellIteratorOne::IsAtEnd()
77{
78 return this->cIsAtEnd;
79}
80
81//------------------------------------------------------------------------------
82// Description:

Callers 2

GetCellMethod · 0.95
NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected