ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cvMeasurementTools Namespace Reference

Functions

void configureHandle3D (vtkPointHandleRepresentation3D *handle)
 Configure 3D handle representation with ParaView-style properties. More...
 

Variables

constexpr double FOREGROUND_COLOR [3]
 
constexpr double INTERACTION_COLOR [3]
 
constexpr double RAY_COLOR [3]
 
constexpr double ARC_COLOR [3]
 

Function Documentation

◆ configureHandle3D()

void cvMeasurementTools::configureHandle3D ( vtkPointHandleRepresentation3D *  handle)
inline

Configure 3D handle representation with ParaView-style properties.

Parameters
handleThe 3D handle representation to configure

Definition at line 30 of file cvMeasurementToolsCommon.h.

References FOREGROUND_COLOR, and INTERACTION_COLOR.

Variable Documentation

◆ ARC_COLOR

constexpr double cvMeasurementTools::ARC_COLOR[3]
constexpr
Initial value:
= {
1.0, 0.1, 0.0}

Definition at line 23 of file cvMeasurementToolsCommon.h.

◆ FOREGROUND_COLOR

constexpr double cvMeasurementTools::FOREGROUND_COLOR[3]
constexpr
Initial value:
= {1.0, 1.0,
1.0}

Definition at line 17 of file cvMeasurementToolsCommon.h.

Referenced by configureHandle3D().

◆ INTERACTION_COLOR

constexpr double cvMeasurementTools::INTERACTION_COLOR[3]
constexpr
Initial value:
= {
0.0, 1.0, 0.0}

Definition at line 19 of file cvMeasurementToolsCommon.h.

Referenced by configureHandle3D().

◆ RAY_COLOR

constexpr double cvMeasurementTools::RAY_COLOR[3]
constexpr
Initial value:
= {1.0, 0.0,
0.0}

Definition at line 21 of file cvMeasurementToolsCommon.h.