ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::TriangleList Struct Reference

List of triangles (indexes) More...

Public Member Functions

bool push (unsigned index)
 Adds a triangle index. More...
 

Public Attributes

std::vector< unsigned > indexes
 Triangles indexes. More...
 

Detailed Description

List of triangles (indexes)

Definition at line 40 of file DistanceComputationTools.cpp.

Member Function Documentation

◆ push()

bool cloudViewer::TriangleList::push ( unsigned  index)
inline

Adds a triangle index.

Returns
success

Definition at line 47 of file DistanceComputationTools.cpp.

References indexes.

Referenced by cloudViewer::DistanceComputationTools::intersectMeshWithOctree().

Member Data Documentation

◆ indexes

std::vector<unsigned> cloudViewer::TriangleList::indexes

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