mathcomp.assemble.filament
Class GhostNode

java.lang.Object
  extended by mathcomp.gridgeom.Node
      extended by mathcomp.assemble.filament.GhostNode
All Implemented Interfaces:
java.lang.Comparable, Geometric

public class GhostNode
extends Node


Constructor Summary
GhostNode(double x, double y, int index)
           
GhostNode(Node n, int index)
           
 
Method Summary
 int getEdgeIndex()
           
 void setEdgeIndex(int edgeIndex)
           
 
Methods inherited from class mathcomp.gridgeom.Node
compareTo, equals, getDistanceTo, getX, getY, hashCode, node, nodesCount, toString, update
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GhostNode

public GhostNode(double x,
                 double y,
                 int index)

GhostNode

public GhostNode(Node n,
                 int index)
Method Detail

getEdgeIndex

public int getEdgeIndex()

setEdgeIndex

public void setEdgeIndex(int edgeIndex)