MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkCellGridRangeQuery

Method ~vtkCellGridRangeQuery

Common/DataModel/vtkCellGridRangeQuery.cxx:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15vtkCxxSetObjectMacro(vtkCellGridRangeQuery, CellGrid, vtkCellGrid);
16
17vtkCellGridRangeQuery::~vtkCellGridRangeQuery()
18{
19 this->SetCellAttribute(nullptr);
20 this->SetCellGrid(nullptr);
21}
22
23void vtkCellGridRangeQuery::PrintSelf(ostream& os, vtkIndent indent)
24{

Callers

nothing calls this directly

Calls 2

SetCellAttributeMethod · 0.80
SetCellGridMethod · 0.80

Tested by

no test coverage detected