HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sim_EdgeDataEntry Class Reference

Information about a single edge. More...

#include <SIM_Utils.h>

Public Member Functions

 sim_EdgeDataEntry (int pid_e0, int pid_e1, int fid0, int fid1, int pid_f0, int pid_f1)
 
 sim_EdgeDataEntry ()
 

Public Attributes

int myPidE0
 The ids of the points on the edge. More...
 
int myPidE1
 
int myFid0
 
int myFid1
 
int myPidF0
 
int myPidF1
 

Detailed Description

Information about a single edge.

Definition at line 158 of file SIM_Utils.h.

Constructor & Destructor Documentation

sim_EdgeDataEntry::sim_EdgeDataEntry ( int  pid_e0,
int  pid_e1,
int  fid0,
int  fid1,
int  pid_f0,
int  pid_f1 
)
inline

Definition at line 161 of file SIM_Utils.h.

sim_EdgeDataEntry::sim_EdgeDataEntry ( )
inline

Definition at line 167 of file SIM_Utils.h.

Member Data Documentation

int sim_EdgeDataEntry::myFid0

The ids of the faces adjacent to the edge. Second id may be <0 if only one face is adjacent.

Definition at line 174 of file SIM_Utils.h.

int sim_EdgeDataEntry::myFid1

Definition at line 174 of file SIM_Utils.h.

int sim_EdgeDataEntry::myPidE0

The ids of the points on the edge.

Definition at line 171 of file SIM_Utils.h.

int sim_EdgeDataEntry::myPidE1

Definition at line 171 of file SIM_Utils.h.

int sim_EdgeDataEntry::myPidF0

The ids of the other points in the respective faces. Only meaningful if the faces are triangles (in which case there's only one other point).

Definition at line 178 of file SIM_Utils.h.

int sim_EdgeDataEntry::myPidF1

Definition at line 178 of file SIM_Utils.h.


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