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

Triangle described by the indexes of its 3 vertices. More...

#include <GenericIndexedMesh.h>

Public Member Functions

 VerticesIndexes (unsigned _i1, unsigned _i2, unsigned _i3)
 Constructor with specified indexes. More...
 
 VerticesIndexes ()
 Default constructor. More...
 
unsigned int getDimension () const
 

Public Attributes

union {
   struct {
      unsigned   i1
 
      unsigned   i2
 
      unsigned   i3
 
   } 
 
   unsigned   i [3]
 
}; 
 

Detailed Description

Triangle described by the indexes of its 3 vertices.

Definition at line 16 of file GenericIndexedMesh.h.

Constructor & Destructor Documentation

◆ VerticesIndexes() [1/2]

cloudViewer::VerticesIndexes::VerticesIndexes ( unsigned  _i1,
unsigned  _i2,
unsigned  _i3 
)
inline

Constructor with specified indexes.

Definition at line 25 of file GenericIndexedMesh.h.

◆ VerticesIndexes() [2/2]

cloudViewer::VerticesIndexes::VerticesIndexes ( )
inline

Default constructor.

Definition at line 29 of file GenericIndexedMesh.h.

Member Function Documentation

◆ getDimension()

unsigned int cloudViewer::VerticesIndexes::getDimension ( ) const
inline

Definition at line 31 of file GenericIndexedMesh.h.

Member Data Documentation

◆ 

union { ... }

◆ i

◆ i1

◆ i2

◆ i3


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