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

Method setShape

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

Source from the content-addressed store, hash-verified

779}
780
781void PointCloudLayer::setShape(PointcloudRenderPass::Shape shape) {
782 if (shape_ == shape) {
783 return;
784 }
785 shape_ = shape;
786 cloud_pass_.setShape(shape_);
787 emit repaintRequested();
788}
789
790void PointCloudLayer::setSizeMeters(float meters) {
791 if (size_meters_ == meters) {

Callers 4

DepthCloudLayerMethod · 0.45
PointCloudLayerMethod · 0.45
renderSphereCoverageMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

renderSphereCoverageMethod · 0.36
TESTFunction · 0.36