Home
last modified time | relevance | path

Searched defs:all_points (Results 1 – 25 of 53) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/exe/
H A Dbwm_3d_site_transform_points.cxx30 std::vector<vnl_vector_fixed<double,3> > all_points; member in ply_points_reader
64 …eadPointsFromPLY(const std::string& filename, std::vector<vnl_vector_fixed<double,3> > &all_points) in readPointsFromPLY()
95 …ePointsToPLY(const std::string& ply_file_out, std::vector<vnl_vector_fixed<double,3> > &all_points) in writePointsToPLY()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Convex_hull/
H A DConvex_hull_plugin.cpp87 std::vector<Kernel::Point_3> all_points; in on_actionConvexHull_triggered() local
127 std::vector<Kernel::Point_3> all_points; in on_actionConvexHull_triggered() local
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A D3MF.h48 PointRanges& all_points, in read_3MF()
417 PointRanges& all_points, in read_3MF()
456 const PointRanges& all_points, in write_3MF()
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/simple_pipeline/
H A Dreconstruction_scale.cc28 vector<EuclideanPoint> all_points = reconstruction->AllPoints(); in EuclideanScaleToUnity() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/
H A Dreconstruction_scale.cc28 vector<EuclideanPoint> all_points = reconstruction->AllPoints(); in EuclideanScaleToUnity() local
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dvehicle_split_test.cpp44 std::vector<std::set<tripoint>> all_points; variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dvehicle_split_test.cpp44 std::vector<std::set<tripoint>> all_points; variable
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/IO/
H A D3MF.h80 std::vector<PointRange> all_points; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/point_selectors/
H A Drectangular_frustum_selector.cpp77 vtkSmartPointer<vtkPolyData> all_points = append->GetOutput (); in OnLeftButtonUp() local
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/utils/
H A Dmsm_closest_pt.h82 inline msm_line_seg_pt msm_closest_seg_pt_on_curve(const msm_points& all_points, in msm_closest_seg_pt_on_curve()
H A Dmsm_dist_to_curves.h38 inline double msm_dist_to_curve(const msm_points& all_points, in msm_dist_to_curve()
/dports/net-im/zkgroup/poksho-8bb8c61c18e7bbe93c094ed91be52b9f96c1c5cd/src/
H A Dstatement.rs181 let all_points = self.sort_points(point_args)?; in prove() localVariable
252 let all_points = self.sort_points(point_args)?; in verify_proof() localVariable
413 let mut all_points = Vec::<RistrettoPoint>::new(); in sort_points() localVariable
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/poksho/src/
H A Dstatement.rs185 let all_points = self.sort_points(point_args)?; in prove() localVariable
256 let all_points = self.sort_points(point_args)?; in verify_proof() localVariable
416 let mut all_points = vec![RISTRETTO_BASEPOINT_POINT]; in sort_points() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dlocation.rs51 pub fn all_points(&self) -> impl Iterator<Item = LocationIndex> { in all_points() method
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh/IO/
H A D3MF.h62 std::vector<PointRange> all_points; in read_3MF() local
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc243 EuclideanPoint *PointForTrack(vector<EuclideanPoint> *all_points, in PointForTrack()
370 vector<EuclideanPoint> *all_points, in ReadProblemFromFile()
653 vector<EuclideanPoint> *all_points) { in EuclideanBundleCommonIntrinsics()
793 vector<EuclideanPoint> all_points; in main() local
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/
H A Dlibmv_bundle_adjuster.cc244 EuclideanPoint* PointForTrack(vector<EuclideanPoint>* all_points, in PointForTrack()
373 vector<EuclideanPoint>* all_points, in ReadProblemFromFile()
658 vector<EuclideanPoint>* all_points) { in EuclideanBundleCommonIntrinsics()
803 vector<EuclideanPoint> all_points; in main() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_import_point_cloud_process.cxx94 std::vector<vgl_point_3d<double> > all_points; in boxm2_import_point_cloud_process() local
/dports/math/eclib/eclib-20210318/libsrc/eclib/
H A Dhtconst.h63 vector<Point> all_points; //store points found variable
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/
H A Dmsm_subset_aligner.cxx25 void msm_subset_aligner::get_subset(const msm_points& all_points, in get_subset()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/IO/
H A D3mf_io_plugin.cpp75 std::vector<PointRange> all_points; in load() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dobj_rec_ransac_result.cpp315 PointCloud<PointXYZ>::Ptr all_points (new PointCloud<PointXYZ> ()); in loadScene() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/rlz/lib/
H A Dfinancial_ping.cc137 AccessPoint all_points[LAST_ACCESS_POINT]; in FormRequest() local
/dports/math/vtk9/VTK-9.1.0/Parallel/DIY/
H A DvtkDIYUtilities.cxx510 std::vector<vtkSmartPointer<vtkPoints>> all_points; in ExtractPoints() local
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dstmsdf.c76 static int all_points; variable

123