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

Method Reduce

Filters/General/vtkTableBasedClipDataSet.cxx:1080–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1078 }
1079
1080 void Reduce()
1081 {
1082 // assign last offset
1083 this->Offsets->SetValue(this->NumberOfOutputCells, this->ConnectivitySize);
1084 // create cell array
1085 this->OutputCellArray = vtkSmartPointer<vtkCellArray>::New();
1086 this->OutputCellArray->SetData(this->Offsets, this->Connectivity);
1087 }
1088};
1089
1090//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 3

NewFunction · 0.50
SetValueMethod · 0.45
SetDataMethod · 0.45

Tested by

no test coverage detected