Home
last modified time | relevance | path

Searched refs:LinePoints (Results 1 – 25 of 39) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImageTracerWidget.cxx95 this->LinePoints = vtkPoints::New(); in vtkImageTracerWidget()
96 this->LinePoints->Allocate(1001); in vtkImageTracerWidget()
178 this->LinePoints->Delete(); in ~vtkImageTracerWidget()
570 this->LinePoints->GetPoint(i,pt); in SetProjectionPosition()
572 this->LinePoints->SetPoint(i,pt); in SetProjectionPosition()
1096 this->LinePoints->SetPoint(this->LinePoints->GetNumberOfPoints()-1, in MovePoint()
1329 this->LinePoints->Delete(); in ResetLine()
1335 this->LinePoints = vtkPoints::New(); in ResetLine()
1379 this->LinePoints->GetPoint(0,p0); in ClosePath()
1381 this->LinePoints->GetPoint(npts-1,p1); in ClosePath()
[all …]
H A DvtkDistanceRepresentation3D.cxx52 this->LinePoints = vtkPoints::New(); in vtkDistanceRepresentation3D()
53 this->LinePoints->SetDataTypeToDouble(); in vtkDistanceRepresentation3D()
54 this->LinePoints->SetNumberOfPoints(2); in vtkDistanceRepresentation3D()
56 this->LinePolyData->SetPoints(this->LinePoints); in vtkDistanceRepresentation3D()
119 this->LinePoints->Delete(); in ~vtkDistanceRepresentation3D()
285 this->LinePoints->SetPoint(0,p1); in BuildRepresentation()
286 this->LinePoints->SetPoint(1,p2); in BuildRepresentation()
287 this->LinePoints->Modified(); in BuildRepresentation()
H A DvtkAxesTransformRepresentation.cxx53 this->LinePoints = vtkPoints::New(); in vtkAxesTransformRepresentation()
54 this->LinePoints->SetDataTypeToDouble(); in vtkAxesTransformRepresentation()
55 this->LinePoints->SetNumberOfPoints(2); in vtkAxesTransformRepresentation()
57 this->LinePolyData->SetPoints(this->LinePoints); in vtkAxesTransformRepresentation()
117 this->LinePoints->Delete(); in ~vtkAxesTransformRepresentation()
H A DvtkBiDimensionalRepresentation2D.cxx51 this->LinePoints = vtkPoints::New(); in vtkBiDimensionalRepresentation2D()
52 this->LinePoints->SetNumberOfPoints(4); in vtkBiDimensionalRepresentation2D()
54 this->LinePolyData->SetPoints(this->LinePoints); in vtkBiDimensionalRepresentation2D()
82 this->LinePoints->Delete(); in ~vtkBiDimensionalRepresentation2D()
636 this->LinePoints->SetPoint(0,p1); in BuildRepresentation()
637 this->LinePoints->SetPoint(1,p2); in BuildRepresentation()
638 this->LinePoints->SetPoint(2,p3); in BuildRepresentation()
639 this->LinePoints->SetPoint(3,p4); in BuildRepresentation()
640 this->LinePoints->Modified(); in BuildRepresentation()
H A DvtkBiDimensionalRepresentation2D.h136 vtkPoints *LinePoints; variable
H A DvtkAxesTransformRepresentation.h189 vtkPoints *LinePoints; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImageTracerWidget.cxx94 this->LinePoints = vtkPoints::New(); in vtkImageTracerWidget()
95 this->LinePoints->Allocate(1001); in vtkImageTracerWidget()
177 this->LinePoints->Delete(); in ~vtkImageTracerWidget()
557 this->LinePoints->GetPoint(i, pt); in SetProjectionPosition()
559 this->LinePoints->SetPoint(i, pt); in SetProjectionPosition()
1091 this->LinePoints->SetPoint( in MovePoint()
1097 this->LinePoints->SetPoint( in MovePoint()
1347 this->LinePoints->Delete(); in ResetLine()
1353 this->LinePoints = vtkPoints::New(); in ResetLine()
1400 this->LinePoints->GetPoint(0, p0); in ClosePath()
[all …]
H A DvtkDistanceRepresentation3D.cxx50 this->LinePoints = vtkPoints::New(); in vtkDistanceRepresentation3D()
51 this->LinePoints->SetDataTypeToDouble(); in vtkDistanceRepresentation3D()
52 this->LinePoints->SetNumberOfPoints(2); in vtkDistanceRepresentation3D()
54 this->LinePolyData->SetPoints(this->LinePoints); in vtkDistanceRepresentation3D()
117 this->LinePoints->Delete(); in ~vtkDistanceRepresentation3D()
294 this->LinePoints->SetPoint(0, p1); in BuildRepresentation()
295 this->LinePoints->SetPoint(1, p2); in BuildRepresentation()
296 this->LinePoints->Modified(); in BuildRepresentation()
H A DvtkAxesTransformRepresentation.cxx51 this->LinePoints = vtkPoints::New(); in vtkAxesTransformRepresentation()
52 this->LinePoints->SetDataTypeToDouble(); in vtkAxesTransformRepresentation()
53 this->LinePoints->SetNumberOfPoints(2); in vtkAxesTransformRepresentation()
55 this->LinePolyData->SetPoints(this->LinePoints); in vtkAxesTransformRepresentation()
115 this->LinePoints->Delete(); in ~vtkAxesTransformRepresentation()
H A DvtkBiDimensionalRepresentation2D.cxx49 this->LinePoints = vtkPoints::New(); in vtkBiDimensionalRepresentation2D()
50 this->LinePoints->SetNumberOfPoints(4); in vtkBiDimensionalRepresentation2D()
52 this->LinePolyData->SetPoints(this->LinePoints); in vtkBiDimensionalRepresentation2D()
80 this->LinePoints->Delete(); in ~vtkBiDimensionalRepresentation2D()
638 this->LinePoints->SetPoint(0, p1); in BuildRepresentation()
639 this->LinePoints->SetPoint(1, p2); in BuildRepresentation()
640 this->LinePoints->SetPoint(2, p3); in BuildRepresentation()
641 this->LinePoints->SetPoint(3, p4); in BuildRepresentation()
642 this->LinePoints->Modified(); in BuildRepresentation()
H A DvtkBiDimensionalRepresentation2D.h148 vtkPoints* LinePoints; variable
H A DvtkAxesTransformRepresentation.h198 vtkPoints* LinePoints; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImageTracerWidget.cxx95 this->LinePoints = vtkPoints::New(); in vtkImageTracerWidget()
96 this->LinePoints->Allocate(1001); in vtkImageTracerWidget()
178 this->LinePoints->Delete(); in ~vtkImageTracerWidget()
563 this->LinePoints->GetPoint(i,pt); in SetProjectionPosition()
565 this->LinePoints->SetPoint(i,pt); in SetProjectionPosition()
1089 this->LinePoints->SetPoint(this->LinePoints->GetNumberOfPoints()-1, in MovePoint()
1322 this->LinePoints->Delete(); in ResetLine()
1328 this->LinePoints = vtkPoints::New(); in ResetLine()
1371 this->LinePoints->GetPoint(0,p0); in ClosePath()
1373 this->LinePoints->GetPoint(npts-1,p1); in ClosePath()
[all …]
H A DvtkDistanceRepresentation3D.cxx52 this->LinePoints = vtkPoints::New(); in vtkDistanceRepresentation3D()
53 this->LinePoints->SetDataTypeToDouble(); in vtkDistanceRepresentation3D()
54 this->LinePoints->SetNumberOfPoints(2); in vtkDistanceRepresentation3D()
56 this->LinePolyData->SetPoints(this->LinePoints); in vtkDistanceRepresentation3D()
118 this->LinePoints->Delete(); in ~vtkDistanceRepresentation3D()
259 this->LinePoints->SetPoint(0,p1); in BuildRepresentation()
260 this->LinePoints->SetPoint(1,p2); in BuildRepresentation()
261 this->LinePoints->Modified(); in BuildRepresentation()
H A DvtkAxesTransformRepresentation.cxx53 this->LinePoints = vtkPoints::New(); in vtkAxesTransformRepresentation()
54 this->LinePoints->SetDataTypeToDouble(); in vtkAxesTransformRepresentation()
55 this->LinePoints->SetNumberOfPoints(2); in vtkAxesTransformRepresentation()
57 this->LinePolyData->SetPoints(this->LinePoints); in vtkAxesTransformRepresentation()
117 this->LinePoints->Delete(); in ~vtkAxesTransformRepresentation()
H A DvtkBiDimensionalRepresentation2D.cxx51 this->LinePoints = vtkPoints::New(); in vtkBiDimensionalRepresentation2D()
52 this->LinePoints->SetNumberOfPoints(4); in vtkBiDimensionalRepresentation2D()
54 this->LinePolyData->SetPoints(this->LinePoints); in vtkBiDimensionalRepresentation2D()
83 this->LinePoints->Delete(); in ~vtkBiDimensionalRepresentation2D()
637 this->LinePoints->SetPoint(0,p1); in BuildRepresentation()
638 this->LinePoints->SetPoint(1,p2); in BuildRepresentation()
639 this->LinePoints->SetPoint(2,p3); in BuildRepresentation()
640 this->LinePoints->SetPoint(3,p4); in BuildRepresentation()
641 this->LinePoints->Modified(); in BuildRepresentation()
H A DvtkBiDimensionalRepresentation2D.h118 vtkPoints *LinePoints; variable
H A DvtkAxesTransformRepresentation.h156 vtkPoints *LinePoints; variable
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dellipses.pp297 procedure PatternToPoints (const APattern:TPenPattern; LinePoints:PLinePoints);
304 LinePoints^[r] := (APattern and i) <> 0;
307 LinePoints^[0] := (APattern and i) <> 0;
410 LinePoints : TLinePoints;
423 PatternToPoints (pattern, @LinePoints);
438 if LinePoints[CountUp mod PatternBitCount] then
444 if LinePoints[PatternBitCount - (CountDown mod PatternBitCount) - 1] then
457 if LinePoints[CountUp mod PatternBitCount] then
463 if LinePoints[Patternbitcount - (CountDown mod PatternBitCount) - 1] then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dellipses.pp297 procedure PatternToPoints (const APattern:TPenPattern; LinePoints:PLinePoints);
304 LinePoints^[r] := (APattern and i) <> 0;
307 LinePoints^[0] := (APattern and i) <> 0;
410 LinePoints : TLinePoints;
423 PatternToPoints (pattern, @LinePoints);
438 if LinePoints[CountUp mod PatternBitCount] then
444 if LinePoints[PatternBitCount - (CountDown mod PatternBitCount) - 1] then
457 if LinePoints[CountUp mod PatternBitCount] then
463 if LinePoints[Patternbitcount - (CountDown mod PatternBitCount) - 1] then
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_lcl.pas593 LinePoints: PPoint;
597 LinePoints:=nil;
599 PolyBezier2Polyline(Points,NumPts,LinePoints,LinePointCount,Continuous);
602 Polygon(LinePoints,LinePointCount)
604 Polyline(LinePoints,LinePointCount);
606 ReAllocMem(LinePoints,0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_lcl.pas593 LinePoints: PPoint;
597 LinePoints:=nil;
599 PolyBezier2Polyline(Points,NumPts,LinePoints,LinePointCount,Continuous);
602 Polygon(LinePoints,LinePointCount)
604 Polyline(LinePoints,LinePointCount);
606 ReAllocMem(LinePoints,0);
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_lcl.pas593 LinePoints: PPoint;
597 LinePoints:=nil;
599 PolyBezier2Polyline(Points,NumPts,LinePoints,LinePointCount,Continuous);
602 Polygon(LinePoints,LinePointCount)
604 Polyline(LinePoints,LinePointCount);
606 ReAllocMem(LinePoints,0);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_lcl.pas593 LinePoints: PPoint;
597 LinePoints:=nil;
599 PolyBezier2Polyline(Points,NumPts,LinePoints,LinePointCount,Continuous);
602 Polygon(LinePoints,LinePointCount)
604 Polyline(LinePoints,LinePointCount);
606 ReAllocMem(LinePoints,0);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/floatcanvas/
H A DFCObjects.py1937 LinePoints = N.zeros((len(LineWords),2), N.float)
1942 LinePoints[j] = (LineWidths[i], y)
1946 AllLinePoints.append(LinePoints)
1956 for i, LinePoints in enumerate(AllLinePoints):
1958 LinePoints *= (ScaleFactor, ScaleFactor)
1960 LinePoints[:,0] += self.PadSize
1962 LinePoints[:,0] += (BoxWidth - LineWidths[i]*ScaleFactor)/2.0
1964 LinePoints[:,0] += (BoxWidth - LineWidths[i]*ScaleFactor-self.PadSize)
1965 Points = N.concatenate((Points, LinePoints))
2428 dc.DrawLineList(LinePoints)
[all …]

12