MeshKit  1.0
Edge Class Reference

#include <Mesh.hpp>

Inheritance diagram for Edge:

List of all members.

Public Member Functions

 Edge ()
 Edge (PNode n1, PNode n2)
VertexgetHashNode () const
void setNodes (const NodeSequence &v)
void setNodes (Vertex *v1, Vertex *v2)
const PNodegetNodeAt (int id) const
bool isSameAs (const Edge &rhs)
bool hasCrease () const
EdgegetClone () const

Static Public Member Functions

static PEdge newObject ()

Private Attributes

PNode connect [2]

Detailed Description

Definition at line 530 of file Mesh.hpp.


Constructor & Destructor Documentation

Edge ( ) [inline]

Definition at line 534 of file Mesh.hpp.

Edge ( PNode  n1,
PNode  n2 
) [inline]

Definition at line 537 of file Mesh.hpp.


Member Function Documentation

Edge* getClone ( ) const [inline]

Definition at line 570 of file Mesh.hpp.

Vertex* getHashNode ( ) const [inline]

Definition at line 541 of file Mesh.hpp.

const PNode& getNodeAt ( int  id) const [inline]

Definition at line 556 of file Mesh.hpp.

bool hasCrease ( ) const [inline]

Definition at line 566 of file Mesh.hpp.

bool isSameAs ( const Edge rhs) [inline]

Definition at line 560 of file Mesh.hpp.

PEdge newObject ( ) [inline, static]

Definition at line 892 of file Mesh.hpp.

void setNodes ( const NodeSequence v) [inline]

Definition at line 545 of file Mesh.hpp.

void setNodes ( Vertex v1,
Vertex v2 
) [inline]

Definition at line 550 of file Mesh.hpp.


Member Data Documentation

PNode connect[2] [private]

Definition at line 578 of file Mesh.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines