Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ operator()
Method
operator()
Common/DataModel/vtkStructuredGrid.cxx:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
{
176
}
177
bool operator()(const vtkIdType id) { return !Input->IsCellVisible(id); }
178
179
private:
180
vtkStructuredGrid* Input;
Callers
nothing calls this directly
Calls
1
IsCellVisible
Method · 0.45
Tested by
no test coverage detected