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

Method Initialize

Filters/HyperTree/vtkHyperTreeGridValidCellStrategy.cxx:31–39  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30//------------------------------------------------------------------------------
31void vtkHyperTreeGridValidCellStrategy::Initialize(vtkHyperTreeGrid* inputHTG)
32{
33 this->ValidCellsArray->SetName(this->ArrayName.c_str());
34 this->ValidCellsArray->SetNumberOfComponents(1);
35 this->ValidCellsArray->SetNumberOfTuples(inputHTG->GetNumberOfCells());
36 this->ValidCellsArray->Fill(0);
37
38 this->InputGhost = inputHTG->GetGhostCells();
39}
40
41//------------------------------------------------------------------------------
42void vtkHyperTreeGridValidCellStrategy::Compute(vtkHyperTreeGridNonOrientedGeometryCursor* cursor)

Callers

nothing calls this directly

Calls 7

GetGhostCellsMethod · 0.80
SetNameMethod · 0.45
c_strMethod · 0.45
SetNumberOfComponentsMethod · 0.45
SetNumberOfTuplesMethod · 0.45
GetNumberOfCellsMethod · 0.45
FillMethod · 0.45

Tested by

no test coverage detected