Home
last modified time | relevance | path

Searched refs:GetPointCells (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPolyData.h135 void GetPointCells(vtkIdType ptId, vtkIdList* cellIds) override;
399 void GetPointCells(vtkIdType ptId, vtkIdType& ncells, vtkIdType*& cells)
402 void GetPointCells(vtkIdType ptId, unsigned short& ncells, vtkIdType*& cells)
735 inline void vtkPolyData::GetPointCells(vtkIdType ptId, vtkIdType& ncells, vtkIdType*& cells) in GetPointCells() function
741 inline void vtkPolyData::GetPointCells(vtkIdType ptId, unsigned short& ncells, vtkIdType*& cells) in GetPointCells() function
743 VTK_LEGACY_BODY(vtkPolyData::GetPointCells, "VTK 9.0"); in GetPointCells()
780 this->GetPointCells(tVerts[i], n1, cells); in IsTriangle()
H A DvtkUniformGrid.h76 void GetPointCells(vtkIdType ptId, vtkIdList* cellIds) override in GetPointCells() function
78 vtkStructuredData::GetPointCells(ptId, cellIds, this->GetDimensions()); in GetPointCells()
H A DvtkStructuredGrid.h93 void GetPointCells(vtkIdType ptId, vtkIdList* cellIds) override in GetPointCells() function
95 vtkStructuredData::GetPointCells(ptId, cellIds, this->GetDimensions()); in GetPointCells()
H A DvtkMappedUnstructuredGrid.txx118 void vtkMappedUnstructuredGrid<Implementation, CellIterator>::GetPointCells( in GetPointCells() function in vtkMappedUnstructuredGrid
121 this->Impl->GetPointCells(ptId, cellIds); in GetPointCells()
H A DvtkUnstructuredGrid.h167 void GetPointCells(vtkIdType ptId, vtkIdList* cellIds) override;
210 void GetPointCells(vtkIdType ptId, vtkIdType& ncells, vtkIdType*& cells)
214 void GetPointCells(vtkIdType ptId, unsigned short& ncells, vtkIdType*& cells)
H A DvtkClosestPointStrategy.cxx239 this->PointSet->GetPointCells(ptId, this->CellIds); in FindCell()
260 this->PointSet->GetPointCells(this->NearPointIds->GetId(i), this->CellIds); in FindCell()
H A DvtkRectilinearGrid.h101 void GetPointCells(vtkIdType ptId, vtkIdList* cellIds) override in GetPointCells() function
103 vtkStructuredData::GetPointCells(ptId, cellIds, this->Dimensions); in GetPointCells()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkPointConnectivityFilter.cxx67 this->Input->GetPointCells(ptId, cellIds); in operator ()()
106 input->GetPointCells(0, cellIds); in RequestData()
H A DvtkLoopBooleanPolyDataFilter.cxx215 this->Mesh[inputIndex]->GetPointCells(p1, neighbors); in FindRegion()
353 this->IntersectionLines->GetPointCells(bPt1, bLinesOne); in FindRegionTipToe()
356 this->IntersectionLines->GetPointCells(bPt2, bLinesTwo); in FindRegionTipToe()
726 this->Mesh[0]->GetPointCells(bp1, bpCellIds1); in SetBoundaryArrays()
740 this->Mesh[1]->GetPointCells(bp2, bpCellIds2); in SetBoundaryArrays()
1035 this->IntersectionLines->GetPointCells(interPt, cellIds); in DetermineIntersection()
1119 IntersectionLines->GetPointCells(nextPt, cellIds); in RunLoopFind()
1204 IntersectionLines->GetPointCells(nextPt, cellIds); in RunLoopTest()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkPointConnectivityFilter.cxx65 this->Input->GetPointCells(ptId, cellIds); in operator ()()
108 input->GetPointCells(0, cellIds); in RequestData()
H A DvtkLoopBooleanPolyDataFilter.cxx216 this->Mesh[inputIndex]->GetPointCells(p1, neighbors); in FindRegion()
360 this->IntersectionLines->GetPointCells(bPt1, bLinesOne); in FindRegionTipToe()
363 this->IntersectionLines->GetPointCells(bPt2, bLinesTwo); in FindRegionTipToe()
749 this->Mesh[0]->GetPointCells(bp1, bpCellIds1); in SetBoundaryArrays()
764 this->Mesh[1]->GetPointCells(bp2, bpCellIds2); in SetBoundaryArrays()
1086 this->IntersectionLines->GetPointCells(interPt, cellIds); in DetermineIntersection()
1170 IntersectionLines->GetPointCells(nextPt, cellIds); in RunLoopFind()
1255 IntersectionLines->GetPointCells(nextPt, cellIds); in RunLoopTest()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkPolyData.h115 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds);
240 void GetPointCells(vtkIdType ptId, unsigned short& ncells,
477 inline void vtkPolyData::GetPointCells(vtkIdType ptId, unsigned short& ncells, in GetPointCells() function
496 this->GetPointCells(tVerts[i], n1, cells); in IsTriangle()
H A DvtkStructuredGrid.h83 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) in GetPointCells() function
85 vtkStructuredData::GetPointCells(ptId,cellIds,this->GetDimensions()); in GetPointCells()
H A DvtkUniformGrid.h68 virtual void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) in GetPointCells() function
69 {vtkStructuredData::GetPointCells(ptId,cellIds,this->GetDimensions());} in GetPointCells()
H A DvtkRectilinearGrid.h91 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) in GetPointCells() function
92 {vtkStructuredData::GetPointCells(ptId,cellIds,this->Dimensions);} in GetPointCells()
H A DvtkMappedUnstructuredGrid.txx125 ::GetPointCells(vtkIdType ptId, vtkIdList *cellIds) in GetPointCells() function in vtkMappedUnstructuredGrid
127 this->Impl->GetPointCells(ptId, cellIds); in GetPointCells()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DSurfaceRemeshing.cc212 _Output->GetPointCells(ptId, cellIds.GetPointer()); in NodeConnectivity()
261 _Output->GetPointCells(ptId, cellIds.GetPointer()); in IsBoundaryPoint()
285 _Output->GetPointCells(ptId1, cellIds1.GetPointer()); in IsBoundaryEdge()
311 _Output->GetPointCells(ptId, cellIds.GetPointer()); in GetCellPointNeighbors()
573 _Output->GetPointCells(ptId1, cellIds); in MeltEdge()
577 _Output->GetPointCells(ptId2, cellIds); in MeltEdge()
599 _Output->GetPointCells(ptId2, cellIds); in MeltEdge()
609 _Output->GetPointCells(ptId1, cellIds); in MeltEdge()
658 _Output->GetPointCells(ptIds->GetId(1), cellIds); in MeltTriangle()
663 _Output->GetPointCells(ptIds->GetId(2), cellIds); in MeltTriangle()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPolyData.h129 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) override;
287 void GetPointCells(vtkIdType ptId, unsigned short& ncells,
584 inline void vtkPolyData::GetPointCells(vtkIdType ptId, unsigned short& ncells, in GetPointCells() function
603 this->GetPointCells(tVerts[i], n1, cells); in IsTriangle()
H A DvtkUniformGrid.h79 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) override in GetPointCells() function
80 {vtkStructuredData::GetPointCells(ptId,cellIds,this->GetDimensions());} in GetPointCells()
H A DvtkStructuredGrid.h92 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) override in GetPointCells() function
94 vtkStructuredData::GetPointCells(ptId,cellIds,this->GetDimensions()); in GetPointCells()
H A DvtkMappedUnstructuredGrid.txx125 ::GetPointCells(vtkIdType ptId, vtkIdList *cellIds) in GetPointCells() function in vtkMappedUnstructuredGrid
127 this->Impl->GetPointCells(ptId, cellIds); in GetPointCells()
H A DvtkRectilinearGrid.h100 void GetPointCells(vtkIdType ptId, vtkIdList *cellIds) override in GetPointCells() function
101 {vtkStructuredData::GetPointCells(ptId,cellIds,this->Dimensions);} in GetPointCells()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkButterflySubdivisionFilter.cxx88 inputDS->GetPointCells (p1, p1CellIds); in GenerateSubdivisionPoints()
90 inputDS->GetPointCells (p2, p2CellIds); in GenerateSubdivisionPoints()
281 polys->GetPointCells (p1, ncells, cells); in GenerateBoundaryStencil()
301 polys->GetPointCells (p2, ncells, cells); in GenerateBoundaryStencil()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkButterflySubdivisionFilter.cxx88 inputDS->GetPointCells(p1, p1CellIds); in GenerateSubdivisionPoints()
90 inputDS->GetPointCells(p2, p2CellIds); in GenerateSubdivisionPoints()
265 polys->GetPointCells(p1, ncells, cells); in GenerateBoundaryStencil()
285 polys->GetPointCells(p2, ncells, cells); in GenerateBoundaryStencil()
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/
H A DvtkButterflySubdivisionFilter.cxx99 inputDS->GetPointCells (p1, p1CellIds); in GenerateSubdivisionPoints()
101 inputDS->GetPointCells (p2, p2CellIds); in GenerateSubdivisionPoints()
291 polys->GetPointCells (p1, ncells, cells); in GenerateBoundaryStencil()
311 polys->GetPointCells (p2, ncells, cells); in GenerateBoundaryStencil()

123456789