VR-Forces 4.1.1 Class Documentation
culturalFeaturePar.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: culturalFeaturePar.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef culturalFeaturePar_H_
16 #define culturalFeaturePar_H_
17 
19 
20 #include "vrfutil/rwBoolean.h"
21 
22 class DtString;
24 
31 {
32 public:
34  DtCulturalFeatureParameters (const DtString& name = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = NULL);
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
39 protected:
42  const DtString& name = DtString::nullString(),
43  DtReaderWriterRegistry* parentRegistry = NULL);
45  const DtSymbolString& name,
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
48 public:
50  const DtCulturalFeatureParameters& orig);
51 
53  virtual ~DtCulturalFeatureParameters();
54 
55  virtual DtVrfObjectParameters* clone(const DtString& name =
56  DtString::nullString(), DtReaderWriterRegistry* parentRegistry = NULL) const;
57  virtual DtVrfObjectParameters* clone(const DtSymbolString& name,
58  DtReaderWriterRegistry* parentRegistry = NULL) const;
59 
62  virtual bool inheritValues (const DtVrfObjectParameters * benefactor);
63 
65 
66  virtual bool gravityAligned() const;
68 
71  virtual DtString type() const;
72 
74  benefactor);
75 public:
76 
79 
80 protected:
84 
88 
90 };
91 
92 #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)