Uses of Interface
fr.cnes.genopus.nonWidget.forces.atmosphere.CustomAtmosphere

Packages that use CustomAtmosphere
fr.cnes.genopus.forces Package containing all needed classes to create the widget to define the forces. 
fr.cnes.genopus.nonWidget.forces Package containing some objects related to force intended to be added to PATRIUS. 
fr.cnes.genopus.nonWidget.forces.atmosphere Package containing some objects related to atmospheres intended to be added to PATRIUS. 
 

Uses of CustomAtmosphere in fr.cnes.genopus.forces
 

Methods in fr.cnes.genopus.forces that return CustomAtmosphere
 CustomAtmosphere GPAeroForceModel.getAtmosphere()
          Get the atmospheric model from widget data.
 CustomAtmosphere GPForceModels.getAtmosphere()
          Get the atmospheric model from widget data.
 

Uses of CustomAtmosphere in fr.cnes.genopus.nonWidget.forces
 

Methods in fr.cnes.genopus.nonWidget.forces that return CustomAtmosphere
 CustomAtmosphere CustomDragForce.cloneAtmosphere()
          Get the atmosphere model as a new instance (to avoid problems related to threads).
 CustomAtmosphere CustomDragForce.getAtmosphere()
          Get the atmosphere model.
 CustomAtmosphere CustomForceModels.getAtmosphere()
          Get the atmosphere model.
 

Constructors in fr.cnes.genopus.nonWidget.forces with parameters of type CustomAtmosphere
CustomDragForce(double k, CustomAtmosphere atmosphere, fr.cnes.sirius.patrius.assembly.Assembly assembly)
          Creates a new instance.
 

Uses of CustomAtmosphere in fr.cnes.genopus.nonWidget.forces.atmosphere
 

Classes in fr.cnes.genopus.nonWidget.forces.atmosphere that implement CustomAtmosphere
 class CustomDTM2000
          Layer over the super class to add missing getters and clone method.
 class CustomMSISE2000
          Layer over the super class to add missing getters and clone method.
 class CustomSimpleExponentialAtmosphere
          Layer over the super class to add missing getters and clone method.
 class CustomUS76
          Layer over the super class to add missing getters and clone method.
 

Methods in fr.cnes.genopus.nonWidget.forces.atmosphere that return CustomAtmosphere
 CustomAtmosphere CustomDTM2000.cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 CustomAtmosphere CustomUS76.cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 CustomAtmosphere CustomAtmosphere.cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 CustomAtmosphere CustomMSISE2000.cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 CustomAtmosphere CustomSimpleExponentialAtmosphere.cloneAtmosphere()
          Returns a new instance of the same type of atmosphere created with the same parametes.
 



Copyright © 2017. All rights reserved.