ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvPointCloud.h File Reference
#include <PointCloudTpl.h>
#include "ecvColorScale.h"
#include "ecvKDTreeSearchParam.h"
#include "ecvNormalVectors.h"
#include "ecvWaveform.h"
#include <QOpenGLBuffer>
Include dependency graph for ecvPointCloud.h:

Go to the source code of this file.

Classes

class  ccPointCloud
 A 3D cloud and its associated features (color, normals, scalar fields, etc.) More...
 
struct  ccPointCloud::Grid
 Grid structure. More...
 
struct  ccPointCloud::RgbFilterOptions
 RGB filter options. More...
 
struct  ccPointCloud::UnrollBaseParams
 
struct  ccPointCloud::UnrollCylinderParams
 
struct  ccPointCloud::UnrollConeParams
 
class  ccPointCloud::VBO
 
struct  ccPointCloud::vboSet
 VBO set. More...
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::geometry
 
 cloudViewer::camera
 

Macros

#define QGLBuffer   QOpenGLBuffer
 

Variables

const unsigned CC_MAX_NUMBER_OF_POINTS_PER_CLOUD = 128000000
 

Macro Definition Documentation

◆ QGLBuffer

#define QGLBuffer   QOpenGLBuffer

Definition at line 27 of file ecvPointCloud.h.

Variable Documentation

◆ CC_MAX_NUMBER_OF_POINTS_PER_CLOUD

const unsigned CC_MAX_NUMBER_OF_POINTS_PER_CLOUD = 128000000

Max number of points per cloud (point cloud will be chunked above this limit)

Definition at line 130 of file ecvPointCloud.h.

Referenced by LASFilter::loadFile().