Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
protected:
65
DType* Pointer;
Callers
15
GetCell
Method · 0.50
Next
Method · 0.50
Next
Method · 0.50
GetPosition
Method · 0.50
GetId
Method · 0.50
GetCell
Method · 0.50
Next
Method · 0.50
GetCell
Method · 0.50
Next
Method · 0.50
Next
Method · 0.50
GetPosition
Method · 0.50
GetId
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected