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

Method StructuredGridBlockStructure

Parallel/DIY/vtkDIYGhostUtilities.cxx:5871–5881  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5869
5870//----------------------------------------------------------------------------
5871vtkDIYGhostUtilities::StructuredGridBlockStructure::StructuredGridBlockStructure(
5872 const int extent[6], int dim, vtkDataArray* points[6])
5873 : GridBlockStructure(extent, dim)
5874{
5875 for (int i = 0; i < 6; ++i)
5876 {
5877 this->OuterPointLayers[i] = vtkSmartPointer<vtkPoints>::New();
5878 this->OuterPointLayers[i]->SetData(points[i]);
5879 points[i]->FastDelete();
5880 }
5881}
5882
5883//----------------------------------------------------------------------------
5884vtkDIYGhostUtilities::StructuredGridBlockStructure::StructuredGridBlockStructure(

Callers

nothing calls this directly

Calls 5

FastDeleteMethod · 0.80
NewFunction · 0.50
SetDataMethod · 0.45
dataMethod · 0.45
GetDataDimensionMethod · 0.45

Tested by

no test coverage detected