WireEnvironment Class Reference

Wire game environment. More...

#include <wire_environment.h>

Inheritance diagram for WireEnvironment:

Environment TimeUpdateable GraphicalNode

List of all members.

Public Member Functions

 WireEnvironment ()
 Default constructor.
 ~WireEnvironment ()
 Destructor.
virtual void timeUpdate (float dt)
 Timer value change event occured.

Private Member Functions

 WireEnvironment (const WireEnvironment &)
WireEnvironmentoperator= (const WireEnvironment &)
SoSeparator * createWire (const SbColor &colour, const SbVec3f &translation, float angleX, float angleY, float angleZ)
 Returns a wire attached to the SoSeparator.


Detailed Description

Wire game environment.

Reference object (cannot be copied).


Constructor & Destructor Documentation

WireEnvironment::WireEnvironment ( const WireEnvironment  )  [private]

WireEnvironment::WireEnvironment (  ) 

Default constructor.

WireEnvironment::~WireEnvironment (  ) 

Destructor.


Member Function Documentation

WireEnvironment& WireEnvironment::operator= ( const WireEnvironment  )  [private]

SoSeparator* WireEnvironment::createWire ( const SbColor &  colour,
const SbVec3f &  translation,
float  angleX,
float  angleY,
float  angleZ 
) [private]

Returns a wire attached to the SoSeparator.

Parameters:
[in] colour Colour of the wire
[in] translation Translation of the wire
[in] angleX X axis rotation
[in] angleY Y axis rotation
[in] angleZ Z axis rotation
Returns:
SoSeparator with the wire

virtual void WireEnvironment::timeUpdate ( float  dt  )  [virtual]

Timer value change event occured.

This method is called on each timer value change.

Parameters:
[in] dt Time difference between the last call (delta).

Implements TimeUpdateable.


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

Generated on Sat Dec 20 19:21:24 2008 for PGR2008 by  doxygen 1.5.6