• PointCloudRgbRenderer
  • class Esri::ArcGISRuntime::PointCloudRgbRenderer

    Renderer for point clouds using RGB values from a specified attribute. More...

    Header: #include <PointCloudRgbRenderer.h>
    Since: Esri::ArcGISRuntime 300.1
    Inherits: Esri::ArcGISRuntime::PointCloudRenderer

    Public Functions

    PointCloudRgbRenderer(const QString &attributeName, QObject *parent = nullptr)
    virtual ~PointCloudRgbRenderer() override

    Detailed Description

    Member Function Documentation

    PointCloudRgbRenderer::PointCloudRgbRenderer(const QString &attributeName, QObject *parent = nullptr)

    Creates a point cloud RGB renderer with a specified attribute name.

    • attributeName - The name of the attribute for the renderer to use.
    • parent - The optional parent QObject.

    [override virtual noexcept] PointCloudRgbRenderer::~PointCloudRgbRenderer()

    Destructor.