Uses of Class
org.gjt.universe.accrete.DustBand

Packages that use DustBand
org.gjt.universe.accrete   
 

Uses of DustBand in org.gjt.universe.accrete
 

Fields in org.gjt.universe.accrete declared as DustBand
 DustBand DustDisc.dust_head
           
 DustBand DustBand.next_band
           
 

Methods in org.gjt.universe.accrete that return DustBand
 DustBand DustDisc.splitband(DustBand node1, double min, double max)
          Removes a band of dust from the specified DustBand, supplementing it with 2 new bands.
 DustBand DustDisc.splithigh(DustBand node1, double outer)
          Removes outer portion of the specified DustBand, following it with a new band.
 DustBand DustDisc.splitlow(DustBand node1, double inner)
          Removes inner portion of the specified DustBand, preceding it with a new band.
 

Methods in org.gjt.universe.accrete with parameters of type DustBand
 DustBand DustDisc.splitband(DustBand node1, double min, double max)
          Removes a band of dust from the specified DustBand, supplementing it with 2 new bands.
 DustBand DustDisc.splithigh(DustBand node1, double outer)
          Removes outer portion of the specified DustBand, following it with a new band.
 DustBand DustDisc.splitlow(DustBand node1, double inner)
          Removes inner portion of the specified DustBand, preceding it with a new band.
 boolean DustBand.isCompatibleWith(DustBand db)
          Compares two dust bands for compatibility.
 

Constructors in org.gjt.universe.accrete with parameters of type DustBand
DustBand(DustBand db)
          Copy constructor.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.