class TopoLineEdge2d

implementation of a line edge with two nodes on it, one in the beginning and one at the end More...

Definition#include <k2dgrflow/topoimp.h>
InheritsTopoEdge2d [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

implementation of a line edge with two nodes on it, one in the beginning and one at the end

 TopoLineEdge2d (TopoNode2d* n1, TopoNode2d* n2, bool noBoundary=true)

TopoLineEdge2d

a line edge is constructed with two nodes. On construction must be known if its a boundary or not. Standards it's no boundary

 ~TopoLineEdge2d ()

~TopoLineEdge2d

void  draw (QPainter *p)

draw

[virtual]

see abstract base class

Reimplemented from TopoClass.

bool  robinEdge ()

robinEdge

[virtual]

see abstract base class

Reimplemented from TopoEdge2d.

bool  neuEdge ()

neuEdge

[virtual]

see abstract base class

Reimplemented from TopoEdge2d.

bool  dirEdge ()

dirEdge

[virtual]

see abstract base class

Reimplemented from TopoEdge2d.