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

Function IsAtEnd

Common/DataModel/vtkImageIterator.h:62–62  ·  view source on GitHub ↗

* Test if the end of the extent has been reached */

Source from the content-addressed store, hash-verified

60 * Test if the end of the extent has been reached
61 */
62 vtkTypeBool IsAtEnd() { return (this->Pointer >= this->EndPointer); }
63
64protected:
65 DType* Pointer;

Callers 15

GetCellMethod · 0.50
NextMethod · 0.50
NextMethod · 0.50
GetPositionMethod · 0.50
GetIdMethod · 0.50
GetCellMethod · 0.50
NextMethod · 0.50
GetCellMethod · 0.50
NextMethod · 0.50
NextMethod · 0.50
GetPositionMethod · 0.50
GetIdMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected