MCPcopy 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
179private:
180 vtkStructuredGrid* Input;

Callers

nothing calls this directly

Calls 1

IsCellVisibleMethod · 0.45

Tested by

no test coverage detected