Home
last modified time | relevance | path

Searched refs:pt1Id (Results 1 – 18 of 18) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkIntegrateAttributes.cxx783 vtkIdType pt1Id, pt2Id; in IntegratePolyLine() local
790 input->GetPoint(pt1Id, pt1); in IntegratePolyLine()
831 vtkIdType pt1Id, pt2Id; in IntegrateGeneral1DCell() local
835 pt1Id = ptIds->GetId(pid++); in IntegrateGeneral1DCell()
837 input->GetPoint(pt1Id, pt1); in IntegrateGeneral1DCell()
866 vtkIdType pt1Id, pt2Id, pt3Id; in IntegrateTriangleStrip() local
887 pt1Id = ptIds->GetId(0); in IntegratePolygon()
903 pt1Id = cellPtIds->GetId(0); in IntegratePixel()
947 input->GetPoint(pt1Id, pt1); in IntegrateTriangle()
1060 pt1Id = cellPtIds->GetId(0); in IntegrateVoxel()
[all …]
H A DvtkIntegrateAttributes.h97 vtkIdType pt1Id, vtkIdType pt2Id, vtkIdType pt3Id);
99 vtkIdType pt1Id, vtkIdType pt2Id, vtkIdType pt3Id, vtkIdType pt4Id);
136 void IntegrateData1(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
138 void IntegrateData2(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
140 void IntegrateData3(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
142 void IntegrateData4(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkIntegrateAttributes.cxx783 vtkIdType pt1Id, pt2Id; in IntegratePolyLine() local
790 input->GetPoint(pt1Id, pt1); in IntegratePolyLine()
831 vtkIdType pt1Id, pt2Id; in IntegrateGeneral1DCell() local
835 pt1Id = ptIds->GetId(pid++); in IntegrateGeneral1DCell()
837 input->GetPoint(pt1Id, pt1); in IntegrateGeneral1DCell()
866 vtkIdType pt1Id, pt2Id, pt3Id; in IntegrateTriangleStrip() local
887 pt1Id = ptIds->GetId(0); in IntegratePolygon()
903 pt1Id = cellPtIds->GetId(0); in IntegratePixel()
947 input->GetPoint(pt1Id, pt1); in IntegrateTriangle()
1060 pt1Id = cellPtIds->GetId(0); in IntegrateVoxel()
[all …]
H A DvtkIntegrateAttributes.h97 vtkIdType pt1Id, vtkIdType pt2Id, vtkIdType pt3Id);
99 vtkIdType pt1Id, vtkIdType pt2Id, vtkIdType pt3Id, vtkIdType pt4Id);
136 void IntegrateData1(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
138 void IntegrateData2(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
140 void IntegrateData3(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
142 void IntegrateData4(vtkDataSetAttributes* inda, vtkDataSetAttributes* outda, vtkIdType pt1Id,
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkCellSizeFilter.cxx536 vtkIdType pt1Id = ptIds->GetId(lineIdx); in IntegratePolyLine() local
538 input->GetPoint(pt1Id, pt1); in IntegratePolyLine()
563 vtkIdType pt1Id, pt2Id; in IntegrateGeneral1DCell() local
567 pt1Id = ptIds->GetId(pid++); in IntegrateGeneral1DCell()
569 input->GetPoint(pt1Id, pt1); in IntegrateGeneral1DCell()
620 vtkIdType pt1Id, pt2Id, pt3Id, pt4Id; in IntegratePixel() local
622 pt1Id = cellPtIds->GetId(0); in IntegratePixel()
626 input->GetPoint(pt1Id, pts[0]); in IntegratePixel()
672 vtkIdType pt1Id, pt2Id, pt3Id, pt4Id, pt5Id; in IntegrateVoxel() local
674 pt1Id = cellPtIds->GetId(0); in IntegrateVoxel()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkCellSizeFilter.cxx545 vtkIdType pt1Id = ptIds->GetId(lineIdx); in IntegratePolyLine() local
547 input->GetPoint(pt1Id, pt1); in IntegratePolyLine()
571 vtkIdType pt1Id, pt2Id; in IntegrateGeneral1DCell() local
575 pt1Id = ptIds->GetId(pid++); in IntegrateGeneral1DCell()
577 input->GetPoint(pt1Id, pt1); in IntegrateGeneral1DCell()
627 vtkIdType pt1Id, pt2Id, pt3Id, pt4Id; in IntegratePixel() local
629 pt1Id = cellPtIds->GetId(0); in IntegratePixel()
633 input->GetPoint(pt1Id, pts[0]); in IntegratePixel()
677 vtkIdType pt1Id, pt2Id, pt3Id, pt4Id, pt5Id; in IntegrateVoxel() local
679 pt1Id = cellPtIds->GetId(0); in IntegrateVoxel()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkQuadricDecimation.cxx748 this->FindAffectedEdges(pt0Id, pt1Id, changedEdges); in UpdateEdgeData()
764 if (edge[0] == pt1Id) in UpdateEdgeData()
785 else if (edge[1] == pt1Id) in UpdateEdgeData()
1166 int vtkQuadricDecimation::CollapseEdge(vtkIdType pt0Id, vtkIdType pt1Id) in CollapseEdge() argument
1178 if (pts[j] == pt1Id) in CollapseEdge()
1187 this->Mesh->GetPointCells(pt1Id, this->CollapseCellIds); in CollapseEdge()
1206 this->Mesh->ReplaceCellPoint(cellId, pt1Id, pt0Id); in CollapseEdge()
1209 this->Mesh->DeletePoint(pt1Id); in CollapseEdge()
1270 if (pts[0] != pt1Id && pts[1] != pt1Id && pts[2] != pt1Id) in IsGoodPlacement()
1288 this->Mesh->GetPointCells(pt1Id, ncells, cells); in IsGoodPlacement()
[all …]
H A DvtkQuadricDecimation.h169 int CollapseEdge(vtkIdType pt0Id, vtkIdType pt1Id);
213 int IsGoodPlacement(vtkIdType pt0Id, vtkIdType pt1Id, const double *x);
217 void UpdateEdgeData(vtkIdType ptoId, vtkIdType pt1Id);
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkQuadricDecimation.cxx713 this->FindAffectedEdges(pt0Id, pt1Id, changedEdges); in UpdateEdgeData()
729 if (edge[0] == pt1Id) in UpdateEdgeData()
750 else if (edge[1] == pt1Id) in UpdateEdgeData()
1089 int vtkQuadricDecimation::CollapseEdge(vtkIdType pt0Id, vtkIdType pt1Id) in CollapseEdge() argument
1101 if (pts[j] == pt1Id) in CollapseEdge()
1110 this->Mesh->GetPointCells(pt1Id, this->CollapseCellIds); in CollapseEdge()
1129 this->Mesh->ReplaceCellPoint(cellId, pt1Id, pt0Id); in CollapseEdge()
1132 this->Mesh->DeletePoint(pt1Id); in CollapseEdge()
1193 if (pts[0] != pt1Id && pts[1] != pt1Id && pts[2] != pt1Id) in IsGoodPlacement()
1211 this->Mesh->GetPointCells(pt1Id, ncells, cells); in IsGoodPlacement()
[all …]
H A DvtkQuadricDecimation.h137 int CollapseEdge(vtkIdType pt0Id, vtkIdType pt1Id);
172 int IsGoodPlacement(vtkIdType pt0Id, vtkIdType pt1Id, const double *x);
176 void UpdateEdgeData(vtkIdType ptoId, vtkIdType pt1Id);
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkQuadricDecimation.cxx773 this->FindAffectedEdges(pt0Id, pt1Id, changedEdges); in UpdateEdgeData()
789 if (edge[0] == pt1Id) in UpdateEdgeData()
810 else if (edge[1] == pt1Id) in UpdateEdgeData()
1193 int vtkQuadricDecimation::CollapseEdge(vtkIdType pt0Id, vtkIdType pt1Id) in CollapseEdge() argument
1207 if (pts[j] == pt1Id) in CollapseEdge()
1216 this->Mesh->GetPointCells(pt1Id, this->CollapseCellIds); in CollapseEdge()
1235 this->Mesh->ReplaceCellPoint(cellId, pt1Id, pt0Id); in CollapseEdge()
1238 this->Mesh->DeletePoint(pt1Id); in CollapseEdge()
1299 if (pts[0] != pt1Id && pts[1] != pt1Id && pts[2] != pt1Id) in IsGoodPlacement()
1317 this->Mesh->GetPointCells(pt1Id, ncells, cells); in IsGoodPlacement()
[all …]
H A DvtkQuadricDecimation.h169 int CollapseEdge(vtkIdType pt0Id, vtkIdType pt1Id);
213 int IsGoodPlacement(vtkIdType pt0Id, vtkIdType pt1Id, const double* x);
217 void UpdateEdgeData(vtkIdType pt0Id, vtkIdType pt1Id);
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkOBBTree.cxx633 vtkIdType pt1Id, pt2Id, pt3Id; in InsideOrOutside() local
634 vtkCELLTRIANGLES(ptIds, cellType, j, pt1Id, pt2Id, pt3Id); in InsideOrOutside()
635 if (pt1Id < 0) in InsideOrOutside()
641 this->DataSet->GetPoint(pt1Id, pt1); in InsideOrOutside()
756 vtkIdType pt1Id, pt2Id, pt3Id; in IntersectWithLine() local
757 vtkCELLTRIANGLES(ptIds, cellType, j, pt1Id, pt2Id, pt3Id); in IntersectWithLine()
758 if (pt1Id < 0) in IntersectWithLine()
765 this->DataSet->GetPoint(pt1Id, pt1); in IntersectWithLine()
H A DvtkIntersectionPolyDataFilter.cxx567 vtkIdType pt1Id = pts[(ptId + 1) % nptsX]; in SplitMesh() local
569 input->GetCellEdgeNeighbors(cellIdX, pt0Id, pt1Id, edgeNeighbors); in SplitMesh()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkOBBTree.cxx607 vtkIdType pt1Id, pt2Id, pt3Id; in InsideOrOutside() local
608 vtkCELLTRIANGLES(ptIds, cellType, j, pt1Id, pt2Id, pt3Id); in InsideOrOutside()
609 if (pt1Id < 0) in InsideOrOutside()
615 this->DataSet->GetPoint(pt1Id, pt1); in InsideOrOutside()
731 vtkIdType pt1Id, pt2Id, pt3Id; in IntersectWithLine() local
732 vtkCELLTRIANGLES(ptIds, cellType, j, pt1Id, pt2Id, pt3Id); in IntersectWithLine()
733 if (pt1Id < 0) in IntersectWithLine()
740 this->DataSet->GetPoint(pt1Id, pt1); in IntersectWithLine()
H A DvtkIntersectionPolyDataFilter.cxx600 vtkIdType pt1Id = pts[(ptId+1) % nptsX]; in SplitMesh() local
602 input->GetCellEdgeNeighbors(cellIdX, pt0Id, pt1Id, edgeNeighbors); in SplitMesh()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkOBBTree.cxx607 vtkIdType pt1Id, pt2Id, pt3Id; in InsideOrOutside() local
608 vtkCELLTRIANGLES(ptIds, cellType, j, pt1Id, pt2Id, pt3Id); in InsideOrOutside()
609 if (pt1Id < 0) in InsideOrOutside()
615 this->DataSet->GetPoint(pt1Id, pt1); in InsideOrOutside()
731 vtkIdType pt1Id, pt2Id, pt3Id; in IntersectWithLine() local
732 vtkCELLTRIANGLES(ptIds, cellType, j, pt1Id, pt2Id, pt3Id); in IntersectWithLine()
733 if (pt1Id < 0) in IntersectWithLine()
740 this->DataSet->GetPoint(pt1Id, pt1); in IntersectWithLine()
H A DvtkIntersectionPolyDataFilter.cxx367 vtkIdType pt1Id = pts[(ptId+1) % nptsX]; in SplitMesh() local
369 input->GetCellEdgeNeighbors(cellIdX, pt0Id, pt1Id, edgeNeighbors); in SplitMesh()