Home
last modified time | relevance | path

Searched refs:inpts (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Deffectivearea.c37 ea->inpts=inpts; in initiate_effectivearea()
244 int npoints=ea->inpts->npoints; in tune_areas()
250 int is3d = FLAGS_GET_Z(ea->inpts->flags); in tune_areas()
353 int npoints=ea->inpts->npoints; in ptarray_calc_areas()
413 set_m=FLAGS_GET_M(inpts->flags); in ptarray_set_effective_area()
414 ea=initiate_effectivearea(inpts); in ptarray_set_effective_area()
416 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), set_m, inpts->npoints); in ptarray_set_effective_area()
423 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
427 pt=getPoint4d(ea->inpts, p); in ptarray_set_effective_area()
436 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
[all …]
H A Dlwchaikins.c31 static POINTARRAY * ptarray_chaikin(POINTARRAY *inpts, int preserve_endpoint, int isclosed) in ptarray_chaikin() argument
38 uint32_t ndims = 2 + ptarray_has_z(inpts) + ptarray_has_m(inpts); in ptarray_chaikin()
39 int new_npoints = inpts->npoints * 2; in ptarray_chaikin()
40 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), FLAGS_GET_M(inpts->flags), new_npoints); in ptarray_chaikin()
44 p1 = getPoint4d(inpts, 0); in ptarray_chaikin()
52 for (p=1;p<inpts->npoints;p++) in ptarray_chaikin()
55 p1 = getPoint4d(inpts, p); in ptarray_chaikin()
70 if(!preserve_endpoint || p < inpts->npoints - 1) in ptarray_chaikin()
H A Deffectivearea.h66 const POINTARRAY *inpts; member
72 EFFECTIVE_AREAS* initiate_effectivearea(const POINTARRAY *inpts);
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Deffectivearea.c37 ea->inpts=inpts; in initiate_effectivearea()
244 int npoints=ea->inpts->npoints; in tune_areas()
250 int is3d = FLAGS_GET_Z(ea->inpts->flags); in tune_areas()
353 int npoints=ea->inpts->npoints; in ptarray_calc_areas()
413 set_m=FLAGS_GET_M(inpts->flags); in ptarray_set_effective_area()
414 ea=initiate_effectivearea(inpts); in ptarray_set_effective_area()
416 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), set_m, inpts->npoints); in ptarray_set_effective_area()
423 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
427 pt=getPoint4d(ea->inpts, p); in ptarray_set_effective_area()
436 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
[all …]
H A Dlwchaikins.c31 static POINTARRAY * ptarray_chaikin(POINTARRAY *inpts, int preserve_endpoint, int isclosed) in ptarray_chaikin() argument
38 uint32_t ndims = 2 + ptarray_has_z(inpts) + ptarray_has_m(inpts); in ptarray_chaikin()
39 int new_npoints = inpts->npoints * 2; in ptarray_chaikin()
40 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), FLAGS_GET_M(inpts->flags), new_npoints); in ptarray_chaikin()
44 p1 = getPoint4d(inpts, 0); in ptarray_chaikin()
52 for (p=1;p<inpts->npoints;p++) in ptarray_chaikin()
55 p1 = getPoint4d(inpts, p); in ptarray_chaikin()
70 if(!preserve_endpoint || p < inpts->npoints - 1) in ptarray_chaikin()
H A Deffectivearea.h66 const POINTARRAY *inpts; member
72 EFFECTIVE_AREAS* initiate_effectivearea(const POINTARRAY *inpts);
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Deffectivearea.c37 ea->inpts=inpts; in initiate_effectivearea()
244 int npoints=ea->inpts->npoints; in tune_areas()
250 int is3d = FLAGS_GET_Z(ea->inpts->flags); in tune_areas()
353 int npoints=ea->inpts->npoints; in ptarray_calc_areas()
413 set_m=FLAGS_GET_M(inpts->flags); in ptarray_set_effective_area()
414 ea=initiate_effectivearea(inpts); in ptarray_set_effective_area()
416 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), set_m, inpts->npoints); in ptarray_set_effective_area()
423 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
427 pt=getPoint4d(ea->inpts, p); in ptarray_set_effective_area()
436 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
[all …]
H A Dlwchaikins.c31 static POINTARRAY * ptarray_chaikin(POINTARRAY *inpts, int preserve_endpoint, int isclosed) in ptarray_chaikin() argument
38 uint32_t ndims = 2 + ptarray_has_z(inpts) + ptarray_has_m(inpts); in ptarray_chaikin()
39 int new_npoints = inpts->npoints * 2; in ptarray_chaikin()
40 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), FLAGS_GET_M(inpts->flags), new_npoints); in ptarray_chaikin()
44 p1 = getPoint4d(inpts, 0); in ptarray_chaikin()
52 for (p=1;p<inpts->npoints;p++) in ptarray_chaikin()
55 p1 = getPoint4d(inpts, p); in ptarray_chaikin()
70 if(!preserve_endpoint || p < inpts->npoints - 1) in ptarray_chaikin()
H A Deffectivearea.h66 const POINTARRAY *inpts; member
72 EFFECTIVE_AREAS* initiate_effectivearea(const POINTARRAY *inpts);
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Deffectivearea.c37 ea->inpts=inpts; in initiate_effectivearea()
244 int npoints=ea->inpts->npoints; in tune_areas()
250 int is3d = FLAGS_GET_Z(ea->inpts->flags); in tune_areas()
353 int npoints=ea->inpts->npoints; in ptarray_calc_areas()
413 set_m=FLAGS_GET_M(inpts->flags); in ptarray_set_effective_area()
414 ea=initiate_effectivearea(inpts); in ptarray_set_effective_area()
416 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), set_m, inpts->npoints); in ptarray_set_effective_area()
423 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
427 pt=getPoint4d(ea->inpts, p); in ptarray_set_effective_area()
436 for (p=0;p<ea->inpts->npoints;p++) in ptarray_set_effective_area()
[all …]
H A Dlwchaikins.c31 static POINTARRAY * ptarray_chaikin(POINTARRAY *inpts, int preserve_endpoint, int isclosed) in ptarray_chaikin() argument
38 uint32_t ndims = 2 + ptarray_has_z(inpts) + ptarray_has_m(inpts); in ptarray_chaikin()
39 int new_npoints = inpts->npoints * 2; in ptarray_chaikin()
40 opts = ptarray_construct_empty(FLAGS_GET_Z(inpts->flags), FLAGS_GET_M(inpts->flags), new_npoints); in ptarray_chaikin()
44 p1 = getPoint4d(inpts, 0); in ptarray_chaikin()
52 for (p=1;p<inpts->npoints;p++) in ptarray_chaikin()
55 p1 = getPoint4d(inpts, p); in ptarray_chaikin()
70 if(!preserve_endpoint || p < inpts->npoints - 1) in ptarray_chaikin()
H A Deffectivearea.h66 const POINTARRAY *inpts; member
72 EFFECTIVE_AREAS* initiate_effectivearea(const POINTARRAY *inpts);
/dports/graphics/qgis/qgis-3.22.3/src/core/simplify/
H A Deffectivearea.h77 curve.points( inpts ); in EFFECTIVE_AREAS()
78 initial_arealist = new areanode[ inpts.size()]; in EFFECTIVE_AREAS()
79 res_arealist = new double[ inpts.size()]; in EFFECTIVE_AREAS()
92 QgsPointSequence inpts; member
H A Deffectivearea.cpp202 const int npoints = ea->inpts.size(); in tune_areas()
250 P2 = ea->inpts.at( before_current ); in tune_areas()
251 P3 = ea->inpts.at( after_current ); in tune_areas()
256 P1 = ea->inpts.at( ea->initial_arealist[before_current].prev ); in tune_areas()
270 P3 = ea->inpts.at( ea->initial_arealist[after_current].next ); in tune_areas()
301 const int npoints = ea->inpts.size(); in ptarray_calc_areas()
307 P1 = ea->inpts.at( 0 ); in ptarray_calc_areas()
308 P2 = ea->inpts.at( 1 ); in ptarray_calc_areas()
321 P3 = ea->inpts.at( i + 1 ); in ptarray_calc_areas()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/simplify/
H A Deffectivearea.h77 curve.points( inpts ); in EFFECTIVE_AREAS()
78 initial_arealist = new areanode[ inpts.size()]; in EFFECTIVE_AREAS()
79 res_arealist = new double[ inpts.size()]; in EFFECTIVE_AREAS()
92 QgsPointSequence inpts; member
H A Deffectivearea.cpp202 int npoints = ea->inpts.size(); in tune_areas()
250 P2 = ea->inpts.at( before_current ); in tune_areas()
251 P3 = ea->inpts.at( after_current ); in tune_areas()
256 P1 = ea->inpts.at( ea->initial_arealist[before_current].prev ); in tune_areas()
270 P3 = ea->inpts.at( ea->initial_arealist[after_current].next ); in tune_areas()
301 int npoints = ea->inpts.size(); in ptarray_calc_areas()
307 P1 = ea->inpts.at( 0 ); in ptarray_calc_areas()
308 P2 = ea->inpts.at( 1 ); in ptarray_calc_areas()
321 P3 = ea->inpts.at( i + 1 ); in ptarray_calc_areas()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c1686 fraction = ((inpts[current].z >= zmax ? zmax : zmin) - inpts[next].z) in clip_filled_polygon()
1687 / (inpts[current].z - inpts[next].z); in clip_filled_polygon()
1688 outpts[nvo].x = inpts[next].x + fraction * (inpts[current].x - inpts[next].x); in clip_filled_polygon()
1689 outpts[nvo].y = inpts[next].y + fraction * (inpts[current].y - inpts[next].y); in clip_filled_polygon()
1697 fraction = ((inpts[current].z >= zmax ? zmax : zmin) - inpts[next].z) in clip_filled_polygon()
1698 / (inpts[current].z - inpts[next].z); in clip_filled_polygon()
1699 outpts[nvo].x = inpts[next].x + fraction * (inpts[current].x - inpts[next].x); in clip_filled_polygon()
1700 outpts[nvo].y = inpts[next].y + fraction * (inpts[current].y - inpts[next].y); in clip_filled_polygon()
1719 / (inpts[next].z - inpts[current].z); in clip_filled_polygon()
1720 outpts[nvo].x = inpts[current].x + fraction * (inpts[next].x - inpts[current].x); in clip_filled_polygon()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c1686 fraction = ((inpts[current].z >= zmax ? zmax : zmin) - inpts[next].z) in clip_filled_polygon()
1687 / (inpts[current].z - inpts[next].z); in clip_filled_polygon()
1688 outpts[nvo].x = inpts[next].x + fraction * (inpts[current].x - inpts[next].x); in clip_filled_polygon()
1689 outpts[nvo].y = inpts[next].y + fraction * (inpts[current].y - inpts[next].y); in clip_filled_polygon()
1697 fraction = ((inpts[current].z >= zmax ? zmax : zmin) - inpts[next].z) in clip_filled_polygon()
1698 / (inpts[current].z - inpts[next].z); in clip_filled_polygon()
1699 outpts[nvo].x = inpts[next].x + fraction * (inpts[current].x - inpts[next].x); in clip_filled_polygon()
1700 outpts[nvo].y = inpts[next].y + fraction * (inpts[current].y - inpts[next].y); in clip_filled_polygon()
1719 / (inpts[next].z - inpts[current].z); in clip_filled_polygon()
1720 outpts[nvo].x = inpts[current].x + fraction * (inpts[next].x - inpts[current].x); in clip_filled_polygon()
[all …]
/dports/games/tenebrae/tenebrae_0/
H A Dgl_svbsp.c145 void SplitPolygon(vec3_t *polygon,int *signs, int vnum, plane_t *plane, vec3_t *inpts, int *innum, … in SplitPolygon() argument
177 VectorCopy (newVert, inpts[in_c]); in SplitPolygon()
201 VectorCopy (newVert, inpts[in_c]); in SplitPolygon()
207 VectorCopy (polygon[i], inpts[in_c]); in SplitPolygon()
213 VectorCopy (polygon[i], inpts[in_c]); in SplitPolygon()
214 VectorCopy (inpts[in_c], outpts[out_c]); in SplitPolygon()
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkSingleVTPExporter.cxx435 vtkIdType inpts = ipts->GetNumberOfPoints(); in WriteVTP() local
436 for (int j = 0; j < inpts; ++j) in WriteVTP()
445 for (int j = 0; j < inpts; ++j) in WriteVTP()
458 for (int j = 0; j < inpts; ++j) in WriteVTP()
470 for (int j = 0; j < inpts; ++j) in WriteVTP()
494 for (int j = 0; j < inpts; ++j) in WriteVTP()
504 for (int j = 0; j < inpts; ++j) in WriteVTP()
511 for (int j = 0; j < inpts; ++j) in WriteVTP()
519 for (int j = 0; j < inpts; ++j) in WriteVTP()
526 for (int j = 0; j < inpts; ++j) in WriteVTP()
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkSingleVTPExporter.cxx452 vtkIdType inpts = ipts->GetNumberOfPoints(); in WriteVTP() local
453 for (int j = 0; j < inpts; ++j) in WriteVTP()
462 for (int j = 0; j < inpts; ++j) in WriteVTP()
479 for (int j = 0; j < inpts; ++j) in WriteVTP()
494 for (int j = 0; j < inpts; ++j) in WriteVTP()
520 for (int j = 0; j < inpts; ++j) in WriteVTP()
530 for (int j = 0; j < inpts; ++j) in WriteVTP()
541 for (int j = 0; j < inpts; ++j) in WriteVTP()
552 for (int j = 0; j < inpts; ++j) in WriteVTP()
563 for (int j = 0; j < inpts; ++j) in WriteVTP()
/dports/math/octave-forge-level-set/level-set/inst/
H A Dls_absolute_geom.m59 inpts = geom.ispts.inout(:, 1); variable
60 geom.ispts.coord = [xCoords(inpts), yCoords(inpts)] + geom.ispts.incoord;
/dports/graphics/openrm/rm160/rmv/
H A Drmvmeshv.c171 int inpts, in rmvI3VectorArrows() argument
214 npts = inpts; in rmvI3VectorArrows()
367 int inpts, in rmvI3VectorBarbs() argument
393 nbarbs = inpts; in rmvI3VectorBarbs()
545 int inpts, in rmvI3VectorCones() argument
583 npts = inpts; in rmvI3VectorCones()
/dports/math/vtk6/VTK-6.2.0/Filters/SMP/
H A DvtkSMPWarpVector.cxx170 vtkDataArray* inpts = input->GetPoints()->GetData(); in RequestData() local
173 void* inIter = inpts->GetVoidPointer(0); in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/SMP/
H A DvtkSMPWarpVector.cxx171 vtkDataArray* inpts = input->GetPoints()->GetData(); in RequestData() local
174 void* inIter = inpts->GetVoidPointer(0); in RequestData()

12