VR-Forces 4.1.1 Class Documentation
subsurfaceParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: subsurfaceParameters.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef subsurfaceParameters_h
15 #define subsurfaceParameters_h
16 
18 #include "vrfobjparam/rotWingPar.h"
19 
25 {
26 public:
27 
29  DtSubsurfaceEntityParameters (const DtString& rwName = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
32 protected:
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
38 public:
39  const DtSubsurfaceEntityParameters & operator=
40  (const DtSubsurfaceEntityParameters & orig);
41 
44 
47  (const DtSymbolString& rwName,
48  DtReaderWriterRegistry* parentRegistry = 0) const;
49 
52  (const DtString& rwName = DtString::nullString(),
53  DtReaderWriterRegistry* parentRegistry = 0) const;
54 
57  virtual DtString type() const;
58 
60  static DtVrfObjectParameters * creator();
61 };
62 
63 #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)