Home
last modified time | relevance | path

Searched refs:point_size_ (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Doctree_viewer.cpp70 point_size_ (1.0) in OctreeViewer()
131 float point_size_; member in OctreeViewer
177 point_size_ = std::max(1.0f, point_size_ * (1 / 2.0f)); in keyboardEventOccurred()
182 point_size_ *= 2.0f; in keyboardEventOccurred()
279 …oudRenderingProperties (pcl::visualization::PCL_VISUALIZER_POINT_SIZE, point_size_, "cloud_centroi… in update()
287 …ointCloudRenderingProperties (pcl::visualization::PCL_VISUALIZER_POINT_SIZE, point_size_, "cloud"); in update()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/src/
H A Dcloud.cpp63 point_size_(DEFAULT_POINT_DISPLAY_SIZE_), in Cloud()
82 point_size_(DEFAULT_POINT_DISPLAY_SIZE_), in Cloud()
106 point_size_(copy.point_size_), in Cloud()
128 point_size_ = cloud.point_size_; in operator =()
258 glPointSize(point_size_); in draw()
352 point_size_ = size; in setPointSize()
H A DcloudEditorWidget.cpp75 point_size_(2.0f), selected_point_size_(4.0f), in CloudEditorWidget()
332 point_size_ = ((MainWindow*) parentWidget()) -> getSpinBoxValue(); in increasePointSize()
335 cloud_ptr_->setPointSize(point_size_); in increasePointSize()
343 point_size_ = ((MainWindow*) parentWidget()) -> getSpinBoxValue(); in decreasePointSize()
346 cloud_ptr_->setPointSize(point_size_); in decreasePointSize()
377 point_size_ = size; in setPointSize()
543 cloud_ptr_->setPointSize(point_size_); in loadFilePCD()
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Visualizer/
H A DRenderOption.h124 point_size_ = std::max(std::min(point_size_ + change * POINT_SIZE_STEP, in ChangePointSize()
170 double point_size_ = POINT_SIZE_DEFAULT; variable
H A DRenderOption.cpp96 value["point_size"] = point_size_; in ConvertToJsonValue()
198 point_size_ = value.get("point_size", point_size_).asDouble(); in ConvertFromJsonValue()
H A DVisualizerCallback.cpp166 render_option_ptr_->point_size_); in KeyPressCallback()
174 render_option_ptr_->point_size_); in KeyPressCallback()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Visualizer/
H A DRenderOption.h124 point_size_ = std::max(std::min(point_size_ + change * POINT_SIZE_STEP, in ChangePointSize()
170 double point_size_ = POINT_SIZE_DEFAULT; variable
H A DRenderOption.cpp96 value["point_size"] = point_size_; in ConvertToJsonValue()
198 point_size_ = value.get("point_size", point_size_).asDouble(); in ConvertFromJsonValue()
H A DVisualizerCallback.cpp166 render_option_ptr_->point_size_); in KeyPressCallback()
174 render_option_ptr_->point_size_); in KeyPressCallback()
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_Evert/
H A Dmain.cpp437 point_size_ = 10.0f; in DemoEvertApplication()
470 ImGui::SliderFloat("ptsz", &point_size_, 1.0f, 20.0f, "%.1f"); in draw_object_properties()
582 glupSetPointSize(point_size_); in draw_scene()
638 float point_size_; member in __anon211c7d410111::DemoEvertApplication
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_GLUP/
H A Dmain.cpp70 point_size_ = 10.0f; in DemoGlupApplication()
128 ImGui::SliderFloat("PtSz.", &point_size_, 1.0f, 50.0f, "%.1f"); in draw_object_properties()
245 glupSetPointSize(point_size_); in draw_scene()
448 float point_size_; member in __anon9d5397f30111::DemoGlupApplication
/dports/math/geogram/geogram-1.7.7/src/examples/graphics/demo_Delaunay3d/
H A Dmain.cpp76 point_size_ = 10.0f; in DemoDelaunay3dApplication()
172 ImGui::SliderFloat("##PtSz.", &point_size_, 1.0f, 50.0f, "%.1f"); in draw_object_properties()
291 double R = double(point_size_) / 250.0; in draw_scene()
467 float point_size_; member in __anon03997ce50111::DemoDelaunay3dApplication
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dmodel_viewer_widget.cc226 point_size_ = static_cast<float>(devicePixelRatio() * point_size_); in ModelViewerWidget()
263 point_painter_.Render(pmv_matrix, point_size_); in paintGL()
378 point_size_ *= (1.0f + delta / 100.0f * kPointScaleSpeed); in ChangePointSize()
379 point_size_ = std::max(kMinPointSize, std::min(kMaxPointSize, point_size_)); in ChangePointSize()
484 point_painter_.Render(pmv_matrix, 2 * point_size_); in SelectObject()
586 float ModelViewerWidget::PointSize() const { return point_size_; } in PointSize()
591 point_size_ = point_size; in SetPointSize()
675 point_size_ = kInitPointSize; in SetupView()
/dports/misc/veles/veles-2018.05.0/src/visualization/
H A Dminimap.cc363 point_size_ = std::max(1.0, static_cast<double>(sample_size_) / texture_size); in initTextures()
369 point_size_); in initTextures()
372 point_size_); in initTextures()
697 double row_bytes = point_size_ * texture_cols_; in lineToOffset()
703 double row_bytes = point_size_ * texture_cols_; in offsetToLine()
/dports/graphics/open3d/Open3D-0.2/src/Tools/ManuallyAlignPointCloud/
H A DManuallyAlignPointCloud.cpp198 vis_source.GetRenderOption().point_size_ = 1.0; in main()
204 vis_target.GetRenderOption().point_size_ = 1.0; in main()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Tools/ManuallyAlignPointCloud/
H A DManuallyAlignPointCloud.cpp198 vis_source.GetRenderOption().point_size_ = 1.0; in main()
204 vis_target.GetRenderOption().point_size_ = 1.0; in main()
/dports/graphics/open3d/Open3D-0.2/src/Python/Visualization/
H A Dopen3d_renderoption.cpp51 .def_readwrite("point_size", &RenderOption::point_size_) in pybind_renderoption()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Visualization/
H A Dopen3d_renderoption.cpp51 .def_readwrite("point_size", &RenderOption::point_size_) in pybind_renderoption()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_surfaceplot.cpp28 point_size_ = 5; in SurfacePlot()
176 Dot pt(point_size_,true); in createPoints()
/dports/graphics/open3d/Open3D-0.2/src/Tools/
H A DManuallyCropGeometry.cpp75 vis.GetRenderOption().point_size_ = 1.0; in main()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Tools/
H A DManuallyCropGeometry.cpp75 vis.GetRenderOption().point_size_ = 1.0; in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/include/pcl/apps/point_cloud_editor/
H A DcloudEditorWidget.h274 unsigned int point_size_; variable
H A Dcloud.h465 float point_size_; variable
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Shader/
H A DPickingShader.cpp128 glPointSize(GLfloat(option.point_size_)); in PrepareRendering()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Shader/
H A DPickingShader.cpp128 glPointSize(GLfloat(option.point_size_)); in PrepareRendering()

123