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

Method ~Query

Filters/CellGrid/vtkCellGridTransform.cxx:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26vtkCellGridTransform::Query::Query() = default;
27
28vtkCellGridTransform::Query::~Query()
29{
30 this->SetCellAttribute(nullptr);
31 this->SetTransform(nullptr);
32}
33
34void vtkCellGridTransform::Query::PrintSelf(ostream& os, vtkIndent indent)
35{

Callers

nothing calls this directly

Calls 2

SetCellAttributeMethod · 0.80
SetTransformMethod · 0.45

Tested by

no test coverage detected