HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_TetFace Struct Reference

#include <UT_Tetrahedralize.h>

Public Member Functions

 UT_TetFace ()
 
 UT_TetFace (UT_TetVertex *a_, UT_TetVertex *b_, UT_TetVertex *c_)
 
bool hasVertex (const UT_TetVertex *v) const
 

Public Attributes

UT_TetVertexa
 
UT_TetVertexb
 
UT_TetVertexc
 

Detailed Description

The UT_TetFace struct is a simple container class to hold UT_TetVertex objects, and represents the triangular faces of a tetrahedron. They are created on the fly during the tetrahedralization process, and are not stored by any other objects.

Definition at line 71 of file UT_Tetrahedralize.h.

Constructor & Destructor Documentation

UT_TetFace::UT_TetFace ( )
inline

Definition at line 73 of file UT_Tetrahedralize.h.

UT_TetFace::UT_TetFace ( UT_TetVertex a_,
UT_TetVertex b_,
UT_TetVertex c_ 
)
inline

Definition at line 75 of file UT_Tetrahedralize.h.

Member Function Documentation

bool UT_TetFace::hasVertex ( const UT_TetVertex v) const
inline

Definition at line 77 of file UT_Tetrahedralize.h.

Member Data Documentation

UT_TetVertex* UT_TetFace::a

Definition at line 78 of file UT_Tetrahedralize.h.

UT_TetVertex * UT_TetFace::b

Definition at line 78 of file UT_Tetrahedralize.h.

UT_TetVertex * UT_TetFace::c

Definition at line 78 of file UT_Tetrahedralize.h.


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