mathcomp.gridgeom
Interface Geometric

All Known Implementing Classes:
BndEdge, DGNode, Edge, GeometricWithNumber, GhostNode, InnEdge, Node, Triangle

public interface Geometric

A Geometric is something that has Nodes.

Author:
pht
See Also:
GeometricComparator

Method Summary
 Node node(int i)
          Returns the i-th node.
 int nodesCount()
          Number of nodes.
 

Method Detail

nodesCount

int nodesCount()
Number of nodes.

Returns:
number of nodes

node

Node node(int i)
Returns the i-th node.

Parameters:
i -
Returns:
i-th node