ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccPointCloud::VBO Class Reference

#include <ecvPointCloud.h>

Inheritance diagram for ccPointCloud::VBO:
Collaboration diagram for ccPointCloud::VBO:

Public Member Functions

int init (int count, bool withColors, bool withNormals, bool *reallocated=nullptr)
 Inits the VBO. More...
 
 VBO ()
 

Public Attributes

int rgbShift
 
int normalShift
 

Detailed Description

Definition at line 1364 of file ecvPointCloud.h.

Constructor & Destructor Documentation

◆ VBO()

ccPointCloud::VBO::VBO ( )
inline

Definition at line 1377 of file ecvPointCloud.h.

Member Function Documentation

◆ init()

int ccPointCloud::VBO::init ( int  count,
bool  withColors,
bool  withNormals,
bool *  reallocated = nullptr 
)

Inits the VBO.

Returns
the number of allocated bytes (or -1 if an error occurred)

Member Data Documentation

◆ normalShift

int ccPointCloud::VBO::normalShift

Definition at line 1367 of file ecvPointCloud.h.

◆ rgbShift

int ccPointCloud::VBO::rgbShift

Definition at line 1366 of file ecvPointCloud.h.


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