VR-Forces 4.2 Class Documentation
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 
17 #include "vrfobjcore/processSR.h"
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)