IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Member Functions | Public Attributes | List of all members
ipsdk::geom::TriVertexIx Struct Reference

Structure that allows to get the vertices indices of one triangle. More...

#include <Mesh3dTypes.h>

Public Member Functions

bool operator== (const TriVertexIx &triVertexIx) const
 
ipInt32 get (ipInt32 idx)
 allows to get elements of TriVertexIx by index
 
void set (ipInt32 idx, ipInt32 val)
 

Public Attributes

ipInt32 _vertexIx0
 index of first vertex of the triangle
 
ipInt32 _vertexIx1
 index of the second vertex of the triangle
 
ipInt32 _vertexIx2
 index of the third vertex of the triangle
 

Detailed Description

Structure that allows to get the vertices indices of one triangle.


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