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

Method GetController

Filters/ParallelDIY2/vtkGhostCellsGenerator.cxx:59–62  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57
58//------------------------------------------------------------------------------
59vtkMultiProcessController* vtkGhostCellsGenerator::GetController()
60{
61 return this->Controller.Get();
62}
63
64//------------------------------------------------------------------------------
65int vtkGhostCellsGenerator::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info)

Callers 7

RequestDataMethod · 0.45
GenerateIdsFunction · 0.45
RequestDataMethod · 0.45
RedistributePTDMethod · 0.45
RedistributeDataSetMethod · 0.45
ComputePartitionMethod · 0.45
GenerateCutsMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected