ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvGenericPointCloud.h File Reference
#include "ecvAdvancedTypes.h"
#include "ecvBBox.h"
#include "ecvOctree.h"
#include "ecvOrientedBBox.h"
#include "ecvShiftedObject.h"
#include <vector>
Include dependency graph for ecvGenericPointCloud.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ccGenericPointCloud
 A 3D cloud interface with associated features (color, normals, octree, etc.) More...
 

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 

Macros

#define CC_DEFAULT_CLOUD_AMBIENT_COLOR   ecvColor::bright
 
#define CC_DEFAULT_CLOUD_SPECULAR_COLOR   ecvColor::bright
 
#define CC_DEFAULT_CLOUD_DIFFUSE_COLOR   ecvColor::bright
 
#define CC_DEFAULT_CLOUD_EMISSION_COLOR   ecvColor::night
 
#define CC_DEFAULT_CLOUD_SHININESS   50.0f
 

Macro Definition Documentation

◆ CC_DEFAULT_CLOUD_AMBIENT_COLOR

#define CC_DEFAULT_CLOUD_AMBIENT_COLOR   ecvColor::bright

Definition at line 32 of file ecvGenericPointCloud.h.

◆ CC_DEFAULT_CLOUD_DIFFUSE_COLOR

#define CC_DEFAULT_CLOUD_DIFFUSE_COLOR   ecvColor::bright

Definition at line 34 of file ecvGenericPointCloud.h.

◆ CC_DEFAULT_CLOUD_EMISSION_COLOR

#define CC_DEFAULT_CLOUD_EMISSION_COLOR   ecvColor::night

Definition at line 35 of file ecvGenericPointCloud.h.

◆ CC_DEFAULT_CLOUD_SHININESS

#define CC_DEFAULT_CLOUD_SHININESS   50.0f

Definition at line 36 of file ecvGenericPointCloud.h.

◆ CC_DEFAULT_CLOUD_SPECULAR_COLOR

#define CC_DEFAULT_CLOUD_SPECULAR_COLOR   ecvColor::bright

Definition at line 33 of file ecvGenericPointCloud.h.