VR-Forces 4.1.1 Class Documentation
objectParametersBuilder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: objectParametersBuilder.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef DtObjectParametersBuilder_H_
10 #define DtObjectParametersBuilder_H_
11 
12 //class DtObjectParametersBuilder:
13 //
14 //Instances of DtObjectParametersBuilder are used to define an interface for
15 //building (creating and configuring) instances of DtVrfObjectParameters.
16 //Derived classes should build specific kinds of object parameters objects,
17 //such as tank parameters, waypoint parameters, platoon parameters, etc.
18 
20 
22 {
23 public:
24 
25  //default constructor
27 
28  //destructor
30 
31  //returns a new create and configured instance of a DtVrfObjectParameters
32  //object. Derived classes should create and configure the particular type
33  //they want to create (e.g. a tank or a waypoint).
35 
36 protected:
37 
38  //copy constructor - not implemented
40 
41  //assignment operator - not implemented
43 };
44 
45 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)