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

Method ~vtkBitArrayIterator

Common/Core/vtkBitArrayIterator.cxx:20–24  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

18
19//------------------------------------------------------------------------------
20vtkBitArrayIterator::~vtkBitArrayIterator()
21{
22 this->SetArray(nullptr);
23 delete[] this->Tuple;
24}
25
26//------------------------------------------------------------------------------
27void vtkBitArrayIterator::Initialize(vtkAbstractArray* a)

Callers

nothing calls this directly

Calls 1

SetArrayMethod · 0.45

Tested by

no test coverage detected