Home
last modified time | relevance | path

Searched refs:pointset (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Ddelete-pointset-attributes.cc91 pointset->GetPointData()->Initialize(); in main()
92 pointset->GetCellData ()->Initialize(); in main()
96 pointset->GetPointData()->RemoveArray(name); in main()
97 pointset->GetCellData ()->RemoveArray(name); in main()
114 pointset->GetCellData()->RemoveArray(arg); in main()
118 pointset->GetPointData()->SetScalars(nullptr); in main()
119 pointset->GetCellData ()->SetScalars(nullptr); in main()
121 pointset->GetPointData()->SetVectors(nullptr); in main()
122 pointset->GetCellData ()->SetVectors(nullptr); in main()
124 pointset->GetPointData()->SetNormals(nullptr); in main()
[all …]
H A Dinfo.cc343 pointset->GetCellData()->AddArray(volume); in Run()
345 body._PointSet = pointset; in Run()
417 vtkSmartPointer<vtkPointSet> pointset; in main() local
425 if (pointset) { in main()
426 polydata = ConvertToPolyData(pointset); in main()
618 int type = pointset->GetCellType(cellId); in main()
633 pointset->GetBounds(bounds); in main()
642 if (pointset->GetNumberOfCells() > 0) { in main()
766 pointset->GetPoint(point_indices[i], p); in main()
775 vtkPointData *pd = pointset->GetPointData(); in main()
[all …]
H A Dtransform-points.cc105 vtkSmartPointer<vtkPointSet> pointset; in main() local
168 pointset = ReadPointSet(input_name, exit_on_failure); in main()
169 if (!pointset) { in main()
193 pointset = converter->GetOutput(); in main()
195 if (pointset->GetNumberOfPoints() == 0) { in main()
198 points.Resize(pointset->GetNumberOfPoints()); in main()
200 pointset->GetPoint(i, points(i)); in main()
248 if (pointset) { in main()
253 vtkPoints *output_points = pointset->GetPoints(); in main()
272 pointset = normals->GetOutput(); in main()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DPointset_Powerset_templates.hh123 PSET x_ph = xi->pointset(); in concatenate_assign()
128 PSET y_ph = yi->pointset(); in concatenate_assign()
149 si->pointset().add_constraint(c); in add_constraint()
245 si->pointset().unconstrain(var); in unconstrain()
257 si->pointset().unconstrain(vars); in unconstrain()
519 PSET pi(si->pointset()); in affine_dimension()
713 PSET context_i(si->pointset()); in intersection_preserving_enlarge_element()
752 PSET& x_i = si->pointset(); in simplify_using_context_assign()
1240 PSET& pi = si->pointset(); in pairwise_reduce()
1368 Cert ph_cert(i->pointset()); in collect_certificates()
[all …]
H A DDeterminate_inlines.hh159 Determinate<PSET>::pointset() const { in pointset() function in Parma_Polyhedra_Library::Determinate
165 Determinate<PSET>::pointset() { in pointset() function in Parma_Polyhedra_Library::Determinate
173 pointset().upper_bound_assign(y.pointset()); in upper_bound_assign()
179 pointset().intersection_assign(y.pointset()); in meet_assign()
197 pointset().difference_assign(y.pointset()); in weakening_assign()
203 pointset().concatenate_assign(y.pointset()); in concatenate_assign()
254 s << x.pointset(); in operator <<()
287 op_assign_(x.pointset(), y.pointset()); in operator ()()
H A Dwrap_assign.hh52 wrap_assign_ind(PSET& pointset, in wrap_assign_ind() argument
72 PSET p(pointset); in wrap_assign_ind()
98 pointset.m_swap(hull); in wrap_assign_ind()
152 wrap_assign(PSET& pointset, in wrap_assign() argument
212 if (pointset.is_empty()) { in wrap_assign()
273 pointset.unconstrain(x); in wrap_assign()
335 pointset.unconstrain(y); in wrap_assign()
349 PSET p(pointset); in wrap_assign()
358 pointset.m_swap(hull); in wrap_assign()
380 pointset.m_swap(hull); in wrap_assign()
[all …]
H A DPointset_Powerset.cc42 const NNC_Polyhedron& ph_yi = yi->pointset(); in difference_assign()
66 if (!check_containment(yi->pointset(), x)) { in geometrically_covers()
84 const NNC_Polyhedron& pi = i->pointset(); in check_containment()
87 const NNC_Polyhedron& pj = j->pointset(); in check_containment()
103 const NNC_Polyhedron& pj = j->pointset(); in check_containment()
227 const Grid& pi = i->pointset(); in check_containment()
230 const Grid& pj = j->pointset(); in check_containment()
246 const Grid& pj = j->pointset(); in check_containment()
286 const Grid& gr_yi = yi->pointset(); in difference_assign()
311 if (!check_containment(yi->pointset(), x)) { in geometrically_covers()
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/examples/
H A Dexample-NearestNeighbor.cpp75 NearestNeighbor<double, pos, DistanceCalculator> pointset; in main() local
83 ia >> BOOST_SERIALIZATION_NVP(pointset); in main()
88 is >> pointset; in main()
92 if (pointset.NumPoints() != int(locs.size())) { in main()
94 pointset.Initialize(locs, distance); in main()
101 oa << BOOST_SERIALIZATION_NVP(pointset); in main()
106 os << pointset << "\n"; in main()
117 d = pointset.Search(locs, distance, pos(lat, lon), k); in main()
124 pointset.Statistics(setupcost, numsearches, searchcost, in main()
128 exhaustivecost = count * pointset.NumPoints(); in main()
/dports/devel/ppl/ppl-1.2/tests/Powerset/
H A Dfrompolyhedron1.cc163 C_Polyhedron phi = i->pointset(); in test05()
190 TBD_Shape bdsi = i->pointset(); in test06()
204 TBD_Shape bdsi1 = i1->pointset(); in test06()
254 TBD_Shape bdsi1 = i1->pointset(); in test07()
310 TBD_Shape bdsi1 = i1->pointset(); in test09()
314 TBD_Shape bdsi2 = i2->pointset(); in test09()
621 Grid gri = i->pointset(); in test18()
624 Grid gri1 = i1->pointset(); in test18()
657 Grid gri1 = i1->pointset(); in test19()
707 Grid gri1 = i1->pointset(); in test21()
[all …]
H A Daffinedimension1.cc57 C_Polyhedron phi = i->pointset(); in test01()
59 C_Polyhedron phi1 = i->pointset(); in test01()
71 C_Polyhedron phj = j->pointset(); in test01()
73 C_Polyhedron phj1 = j->pointset(); in test01()
110 NNC_Polyhedron phi = i->pointset(); in test02()
112 NNC_Polyhedron phi1 = i->pointset(); in test02()
124 NNC_Polyhedron phj = j->pointset(); in test02()
126 NNC_Polyhedron phj1 = j->pointset(); in test02()
H A Dfrombox1.cc50 C_Polyhedron phi = i->pointset(); in test01()
98 C_Polyhedron phj = j->pointset(); in test03()
124 TBD_Shape bdsi = i->pointset(); in test04()
171 TBD_Shape bdsi = i_bds->pointset(); in test06()
197 TOctagonal_Shape osi = i->pointset(); in test07()
270 TBox boxi = i->pointset(); in test10()
273 TBox boxi2 = i2->pointset(); in test10()
321 TBox boxj = j->pointset(); in test12()
346 Grid phi = i->pointset(); in test13()
385 TBox boxi = i_box->pointset(); in test15()
[all …]
H A Dfromgrid1.cc48 C_Polyhedron phi = i->pointset(); in test01()
92 C_Polyhedron phi = i->pointset(); in test03()
116 TBD_Shape bdsi = i->pointset(); in test04()
160 TBD_Shape bdsi = i->pointset(); in test06()
184 TOctagonal_Shape osi = i->pointset(); in test07()
252 TBox phi = i->pointset(); in test10()
296 TBox boxi = i->pointset(); in test12()
322 Grid gri = i->pointset(); in test13()
325 Grid gri2 = i2->pointset(); in test13()
370 Grid gri = i->pointset(); in test15()
[all …]
H A Dfromoctagonalshape1.cc50 C_Polyhedron phi = i->pointset(); in test01()
98 C_Polyhedron phj = j->pointset(); in test03()
125 TBD_Shape bdsi = i->pointset(); in test04()
173 TBD_Shape bdsi = i_bds->pointset(); in test06()
199 TOctagonal_Shape osi = i->pointset(); in test07()
202 TOctagonal_Shape osi2 = i2->pointset(); in test07()
251 TOctagonal_Shape osj = j->pointset(); in test09()
281 TBox phi = i->pointset(); in test10()
329 TBox boxi = i_box->pointset(); in test12()
356 Grid phi = i->pointset(); in test13()
[all …]
H A Dfrombdshape1.cc50 C_Polyhedron phi = i->pointset(); in test01()
98 C_Polyhedron phj = j->pointset(); in test03()
124 TBD_Shape bdsi = i->pointset(); in test04()
127 TBD_Shape bdsi2 = i2->pointset(); in test04()
175 TBD_Shape bdsj = j->pointset(); in test06()
202 TOctagonal_Shape osi = i->pointset(); in test07()
276 TBox phi = i->pointset(); in test10()
324 TBox boxi = i_box->pointset(); in test12()
349 Grid phi = i->pointset(); in test13()
388 TBD_Shape bdi = i_bd->pointset(); in test15()
[all …]
H A Ddisjunct1.cc51 C_Polyhedron c_phi = c_i->pointset(); in test01()
54 NNC_Polyhedron nnc_phi = nnc_i->pointset(); in test01()
80 C_Polyhedron c_phi = c_i->pointset(); in test02()
83 NNC_Polyhedron nnc_phi = nnc_i->pointset(); in test02()
137 C_Polyhedron phi = i->pointset(); in test04()
139 C_Polyhedron phi1 = i->pointset(); in test04()
178 TBox pps_boxi = i->pointset(); in test05()
180 TBox pps_boxi1 = i->pointset(); in test05()
253 TBox pps_boxi = i->pointset(); in test07()
255 TBox pps_boxi1 = i->pointset(); in test07()
H A Daffinepreimage1.cc56 C_Polyhedron phi = i->pointset(); in test01()
58 C_Polyhedron phi1 = i->pointset(); in test01()
102 C_Polyhedron phi = i->pointset(); in test02()
104 C_Polyhedron phi1 = i->pointset(); in test02()
149 C_Polyhedron phi = i->pointset(); in test03()
151 C_Polyhedron phi1 = i->pointset(); in test03()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DPointSetUtils.cc327 pointset->GetCenter(c); in Center()
336 pointset->Modified(); in Center()
343 pointset->GetCenter(c); in Scale()
352 pointset->Modified(); in Scale()
914 EdgeTable edgeTable(pointset); in AverageEdgeLength()
937 EdgeTable edgeTable(pointset); in RobustAverageEdgeLength()
961 EdgeTable edgeTable(pointset); in MedianEdgeLength()
981 EdgeTable edgeTable(pointset); in GetMinMaxEdgeLength()
996 EdgeTable edgeTable(pointset); in MinEdgeLength()
1011 EdgeTable edgeTable(pointset); in MaxEdgeLength()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/commands/
H A Dconvert-pointset-to-mat.rst3 .. Auto-generated by help-rst from "mirtk convert-pointset-to-mat -h" output
5 convert-pointset-to-mat
8 .. program:: convert-pointset-to-mat
16 convert-pointset-to-mat <input> <mat> [options]
22 .. include:: _descriptions/convert-pointset-to-mat.rst
H A Dcopy-pointset-attributes-from-mat.rst3 .. Auto-generated by help-rst from "mirtk copy-pointset-attributes-from-mat -h" output
5 copy-pointset-attributes-from-mat
8 .. program:: copy-pointset-attributes-from-mat
16 copy-pointset-attributes-from-mat <input> <mat> <output> [options]
22 .. include:: _descriptions/copy-pointset-attributes-from-mat.rst
H A D_summary.rst35 /commands/convert-pointset
132 |convert-pointset| |convert-pointset-brief-description|
133 |copy-pointset-attributes| |copy-pointset-attributes-brief-description|
137 |delete-pointset-attributes| |delete-pointset-attributes-brief-description|
166 |extract-pointset-cells| |extract-pointset-cells-brief-description|
167 |extract-pointset-surface| |extract-pointset-surface-brief-description|
227 .. |convert-pointset| replace:: :doc:`/commands/convert-pointset`
228 .. |copy-pointset-attributes| replace:: :doc:`/commands/copy-pointset-attributes`
232 .. |delete-pointset-attributes| replace:: :doc:`/commands/delete-pointset-attributes`
261 .. |extract-pointset-cells| replace:: :doc:`/commands/extract-pointset-cells`
[all …]
H A D_overview.rst11 |convert-pointset| |copy-pointset-attributes| |cut-brain| |decim…
12 |deform-mesh| |delete-pointset-attributes| |detect-edges| |dilat…
19 …-slice| |extract-image-volume| |extract-pointset-cells| |extract-pointset-s…
58 .. |convert-pointset| replace:: :doc:`commands/convert-pointset`
59 .. |copy-pointset-attributes| replace:: :doc:`commands/copy-pointset-attributes`
63 .. |delete-pointset-attributes| replace:: :doc:`commands/delete-pointset-attributes`
92 .. |extract-pointset-cells| replace:: :doc:`commands/extract-pointset-cells`
93 .. |extract-pointset-surface| replace:: :doc:`commands/extract-pointset-surface`
H A Ddelete-pointset-attributes.rst3 .. Auto-generated by help-rst from "mirtk delete-pointset-attributes -h" output
5 delete-pointset-attributes
8 .. program:: delete-pointset-attributes
16 delete-pointset-attributes <input> [<output>] [options]
22 .. include:: _descriptions/delete-pointset-attributes.rst
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Ddraw_point_set_3.h60 pointset(apointset) in Base()
76 for (typename PointSet::const_iterator it=pointset.begin(); in compute_elements()
77 it!=pointset.end(); ++it) in compute_elements()
78 { compute_vertex(pointset.point(*it)); } in compute_elements()
88 const PointSet& pointset;
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DPointSetUtils.h233 void Center(vtkSmartPointer<vtkPointSet> pointset);
236 void Scale(vtkSmartPointer<vtkPointSet> pointset, double);
388 void GetMinMaxEdgeLength(vtkSmartPointer<vtkPointSet> pointset, double &min, double &max);
403 double MinEdgeLength(vtkSmartPointer<vtkPointSet> pointset);
418 double MaxEdgeLength(vtkSmartPointer<vtkPointSet> pointset);
433 void EdgeLengthNormalDistribution(vtkSmartPointer<vtkPointSet> pointset, double &mean, double &sigm…
444 vtkSmartPointer<vtkPolyData> ConvexHull(vtkSmartPointer<vtkPointSet> pointset, int levels = 3);
460 vtkSmartPointer<vtkPointSet> WorldToImage(vtkSmartPointer<vtkPointSet> pointset,
465 vtkSmartPointer<vtkPointSet> pointset);
/dports/science/cgnslib/CGNS-4.1.2/src/Test_UserGuideCode/C_code/Test_Grid_Str_2zngenrl/
H A DOUTPUT27 pointset type=PointList
9 donor pointset type=PointListDonor
27 pointset type=PointList
29 donor pointset type=PointListDonor

12345678