ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccPointDescriptor.h File Reference
#include <QByteArray>
#include <QString>
#include <ReferenceCloud.h>
#include <math.h>
#include <vector>
Include dependency graph for ccPointDescriptor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScaleParamsComputer
 Generic parameters 'computer' class (at a given scale) More...
 
struct  CorePointDesc
 Set of descriptors. More...
 
class  CorePointDescSet
 Set of (core) point descriptors. More...
 

Variables

static const unsigned DESC_INVALID = 0
 
static const unsigned DESC_DIMENSIONALITY
 
static const unsigned DESC_DIMENSIONALITY_SF
 
static const unsigned DESC_CURVATURE
 

Variable Documentation

◆ DESC_CURVATURE

const unsigned DESC_CURVATURE
static
Initial value:
=
3

Definition at line 35 of file ccPointDescriptor.h.

Referenced by ScaleParamsComputerVault::ScaleParamsComputerVault().

◆ DESC_DIMENSIONALITY

◆ DESC_DIMENSIONALITY_SF

const unsigned DESC_DIMENSIONALITY_SF
static
Initial value:
=
2

Definition at line 33 of file ccPointDescriptor.h.

Referenced by ScaleParamsComputerVault::ScaleParamsComputerVault().

◆ DESC_INVALID

const unsigned DESC_INVALID = 0
static

Definition at line 30 of file ccPointDescriptor.h.