|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DustBand | |
universe.common.database.accrete |
Uses of DustBand in universe.common.database.accrete |
Fields in universe.common.database.accrete declared as DustBand | |
DustBand |
DustDisc.dust_head
|
DustBand |
DustBand.next_band
|
Methods in universe.common.database.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 universe.common.database.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 universe.common.database.accrete with parameters of type DustBand | |
DustBand(DustBand db)
Copy constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |