ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TrianglesToTest Struct Reference

Helper structure for triangles to test. More...

Public Member Functions

 TrianglesToTest (const GenericIndexedMesh &mesh)
 

Public Attributes

std::vector< unsigned > trianglesToTest
 
std::size_t trianglesToTestCount
 
std::size_t trianglesToTestCapacity
 
unsigned numberOfTriangles
 
std::vector< unsigned > processTriangles
 

Detailed Description

Helper structure for triangles to test.

Definition at line 1886 of file DistanceComputationTools.cpp.

Constructor & Destructor Documentation

◆ TrianglesToTest()

TrianglesToTest::TrianglesToTest ( const GenericIndexedMesh mesh)
inline

Definition at line 1887 of file DistanceComputationTools.cpp.

References cloudViewer::GenericMesh::size().

Member Data Documentation

◆ numberOfTriangles

unsigned TrianglesToTest::numberOfTriangles

Definition at line 1903 of file DistanceComputationTools.cpp.

◆ processTriangles

std::vector<unsigned> TrianglesToTest::processTriangles

◆ trianglesToTest

std::vector<unsigned> TrianglesToTest::trianglesToTest

◆ trianglesToTestCapacity

std::size_t TrianglesToTest::trianglesToTestCapacity

◆ trianglesToTestCount

std::size_t TrianglesToTest::trianglesToTestCount

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