Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.MTBRegion3D

Packages that use MTBRegion3D
de.unihalle.informatik.MiToBo.core.datatypes Provides basic datatypes for MiToBo. 
 

Uses of MTBRegion3D in de.unihalle.informatik.MiToBo.core.datatypes
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes that return MTBRegion3D
 MTBRegion3D MTBRegion3DSet.elementAt(int i)
          Get a region by index
 MTBRegion3D MTBRegion3DSet.get(int i)
          Get a region by index
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes with parameters of type MTBRegion3D
 boolean MTBRegion3DSet.add(MTBRegion3D region)
          Append a region (at the end) to the set of regions.
 void MTBRegion3DSet.setElementAt(MTBRegion3D region, int i)
          Set the i-th region from the set
 

Constructor parameters in de.unihalle.informatik.MiToBo.core.datatypes with type arguments of type MTBRegion3D
MTBRegion3DSet(Vector<MTBRegion3D> regions, double xMin, double yMin, double zMin, double xMax, double yMax, double zMax)
          Construct an empty set of regions with given extent of domain
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.