Uses of Interface
geoComplex.GeoComplex

Packages that use GeoComplex
geoComplex   
geometry   
session   
 

Uses of GeoComplex in geoComplex
 

Subinterfaces of GeoComplex in geoComplex
 interface EditableGeoComplex
           
 

Classes in geoComplex that implement GeoComplex
 class DBGeoComplex
          A geometric complex, which is contained in a database.
 class StandardGeoComplex
          A standard implementation of a geometric complex, using a HashMap of cells.
 

Fields in geoComplex declared as GeoComplex
(package private)  GeoComplex GeoBoundaryIterator.complex
           
 

Methods in geoComplex that return GeoComplex
 GeoComplex StandardGeoCell.getGeoComplex()
           
static GeoComplex GeoComplexFactory.intersection(GeoComplex complex, HyperPlane plane)
           
static GeoComplex GeoComplexFactory.product(GeoComplex one, GeoComplex other)
           
 GeoComplex GeoCell.getGeoComplex()
          Returns the GeoComplex containing this cell.
 GeoComplex DBGeoCell.getGeoComplex()
           
 

Methods in geoComplex with parameters of type GeoComplex
static IntegerMap GeoCellTools.makeBoundary(GeoComplex complex, java.util.Collection boundary)
          Ting
static GeoComplex GeoComplexFactory.intersection(GeoComplex complex, HyperPlane plane)
           
static GeoComplex GeoComplexFactory.product(GeoComplex one, GeoComplex other)
           
 

Constructors in geoComplex with parameters of type GeoComplex
GeoBoundaryIterator(GeoComplex complex, IntegerMap boundary)
           
StandardGeoCell(CellID id, IntegerMap map, int dim, Geometry geo, GeoComplex geoComplex)
           
StandardGeoCell(CellID id, IntegerMap map, int dim, GeoComplex geoComplex)
           
 

Uses of GeoComplex in geometry
 

Fields in geometry declared as GeoComplex
(package private)  GeoComplex GeoBoundaryIterator.complex
           
protected  GeoComplex ImplicitGeometry.complex
           
 

Methods in geometry with parameters of type GeoComplex
private  AffineSpace ImplicitGeometry.generatedSpace(GeoComplex complex, GeoCell cell)
          Computes the smallest affine space containing the boundary of a given cell
 

Constructors in geometry with parameters of type GeoComplex
GeoBoundaryIterator(GeoComplex complex, IntegerMap boundary)
           
ImplicitGeometry(GeoComplex complex, GeoCell cell)
          Constructs the implicit geometry for a given cell of a GeoComplex.
 

Uses of GeoComplex in session
 

Fields in session declared as GeoComplex
protected  GeoComplex Session.complex
           
 

Methods in session that return GeoComplex
 GeoComplex Session.getComplex()
           
 

Methods in session with parameters of type GeoComplex
 void Session.setComplex(GeoComplex complex)
           
 

Constructors in session with parameters of type GeoComplex
Session(java.lang.String name, GeoComplex complex)