MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / setSizePixels

Method setSizePixels

pj_scene3D/widgets/src/layers/pointcloud_layer.cpp:799–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799void PointCloudLayer::setSizePixels(float pixels) {
800 if (size_pixels_ == pixels) {
801 return;
802 }
803 size_pixels_ = pixels;
804 cloud_pass_.setSizePixels(size_pixels_);
805 emit repaintRequested();
806}
807
808void PointCloudLayer::setColorType(PointcloudRenderPass::ColorType type) {
809 if (color_type_ == type) {

Callers 4

DepthCloudLayerMethod · 0.45
setPointSizePixelsMethod · 0.45
PointCloudLayerMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36