ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
ccNote.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
#include <
ecvPointCloud.h
>
11
12
#include "
ccPointPair.h
"
13
14
/*
15
Simple class used to represent notes created with qCompass
16
*/
17
class
ccNote
:
public
ccPointPair
{
18
public
:
19
// ctors
20
ccNote
(
ccPointCloud
* associatedCloud);
21
ccNote
(
ccPolyline
* obj);
22
23
// write metadata specific to this object
24
void
updateMetadata
()
override
;
25
26
static
bool
isNote
(
ccHObject
* obj);
27
};
ccPointPair.h
ccHObject
Hierarchical CLOUDVIEWER Object.
Definition:
ecvHObject.h:25
ccNote
Definition:
ccNote.h:17
ccNote::ccNote
ccNote(ccPointCloud *associatedCloud)
Definition:
ccNote.cpp:11
ccNote::updateMetadata
void updateMetadata() override
Definition:
ccNote.cpp:17
ccNote::isNote
static bool isNote(ccHObject *obj)
Definition:
ccNote.cpp:30
ccPointCloud
A 3D cloud and its associated features (color, normals, scalar fields, etc.)
Definition:
ecvPointCloud.h:147
ccPointPair
Definition:
ccPointPair.h:23
ccPolyline
Colored polyline.
Definition:
ecvPolyline.h:24
ecvPointCloud.h
plugins
core
Standard
qCompass
include
ccNote.h
Generated on Wed Jan 28 2026 09:01:07 for ACloudViewer by
1.9.1