Uses of Class
sbrt.kernel.math.geom.comp.CdHarComputer.Results

Packages that use CdHarComputer.Results
sbrt.kernel.math.geom.comp Provides classes and interfaces for performing geometry-related computations. 
sbrt.kernel.math.geom.proc Provides classes and interfaces for performing geometry-related processes. 
 

Uses of CdHarComputer.Results in sbrt.kernel.math.geom.comp
 

Methods in sbrt.kernel.math.geom.comp that return CdHarComputer.Results
 CdHarComputer.Results CdHarComputer.next()
          Computes and returns the next random interior point of the convex polytope.
 CdHarComputer.Results CdHarComputer.next(int totalPoints)
          Computes the specified number of random interior points, and returns the last one computed.
 CdHarComputer.Results CdHarComputer.run(java.util.Map<? extends V,java.lang.Double> startPoint)
          Computes and returns a random interior point of the convex polytope starting from the provided point.
 

Uses of CdHarComputer.Results in sbrt.kernel.math.geom.proc
 

Method parameters in sbrt.kernel.math.geom.proc with type arguments of type CdHarComputer.Results
 void CdHarProcess.run(ResultsManager<CdHarComputer.Results> resultsManager)
          Adds random points to the provided results manager.