VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanPosturePSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: humanPosturePSR.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef humanPosturePSR_h
15 #define humanPosturePSR_h
16 
18 #include "vrfutil/rwInt.h"
21 
24 {
25 public:
26 
28  DtHumanPosturePSR(DtVrfObject* vrfObject,
29  const DtString& rwName = DtString::nullString(),
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
34  const DtString& rwName = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtHumanPosturePSR();
39 
42 
45  const DtString& rwName = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
50  virtual DtString type() const;
51 
53 
54  virtual DtLifeformStaticPosture desiredStaticPosture() const;
55  virtual void setDesiredStaticPosture(const DtLifeformStaticPosture& posture);
57 
58 public:
59 
61  static DtVrfProcessStateRepository* creator (const DtString& rwName,
62  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
63 
64 protected:
65 
69 };
70 
71 
72 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)