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

Method Initialize

Filters/ParallelDIY2/vtkGhostCellsGenerator.cxx:51–56  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

49
50//------------------------------------------------------------------------------
51void vtkGhostCellsGenerator::Initialize()
52{
53 this->NumberOfGhostLayers = 1;
54 this->BuildIfRequired = true;
55 this->SetController(nullptr);
56}
57
58//------------------------------------------------------------------------------
59vtkMultiProcessController* vtkGhostCellsGenerator::GetController()

Callers 15

mergeFunction · 0.45
UpdateLocatorsMethod · 0.45
TestDIYGenerateCutsFunction · 0.45
TestPResampleToImageFunction · 0.45
DIYAggregateDataSetFunction · 0.45
CheckCellFieldsForGridFunction · 0.45

Calls 1

SetControllerMethod · 0.45