Artec 3D Scanning SDK  2.0
Public Attributes | List of all members
artec::sdk::base::IndexTriplet Struct Reference

Defines how triangle is formed from points. More...

#include <artec/sdk/base/Types.h>

Public Attributes

union {
   int   data [3]
 
   struct {
      int   x
 
      int   y
 
      int   z
 
   } 
 
}; 
 

Detailed Description

Defines how triangle is formed from points.

Definition at line 71 of file Types.h.

Member Data Documentation

union { ... }
int artec::sdk::base::IndexTriplet::data[3]

Definition at line 74 of file Types.h.

int artec::sdk::base::IndexTriplet::x

Definition at line 76 of file Types.h.

int artec::sdk::base::IndexTriplet::y

Definition at line 76 of file Types.h.

int artec::sdk::base::IndexTriplet::z

Definition at line 76 of file Types.h.


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