VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
ssShip Class Reference

Simple class that the ssShipFactory returns, which provides access to the created ssShipMotion and ssShipWake instances. More...

Public Member Functions

 ssShip (ssShipMotion *shipMotion, ssShipWake *shipWake)
 Constructor.
ssShipMotiongetShipMotion ()
 Get a pointer to this classes ssShipMotion instance.
ssShipWakegetShipWake ()
 Get a pointer to this classes ssShipWake instance.

Private Member Functions

 ssShip ()
 Default Constructor has been made private so that it can not be used.

Private Attributes

ssShipMotionm_shipMotion
ssShipWakem_shipWake

Detailed Description

Simple class that the ssShipFactory returns, which provides access to the created ssShipMotion and ssShipWake instances.

Please note that there are no set methods and that that ssShipFactory creates and assigns these instances.

Constructor & Destructor Documentation

ssShip::ssShip ( ssShipMotion shipMotion,
ssShipWake shipWake 
)
inline

Constructor.

References m_shipMotion, and m_shipWake.

ssShip::ssShip ( )
private

Default Constructor has been made private so that it can not be used.

The constructor that takes a ssShipMotion and ssShipWake should be used instead.

Member Function Documentation

ssShipMotion* ssShip::getShipMotion ( )
inline

Get a pointer to this classes ssShipMotion instance.

References m_shipMotion.

ssShipWake* ssShip::getShipWake ( )
inline

Get a pointer to this classes ssShipWake instance.

References m_shipWake.

Member Data Documentation

ssShipMotion* ssShip::m_shipMotion
private

Referenced by getShipMotion(), and ssShip().

ssShipWake* ssShip::m_shipWake
private

Referenced by getShipWake(), and ssShip().


The documentation for this class was generated from the following file:


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)