Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Triangulation::Node Class Reference

Public Member Functions

 Node (short int i)
 A constructor. More...
 
int id () const
 
bool is_ear () const
 
void set_ear (bool b)
 

Private Attributes

short int _id
 
bool _ear
 

Detailed Description

Definition at line 57 of file Triangulation.h.

Constructor & Destructor Documentation

Node ( short int  i)
inlineexplicit

A constructor.

Definition at line 62 of file Triangulation.h.

62 : _id(i), _ear(false) {}
blockLoc i
Definition: read.cpp:79

Member Function Documentation

int id ( ) const
inline

Definition at line 64 of file Triangulation.h.

References _id.

Referenced by Triangulation::get_point().

64 { return _id; }

Here is the caller graph for this function:

bool is_ear ( ) const
inline

Definition at line 65 of file Triangulation.h.

References _ear.

65 { return _ear; }
void set_ear ( bool  b)
inline

Definition at line 66 of file Triangulation.h.

References _ear.

66 { _ear = b; }

Member Data Documentation

bool _ear
private

Definition at line 59 of file Triangulation.h.

Referenced by is_ear(), and set_ear().

short int _id
private

Definition at line 58 of file Triangulation.h.

Referenced by id().


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