![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvPointCloud.h>

Public Types | |
| enum | STATES { NEW , INITIALIZED , FAILED } |
| States of the VBO(s) More... | |
| enum | UPDATE_FLAGS { UPDATE_POINTS = 1 , UPDATE_COLORS = 2 , UPDATE_NORMALS = 4 , UPDATE_ALL = UPDATE_POINTS | UPDATE_COLORS | UPDATE_NORMALS } |
| Update flags. More... | |
Public Member Functions | |
| vboSet () | |
Public Attributes | |
| std::vector< VBO * > | vbos |
| bool | hasColors |
| bool | colorIsSF |
| ccScalarField * | sourceSF |
| bool | hasNormals |
| int | totalMemSizeBytes |
| int | updateFlags |
| STATES | state |
| Current state. More... | |
VBO set.
Definition at line 1382 of file ecvPointCloud.h.
States of the VBO(s)
| Enumerator | |
|---|---|
| NEW | |
| INITIALIZED | |
| FAILED | |
Definition at line 1384 of file ecvPointCloud.h.
Update flags.
| Enumerator | |
|---|---|
| UPDATE_POINTS | |
| UPDATE_COLORS | |
| UPDATE_NORMALS | |
| UPDATE_ALL | |
Definition at line 1387 of file ecvPointCloud.h.
|
inline |
Definition at line 1394 of file ecvPointCloud.h.
| bool ccPointCloud::vboSet::colorIsSF |
Definition at line 1405 of file ecvPointCloud.h.
| bool ccPointCloud::vboSet::hasColors |
Definition at line 1404 of file ecvPointCloud.h.
| bool ccPointCloud::vboSet::hasNormals |
Definition at line 1407 of file ecvPointCloud.h.
| ccScalarField* ccPointCloud::vboSet::sourceSF |
Definition at line 1406 of file ecvPointCloud.h.
| STATES ccPointCloud::vboSet::state |
Current state.
Definition at line 1412 of file ecvPointCloud.h.
| int ccPointCloud::vboSet::totalMemSizeBytes |
Definition at line 1408 of file ecvPointCloud.h.
| int ccPointCloud::vboSet::updateFlags |
Definition at line 1409 of file ecvPointCloud.h.
| std::vector<VBO*> ccPointCloud::vboSet::vbos |
Definition at line 1403 of file ecvPointCloud.h.