Package edu.uci.ics.dillenco.simplegraph01

Class Summary
Graph A Graph object represents a graph.
GraphIO  
GraphParms  
HalfEdge A HalfEdge object represents a half-edge, which consists of a QEdge (in the sense of the Guibas-Stolfi quadedge structure), a rotation (0 thru 3), and a flip coefficient (0 or 1)
HalfEdgeMap<V> This class maps HalfEdges of a given graph to user-defined attributes.
InputDecoder This class and its extensiona contains the support code to do format-specific graph input.
InputDecoderAscii  
InputDecoderBinary  
InputDecoderMDAscii  
InputDecoderMDBin  
InputDecoderPTAscii  
InputDecoderPTBin  
Node  
NodeMap<V> This class maps Nodes of a given graph to user-defined attributes.
OutputEncoder  
OutputEncoderMDAscii  
OutputEncoderMDBin  
OutputEncoderPTAscii  
OutputEncoderPTBin  
PartialHalfEdge A ShortHalfEdge object represents a partial half edge, just the QEdge and the rot coefficient.
QEdge A QEdge represents a QuadEdge, in the sense of the Guibas-Stolfi quadedge structure.
QEdgeMap<V> This class maps qEdges of a given graph to user-defined attributes.
SimpleMap<V> This is the abstract class for the classes that map Nodes, QEdges, HalfEdges, etc to user-defined attributes.
 

Enum Summary
GraphFormat  
 

Exception Summary
GraphCheckException  
GraphIOException