![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvAdvancedTypes.h"#include "ecvBBox.h"#include "ecvOctree.h"#include "ecvOrientedBBox.h"#include "ecvShiftedObject.h"#include <vector>

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 |
| #define CC_DEFAULT_CLOUD_AMBIENT_COLOR ecvColor::bright |
Definition at line 32 of file ecvGenericPointCloud.h.
| #define CC_DEFAULT_CLOUD_DIFFUSE_COLOR ecvColor::bright |
Definition at line 34 of file ecvGenericPointCloud.h.
| #define CC_DEFAULT_CLOUD_EMISSION_COLOR ecvColor::night |
Definition at line 35 of file ecvGenericPointCloud.h.
| #define CC_DEFAULT_CLOUD_SHININESS 50.0f |
Definition at line 36 of file ecvGenericPointCloud.h.
| #define CC_DEFAULT_CLOUD_SPECULAR_COLOR ecvColor::bright |
Definition at line 33 of file ecvGenericPointCloud.h.