Uses of Class
gov.nist.microanalysis.NISTMonte.MonteCarloSS.Region

Packages that use MonteCarloSS.Region
gov.nist.microanalysis.NISTMonte   
 

Uses of MonteCarloSS.Region in gov.nist.microanalysis.NISTMonte
 

Methods in gov.nist.microanalysis.NISTMonte that return MonteCarloSS.Region
 MonteCarloSS.Region MonteCarloSS.addSubRegion(MonteCarloSS.Region parent, Material mat, MonteCarloSS.Shape shape)
          addSubRegion - A method to simplify creating new sub-Regions and adding them to a parent Region.
 MonteCarloSS.Region PorousBlock.createRegion()
          createRegion - Create a region based on the current set of parameters.
 MonteCarloSS.Region MonteCarloSS.Region.findEndOfStep(double[] pos0, double[] pos1)
          findEndOfStep - Given a starting point (pos0) and a candidate ending point (pos1), findEndOfStep checks the parent Region and each sub-Region to determine whether the line segment intesects the boundary of any Regions.
 MonteCarloSS.Region MonteCarloSS.getChamber()
          getChamber - An accessor to facilitate adding the sub-Regions that represent the sample.
 MonteCarloSS.Region MonteCarloSS.Electron.getCurrentRegion()
           
 MonteCarloSS.Region MonteCarloSS.Electron.getPreviousRegion()
           
 

Methods in gov.nist.microanalysis.NISTMonte with parameters of type MonteCarloSS.Region
 MonteCarloSS.Region MonteCarloSS.addSubRegion(MonteCarloSS.Region parent, Material mat, MonteCarloSS.Shape shape)
          addSubRegion - A method to simplify creating new sub-Regions and adding them to a parent Region.
 boolean XRayEventListener.inside(MonteCarloSS.Region region)
          inside - Did this event occur within the specified Region?
 void MonteCarloSS.Region.removeSubRegion(MonteCarloSS.Region subRegion)
          removeSubRegion - Remove the specified subRegion from the list of fully contained Regions within this Region.
 void PorousBlock.setParentRegion(MonteCarloSS.Region parent)
          setParentRegion - Set the parent region in which this region is created.
 

Constructors in gov.nist.microanalysis.NISTMonte with parameters of type MonteCarloSS.Region
MonteCarloSS.Region(MonteCarloSS.Region parent, Material material, MonteCarloSS.Shape shape)
          Region - Creates a region based on the specified Material (defines the composition and density) and the specified Shape (defines the morphology.)