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

Method ConstructOutput

Filters/ParallelMPI/vtkStructuredImplicitConnectivity.cxx:1204–1215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1202
1203//------------------------------------------------------------------------------
1204void vtkStructuredImplicitConnectivity::ConstructOutput()
1205{
1206 if (this->OutputGrid != nullptr)
1207 {
1208 this->OutputGrid->Clear();
1209 delete this->OutputGrid;
1210 this->OutputGrid = nullptr;
1211 }
1212
1213 this->OutputGrid = new vtk::detail::StructuredGrid();
1214 this->OutputGrid->Initialize(this->InputGrid);
1215}
1216
1217//------------------------------------------------------------------------------
1218void vtkStructuredImplicitConnectivity::UpdateNeighborList(int dim)

Callers 1

ExchangeDataMethod · 0.95

Calls 2

ClearMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected