Uses of Class
fr.cnes.genopus.exception.GPVehicleException

Packages that use GPVehicleException
fr.cnes.genopus.vehicle Package containing some widgets defining a vehicle. 
 

Uses of GPVehicleException in fr.cnes.genopus.vehicle
 

Methods in fr.cnes.genopus.vehicle that throw GPVehicleException
 CustomAerodynamicProperties GPVehicle.getAerodynamicProperties()
          Get aerodynamic properties.
 fr.cnes.sirius.patrius.assembly.Assembly GPVehicle.getAssembly(org.orekit.frames.Frame propagationFrame)
          Get vehicle assembly.
 String[] GPVehicle.getEngineNames()
          Method to get the list of engine names.
 fr.cnes.sirius.patrius.assembly.properties.MassProperty GPVehicle.getMassProperty()
          Get the mass property.
 fr.cnes.sirius.patrius.assembly.properties.MassProperty GPVehicleMassProps.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomVehicle GPVehicle.getPatriusObject()
          Get the vehicle data.
 CustomAerodynamicProperties GPVehicleAeroProps.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomRadiativeProperties GPVehicleRadiativeProps.getPatriusObject()
          Returns the PATRIUS object associated to a GENOPUS widget.
 CustomRadiativeProperties GPVehicle.getRadiativeProperties()
          Get radiative properties.
 String[] GPVehicle.getTankNames()
          Method to get the list of tank names.
 void GPVehicleAeroProps.setAerodynamicProperties(CustomAerodynamicProperties aeroProp)
          Setter for the aerodynamic property.
 void GPVehicleAeroProps.setDefaultAerodynamicProperties(CustomAerodynamicProperties aeroProp)
          Setter for the default aerodynamic property.
 void GPAeroCoeffByTwoVar.setDefaultValue(CustomAeroCoeffByAoAAndMach dragCoefFunction, CustomAeroCoeffByAoAAndMach liftCoefFunction)
          Setter for the default values for abscisas, drag coefficients and lift coefficients.
 void GPAeroCoeffByOneVar.setDefaultValue(CustomAeroCoeffByOneVarAbstract dragCoefFunction, CustomAeroCoeffByOneVarAbstract liftCoefFunction)
          Setter for the default values for abscisas, drag coefficients and lift coefficients.
 void GPVehicle.setDefaultVehicle(CustomVehicle vehicle)
          Setter for the default vehicle.
 void GPVehicleShape.setDefaultVehicleShape(CustomVehicleSurfaceModel vehicleShape)
          Setter for the default CustomVehicleSurfaceModel instance.
 void GPVehiclePropulsiveProps.setEnginesList(ArrayList<CustomEngine> enginesList)
          Setter for the list of engines.
 void GPVehicleAeroProps.setSavedAerodynamicProperties(CustomAerodynamicProperties aeroProp)
          Setter for the saved aerodynamic property.
 void GPAeroCoeffByOneVar.setSavedValue(CustomAeroCoeffByOneVarAbstract dragCoefFunction, CustomAeroCoeffByOneVarAbstract liftCoefFunction)
          Setter for the saved values for abscisas, drag coefficients and lift coefficients.
 void GPVehicle.setSavedVehicle(CustomVehicle vehicle)
          Setter for the saved vehicle.
 void GPVehicleShape.setSavedVehicleShape(CustomVehicleSurfaceModel vehicleShape)
          Setter for the saved CustomVehicleSurfaceModel instance.
 void GPVehiclePropulsiveProps.setTanksList(ArrayList<CustomFuelTank> tanksList)
          Setter for the list of fuel tanks.
 void GPAeroCoeffByTwoVar.setValue(CustomAeroCoeffByAoAAndMach dragCoefFunction, CustomAeroCoeffByAoAAndMach liftCoefFunction)
          Setter for the values for abscisas, drag coefficients and lift coefficients.
 void GPAeroCoeffByOneVar.setValue(CustomAeroCoeffByOneVarAbstract dragCoefFunction, CustomAeroCoeffByOneVarAbstract liftCoefFunction)
          Setter for the values for abscisas, drag coefficients and lift coefficients.
 void GPVehicle.setVehicle(CustomVehicle vehicle)
          Setter for the vehicle.
 void GPVehicleShape.setVehicleShape(CustomVehicleSurfaceModel vehicleShape)
          Setter for a CustomVehicleSurfaceModel instance.
 



Copyright © 2017. All rights reserved.