MCPcopy Create free account
hub / github.com/Kitware/VTK / Initialize

Method Initialize

Common/DataModel/vtkCellGridCopyQuery.cxx:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool vtkCellGridCopyQuery::Initialize()
78{
79 bool ok = this->Superclass::Initialize();
80 this->ArrayMap.clear();
81 this->AttributeMap.clear();
82 return ok;
83}
84
85bool vtkCellGridCopyQuery::Finalize()
86{

Callers 1

GetCellAttributeIdsMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected