VR-Forces 4.1 Class Documentation
waypointParametersBuilder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: waypointParametersBuilder.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef DtWaypointParametersBuilder_H_
10 #define DtWaypointParametersBuilder_H_
11 
13 
14 //class DtWaypointParametersBuilder:
15 //
16 //Instances of DtWaypointParametersBuilder are used to create and configure a
17 //DtVrfObjectParameters object for a waypoint. The parameters object returned
18 //should fully specify the necessary parameters to create a waypoint.
19 
21 {
22 public:
23 
24  //default constructor
26 
27  //destructor
29 
30  //Creates and configures parameters for a waypoint.
32 
33 protected:
34 
35  //copy constructor - not implemented
37 
38  //assignment operator - not implemented
40 };
41 
42 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)