Uses of Interface
geoComplex.EditableGeoComplex

Packages that use EditableGeoComplex
geoComplex   
geometry   
 

Uses of EditableGeoComplex in geoComplex
 

Classes in geoComplex that implement EditableGeoComplex
 class StandardGeoComplex
          A standard implementation of a geometric complex, using a HashMap of cells.
 

Methods in geoComplex that return EditableGeoComplex
 EditableGeoComplex StandardGeoComplex.getGeoCopy()
           
 EditableGeoComplex StandardGeoComplex.getPartofGeoComplex(java.util.Set collection)
           
 EditableGeoComplex GeoComplex.getGeoCopy()
           
 EditableGeoComplex GeoComplex.getPartofGeoComplex(java.util.Set collection)
           
 EditableGeoComplex DBGeoComplex.getGeoCopy()
          copy geo-database to standardGeoComplex
 EditableGeoComplex DBGeoComplex.getPartofGeoComplex(java.util.Set collection)
           
 

Uses of EditableGeoComplex in geometry
 

Methods in geometry with parameters of type EditableGeoComplex
 void ImplicitGeometry.addIntersection(HyperPlane plane, EditableGeoComplex target)