Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ operator++
Method
operator++
Common/DataModel/vtkDataObjectTreeRange.h:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
DataObjectTreeIterator operator++(int) // postfix
83
{
84
DataObjectTreeIterator other(*this);
85
this->Increment();
86
return other;
87
}
88
89
reference operator*() const { return this->GetData(); }
90
Callers
nothing calls this directly
Calls
1
Increment
Method · 0.95
Tested by
no test coverage detected