Uses of Interface
gov.nist.microanalysis.EPQLibrary.ITransform

Packages that use ITransform
gov.nist.microanalysis.NISTMonte   
 

Uses of ITransform in gov.nist.microanalysis.NISTMonte
 

Classes in gov.nist.microanalysis.NISTMonte that implement ITransform
 class CylindricalShape
           A MonteCarloSS.Shape representing a cylindrical shape of arbitrary axis and radius.
 class MonteCarloSS.Region
           A Region represents a homogeneous volume of sample.
 class MultiPlaneShape
           MCSS_MultiPlane implements simple or more complex shapes as the region bounded by a series of planes.
 class ShapeDifference
           Implements the MonteCarloSS.Shape interface to define a Shape that represents the volume in the primary Shape that is not within the volume of the delta Shape.
 class Sphere
           Implements the MonteCarloSS.Shape interface for a sphere.
 class SumShape
           An implementation of the Shape interface for the union of the volume encompassed by multiple Shape instances.