Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Public Attributes
FEEdge Class Reference
+ Inheritance diagram for FEEdge:
+ Collaboration diagram for FEEdge:

Public Types

enum  { MAX_NODES = 3 }
 

Public Member Functions

 FEEdge ()
 constructor
 
bool operator== (const FEEdge &e)
 edge comparison
 
int Nodes ()
 return number of nodes
 
int FindNode (int node)
 find a node
 
- Public Member Functions inherited from FEItem
bool IsVisible () const
 
bool IsSelected () const
 
void Select ()
 
void UnSelect ()
 
void Show ()
 
void Hide ()
 
unsigned int GetFEState () const
 
void SetFEState (unsigned int state)
 

Public Attributes

int n [MAX_NODES]
 edge nodes
 
int m_elem
 the element to which this edge belongs (used only by beams)
 
int m_nbr [2]
 the two adjacent edges (if there are more edges incident to a node, the neighbour is set to -1)
 
- Public Attributes inherited from FEItem
int m_ntag
 
int m_gid
 
int m_nid
 

Detailed Description

Definition at line 73 of file FEElement.h.


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