MCPcopy Create free account
hub / github.com/colmap/colmap / SetPointSize

Method SetPointSize

src/colmap/ui/model_viewer_widget.cc:873–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871float ModelViewerWidget::ImageSize() const { return image_size_; }
872
873void ModelViewerWidget::SetPointSize(const float point_size) {
874 point_size_ = point_size;
875}
876
877void ModelViewerWidget::SetImageSize(const float image_size) {
878 image_size_ = image_size;

Callers 1

AssembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected