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

Method Initialize

Common/DataModel/vtkCellGrid.cxx:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void vtkCellGrid::Initialize()
74{
75 this->Superclass::Initialize();
76 this->ArrayGroups.clear();
77 this->Attributes.clear();
78 this->HaveShape = false;
79 this->Cells.clear();
80}
81
82unsigned long vtkCellGrid::GetActualMemorySize()
83{

Callers 4

ShallowCopyMethod · 0.95
DeepCopyMethod · 0.95
CopyStructureMethod · 0.95
QueryMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected