qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
Public Types | Public Attributes | List of all members
ccPointCloud::vboSet Struct Reference

VBO set. More...

#include <ccPointCloud.h>

Collaboration diagram for ccPointCloud::vboSet:
Collaboration graph
[legend]

Public Types

enum  STATES { NEW , INITIALIZED , FAILED }
 States of the VBO(s)
 
enum  UPDATE_FLAGS { UPDATE_POINTS = 1 , UPDATE_COLORS = 2 , UPDATE_NORMALS = 4 , UPDATE_ALL = UPDATE_POINTS | UPDATE_COLORS | UPDATE_NORMALS }
 Update flags.
 

Public Attributes

std::vector< VBO * > vbos
 
bool hasColors
 
bool colorIsSF
 
ccScalarFieldsourceSF
 
bool hasNormals
 
size_t totalMemSizeBytes
 
int updateFlags
 
STATES state
 Current state.
 

Detailed Description

VBO set.


The documentation for this struct was generated from the following file: