Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
VBW::Triangle Struct Reference

A triangle with the local indices of its three vertices. More...

#include <geogram/voronoi/convex_cell.h>

Inheritance diagram for VBW::Triangle:
VBW::TriangleWithFlags

Public Member Functions

ushort operator[] (unsigned int index) const
 
ushortoperator[] (unsigned int index)
 

Public Attributes

ushort i
 
ushort j
 
ushort k
 

Detailed Description

A triangle with the local indices of its three vertices.

Definition at line 309 of file convex_cell.h.

Member Function Documentation

◆ operator[]() [1/2]

ushort & VBW::Triangle::operator[] ( unsigned int  index)
inline

Definition at line 317 of file convex_cell.h.

◆ operator[]() [2/2]

ushort VBW::Triangle::operator[] ( unsigned int  index) const
inline

Definition at line 313 of file convex_cell.h.

Member Data Documentation

◆ i

ushort VBW::Triangle::i

Definition at line 310 of file convex_cell.h.

◆ j

ushort VBW::Triangle::j

Definition at line 311 of file convex_cell.h.

◆ k

ushort VBW::Triangle::k

Definition at line 312 of file convex_cell.h.


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