Uses of Class
fr.cnes.genopus.nonWidget.vehicle.CustomVehicleSurfaceModel

Packages that use CustomVehicleSurfaceModel
fr.cnes.genopus.nonWidget.vehicle Package containing some objects related to vehicle intended to be added to PATRIUS. 
fr.cnes.genopus.vehicle Package containing some widgets defining a vehicle. 
 

Uses of CustomVehicleSurfaceModel in fr.cnes.genopus.nonWidget.vehicle
 

Methods in fr.cnes.genopus.nonWidget.vehicle that return CustomVehicleSurfaceModel
 CustomVehicleSurfaceModel CustomRadiativeProperties.getVehicleSurfaceModel()
          Get vehicle surface model.
 CustomVehicleSurfaceModel CustomAerodynamicProperties.getVehicleSurfaceModel()
          Get the surface.
 

Constructors in fr.cnes.genopus.nonWidget.vehicle with parameters of type CustomVehicleSurfaceModel
CustomAerodynamicProperties(CustomVehicleSurfaceModel vehicleSurface, double dragCoef, double liftCoef)
          Creates a new instance for a generic vehicle shape and drag and lift constant values.
CustomRadiativeProperties(fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty radiativeProperty, fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty radiativeIRProperty, CustomVehicleSurfaceModel vehicleSurfaceModel)
          Creates a new instance with solar panels.
 

Uses of CustomVehicleSurfaceModel in fr.cnes.genopus.vehicle
 

Methods in fr.cnes.genopus.vehicle that return CustomVehicleSurfaceModel
 CustomVehicleSurfaceModel GPVehicleShape.getPatriusObject()
          Getter for the vehicle shape.
 CustomVehicleSurfaceModel GPVehicleAeroProps.getSurfaceModel()
          Method to get the vehicle surface model that will allow to display/write/read expert settings for a tabulated sphere without solar panels, and to get the aerodynamic properties.
 CustomVehicleSurfaceModel GPVehicleRadiativeProps.getSurfaceModel()
          Method to get the vehicle surface model that will allow to get the radiative properties.
 

Methods in fr.cnes.genopus.vehicle with parameters of type CustomVehicleSurfaceModel
 void GPVehicleShape.setDefaultVehicleShape(CustomVehicleSurfaceModel vehicleShape)
          Setter for the default CustomVehicleSurfaceModel instance.
 void GPVehicleShape.setSavedVehicleShape(CustomVehicleSurfaceModel vehicleShape)
          Setter for the saved CustomVehicleSurfaceModel instance.
 void GPVehicleAeroProps.setSurfaceModel(CustomVehicleSurfaceModel vehicleSurfaceModel)
          Method to set the vehicle surface model that will allow to display/write/read expert settings for a tabulated sphere without solar panels, and to get the aerodynamic properties.
 void GPVehicleRadiativeProps.setSurfaceModel(CustomVehicleSurfaceModel vehicleSurfaceModel)
          Method to set the vehicle surface model that will allow to get the radiative properties.
 void GPVehicleShape.setVehicleShape(CustomVehicleSurfaceModel vehicleShape)
          Setter for a CustomVehicleSurfaceModel instance.
 

Constructors in fr.cnes.genopus.vehicle with parameters of type CustomVehicleSurfaceModel
GPVehicleShape(String label, CustomVehicleSurfaceModel vehicleShape)
          Creates a new instance.
GPVehicleShape(String widgetId, String label, CustomVehicleSurfaceModel vehicleShape)
          Creates a new instance.
 



Copyright © 2017. All rights reserved.