Home
last modified time | relevance | path

Searched refs:BoundaryCellArray (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkLoopBooleanPolyDataFilter.cxx106 vtkIntArray* BoundaryCellArray[2]; member in vtkLoopBooleanPolyDataFilter::Impl
136 this->BoundaryCellArray[i] = vtkIntArray::New(); in Impl()
164 this->BoundaryCellArray[i]->Delete(); in ~Impl()
431 this->BoundaryCellArray[i]->SetNumberOfTuples(numPolys); in Initialize()
444 this->BoundaryCellArray[i]->InsertValue(j, 0); in Initialize()
465 this->BoundaryCellArray[0]->SetName("BoundaryCells"); in Initialize()
466 this->BoundaryCellArray[1]->SetName("BoundaryCells"); in Initialize()
467 this->Mesh[0]->GetCellData()->AddArray(this->BoundaryCellArray[0]); in Initialize()
687 if (this->BoundaryCellArray[i]->GetValue(cellId) == 1) in ResetCheckArrays()
874 impl->BoundaryCellArray[i]->InsertValue(j, 0); in RequestData()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkLoopBooleanPolyDataFilter.cxx110 vtkIntArray *BoundaryCellArray[2]; member in vtkLoopBooleanPolyDataFilter::Impl
138 this->BoundaryCellArray[i] = vtkIntArray::New(); in Impl()
166 this->BoundaryCellArray[i]->Delete(); in ~Impl()
223 if (this->BoundaryCellArray[inputIndex]-> in FindRegion()
438 this->BoundaryCellArray[i]->SetNumberOfTuples(numPolys); in Initialize()
451 this->BoundaryCellArray[i]->InsertValue(j, 0); in Initialize()
474 this->BoundaryCellArray[0]->SetName("BoundaryCells"); in Initialize()
475 this->BoundaryCellArray[1]->SetName("BoundaryCells"); in Initialize()
707 if (this->BoundaryCellArray[i]->GetValue(cellId) == 1) in ResetCheckArrays()
909 impl->BoundaryCellArray[i]->InsertValue(j, 0); in RequestData()
[all …]