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

Method ~vtkCellGridCopyQuery

Common/DataModel/vtkCellGridCopyQuery.cxx:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18vtkCxxSetObjectMacro(vtkCellGridCopyQuery, Target, vtkCellGrid);
19
20vtkCellGridCopyQuery::~vtkCellGridCopyQuery()
21{
22 this->SetSource(nullptr);
23 this->SetTarget(nullptr);
24 this->ResetCellAttributeIds();
25}
26
27void vtkCellGridCopyQuery::PrintSelf(ostream& os, vtkIndent indent)
28{

Callers

nothing calls this directly

Calls 3

ResetCellAttributeIdsMethod · 0.95
SetSourceMethod · 0.45
SetTargetMethod · 0.45

Tested by

no test coverage detected