Home
last modified time | relevance | path

Searched refs:GetFaceStream (Results 1 – 25 of 44) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/IO/XML/Testing/Cxx/
H A DTestXMLMappedUnstructuredGridIO.cxx146 this->Impl->GetFaceStream(this->CellId, this->Faces); in FetchFaces()
164 virtual void GetFaceStream(vtkIdType cellId, vtkIdList *ptIds);
219 MappedGridImpl::GetFaceStream(vtkIdType cellId, vtkIdList *ptIds) in GetFaceStream() function in __anone38ad8db0111::MappedGridImpl
221 _grid->GetFaceStream(cellId, ptIds); in GetFaceStream()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestMappedGridDeepCopy.cxx144 this->Impl->GetFaceStream(this->CellId, this->Faces); in FetchFaces()
164 virtual void GetFaceStream(vtkIdType cellId, vtkIdList* ptIds);
215 void MappedGridImpl::GetFaceStream(vtkIdType cellId, vtkIdList* ptIds) in GetFaceStream() function in __anon4bb2cdbf0111::MappedGridImpl
217 _grid->GetFaceStream(cellId, ptIds); in GetFaceStream()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestMappedGridDeepCopy.cxx147 this->Impl->GetFaceStream(this->CellId, this->Faces); in FetchFaces()
165 virtual void GetFaceStream(vtkIdType cellId, vtkIdList *ptIds);
220 MappedGridImpl::GetFaceStream(vtkIdType cellId, vtkIdList *ptIds) in GetFaceStream() function in __anonf64d6d3e0111::MappedGridImpl
222 _grid->GetFaceStream(cellId, ptIds); in GetFaceStream()
/dports/math/vtk9/VTK-9.1.0/IO/XML/Testing/Cxx/
H A DTestXMLMappedUnstructuredGridIO.cxx145 this->Impl->GetFaceStream(this->CellId, this->Faces); in FetchFaces()
165 virtual void GetFaceStream(vtkIdType cellId, vtkIdList* ptIds);
216 void MappedGridImpl::GetFaceStream(vtkIdType cellId, vtkIdList* ptIds) in GetFaceStream() function in __anonb795ad3c0111::MappedGridImpl
218 _grid->GetFaceStream(cellId, ptIds); in GetFaceStream()
/dports/math/vtk8/VTK-8.2.0/IO/ParallelXML/Testing/Cxx/
H A DTestParallelUnstructuredGridIO.cxx33 s->GetFaceStream(i, sIds.GetPointer()); in CompareGrids()
34 t->GetFaceStream(i, tIds.GetPointer()); in CompareGrids()
/dports/math/vtk9/VTK-9.1.0/IO/ParallelXML/Testing/Cxx/
H A DTestParallelPartitionedDataSetIO.cxx58 s->GetFaceStream(i, sIds.GetPointer()); in CompareGrids()
59 t->GetFaceStream(i, tIds.GetPointer()); in CompareGrids()
H A DTestParallelUnstructuredGridIO.cxx55 s->GetFaceStream(i, sIds.GetPointer()); in CompareGrids()
56 t->GetFaceStream(i, tIds.GetPointer()); in CompareGrids()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkUnstructuredGrid.h151 void GetFaceStream(vtkIdType cellId, vtkIdList *ptIds);
160 void GetFaceStream(vtkIdType cellId, vtkIdType& nfaces, vtkIdType* &ptIds);
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkUnstructuredGrid.h136 void GetFaceStream(vtkIdType cellId, vtkIdList *ptIds);
146 void GetFaceStream(vtkIdType cellId, vtkIdType& nfaces, vtkIdType* &ptIds);
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkConnectivityFilter.cxx325 GetFaceStream(cellId, this->PointIds); in RequestData()
366 GetFaceStream(cellId, this->PointIds); in RequestData()
397 GetFaceStream(cellId, this->PointIds); in RequestData()
H A DvtkThreshold.cxx243 GetFaceStream(cellId, newCellPts); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkUnstructuredGrid.h262 void GetFaceStream(vtkIdType cellId, vtkIdList* ptIds);
272 void GetFaceStream(vtkIdType cellId, vtkIdType& nfaces, vtkIdType const*& ptIds);
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkConnectivityFilter.cxx378 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, this->PointIds); in RequestData()
427 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, this->PointIds); in RequestData()
466 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, this->PointIds); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkConnectivityFilter.cxx385 GetFaceStream(cellId, this->PointIds); in RequestData()
438 GetFaceStream(cellId, this->PointIds); in RequestData()
481 GetFaceStream(cellId, this->PointIds); in RequestData()
H A DvtkThreshold.cxx246 GetFaceStream(cellId, newCellPts); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkReflectionFilter.cxx278 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(i, ptIds); in RequestDataInternal()
323 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(i, cellPts); in RequestDataInternal()
H A DvtkShrinkFilter.cxx163 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newPtIds); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkShrinkFilter.cxx159 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newPtIds); in RequestData()
H A DvtkSplitByCellScalarFilter.cxx184 inputUG->GetFaceStream(cellId, newCellPts.Get()); in RequestData()
H A DvtkExtractSelectedFrustum.cxx483 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newCellPts); in RequestData()
657 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newCellPts); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkShrinkFilter.cxx161 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(cellId, newPtIds); in RequestData()
H A DvtkSplitByCellScalarFilter.cxx187 inputUG->GetFaceStream(cellId, newCellPts.Get()); in RequestData()
H A DvtkReflectionFilter.cxx508 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(i, ptIds); in RequestDataInternal()
839 vtkUnstructuredGrid::SafeDownCast(input)->GetFaceStream(i, cellPts); in RequestDataInternal()
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractGeometry.cxx267 gridInput->GetFaceStream(cellIter->GetCellId(), newCellPts); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractGeometry.cxx267 gridInput->GetFaceStream(cellIter->GetCellId(), newCellPts); in RequestData()

12