qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Graphical Polyline Tracing tool. More...
#include <ccTracePolylineTool.h>
Classes | |
struct | SegmentGLParams |
Viewport parameters (used for picking) More... | |
Protected Attributes | |
ccPolyline * | m_polyTip |
2D polyline (for the currently edited part) | |
ccPointCloud * | m_polyTipVertices |
2D polyline vertices | |
ccPolyline * | m_poly3D |
3D polyline | |
ccPointCloud * | m_poly3DVertices |
3D polyline vertices | |
std::vector< SegmentGLParams > | m_segmentParams |
Viewport parameters use to draw each segment of the polyline. | |
bool | m_done |
Current process state. | |
ccPickingHub * | m_pickingHub |
Picking hub. | |
Ui::TracePolyLineDlg * | m_ui |
Graphical Polyline Tracing tool.