geolib2
Public Member Functions | Public Attributes | Friends | List of all members
geo::TriangleI Struct Reference

#include <Mesh.h>

Public Member Functions

 TriangleI (unsigned int i1, unsigned int i2, unsigned int i3)
 

Public Attributes

unsigned int i1_
 
unsigned int i2_
 
unsigned int i3_
 Points in the Mesh::points_ vector. More...
 

Friends

std::ostreamoperator<< (std::ostream &out, const TriangleI &tri)
 

Detailed Description

Triangle mesh, as triplet of indices in the point vector.

Definition at line 11 of file Mesh.h.

Constructor & Destructor Documentation

◆ TriangleI()

geo::TriangleI::TriangleI ( unsigned int  i1,
unsigned int  i2,
unsigned int  i3 
)
inline

Definition at line 13 of file Mesh.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream out,
const TriangleI tri 
)
friend

Definition at line 18 of file Mesh.h.

Member Data Documentation

◆ i1_

unsigned int geo::TriangleI::i1_

Definition at line 15 of file Mesh.h.

◆ i2_

unsigned int geo::TriangleI::i2_

Definition at line 15 of file Mesh.h.

◆ i3_

unsigned int geo::TriangleI::i3_

Points in the Mesh::points_ vector.

Definition at line 15 of file Mesh.h.


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