PxVehicleDriveSimData Class Reference
[Vehicle]
Data structure describing non-wheel configuration data of a vehicle that has engine, gears, clutch, and auto-box.
More...
#include <PxVehicleDrive.h>
Inheritance diagram for PxVehicleDriveSimData:

Collaboration diagram for PxVehicleDriveSimData:

Public Member Functions | |
| PX_FORCE_INLINE const PxVehicleEngineData & | getEngineData () const |
| Return the engine data. | |
| PX_FORCE_INLINE const PxVehicleGearsData & | getGearsData () const |
| Return the gears data. | |
| PX_FORCE_INLINE const PxVehicleClutchData & | getClutchData () const |
| Return the clutch data. | |
| PX_FORCE_INLINE const PxVehicleAutoBoxData & | getAutoBoxData () const |
| Return the autobox data. | |
| void | setEngineData (const PxVehicleEngineData &engine) |
| Set the engine data. | |
| void | setGearsData (const PxVehicleGearsData &gears) |
| Set the gears data. | |
| void | setClutchData (const PxVehicleClutchData &clutch) |
| Set the clutch datta. | |
| void | setAutoBoxData (const PxVehicleAutoBoxData &autobox) |
| Set the autobox data. | |
Protected Member Functions | |
| bool | isValid () const |
| Test that a PxVehicleDriveSimData instance has been configured with legal data. | |
Protected Attributes | |
| PxVehicleEngineData | mEngine |
| PxVehicleGearsData | mGears |
| PxVehicleClutchData | mClutch |
| PxVehicleAutoBoxData | mAutoBox |
Friends | |
| class | PxVehicleDriveTank |
Detailed Description
Data structure describing non-wheel configuration data of a vehicle that has engine, gears, clutch, and auto-box.
- See also:
- PxVehicleWheelsSimData for wheels configuration data.
Member Function Documentation
| PX_FORCE_INLINE const PxVehicleAutoBoxData& PxVehicleDriveSimData::getAutoBoxData | ( | ) | const [inline] |
Return the autobox data.
| PX_FORCE_INLINE const PxVehicleClutchData& PxVehicleDriveSimData::getClutchData | ( | ) | const [inline] |
Return the clutch data.
| PX_FORCE_INLINE const PxVehicleEngineData& PxVehicleDriveSimData::getEngineData | ( | ) | const [inline] |
Return the engine data.
| PX_FORCE_INLINE const PxVehicleGearsData& PxVehicleDriveSimData::getGearsData | ( | ) | const [inline] |
Return the gears data.
| bool PxVehicleDriveSimData::isValid | ( | ) | const [protected] |
Test that a PxVehicleDriveSimData instance has been configured with legal data.
Call only after setting all components with setEngineData,setGearsData,setClutchData,setAutoBoxData
Reimplemented in PxVehicleDriveSimData4W.
| void PxVehicleDriveSimData::setAutoBoxData | ( | const PxVehicleAutoBoxData & | autobox | ) |
Set the autobox data.
| void PxVehicleDriveSimData::setClutchData | ( | const PxVehicleClutchData & | clutch | ) |
Set the clutch datta.
| void PxVehicleDriveSimData::setEngineData | ( | const PxVehicleEngineData & | engine | ) |
Set the engine data.
| void PxVehicleDriveSimData::setGearsData | ( | const PxVehicleGearsData & | gears | ) |
Set the gears data.
Friends And Related Function Documentation
friend class PxVehicleDriveTank [friend] |
Member Data Documentation
PxVehicleAutoBoxData PxVehicleDriveSimData::mAutoBox [protected] |
PxVehicleClutchData PxVehicleDriveSimData::mClutch [protected] |
PxVehicleEngineData PxVehicleDriveSimData::mEngine [protected] |
PxVehicleGearsData PxVehicleDriveSimData::mGears [protected] |
The documentation for this class was generated from the following file:
Copyright © 2008-2012 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com