VR-Forces 4.2 Class Documentation
subSurfEntSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
11 
14 
16 #include "vrfobjcore/vrfMvObjSR.h"
17 
21 {
22 public:
24  const DtString& name,
25  DtVrfObject* vrfObject,
26  const DtObjectType& objectType,
27  DtVrfObjectParameters* parameters,
28  DtReaderWriterRegistry* parentRegistry);
29 
30 protected:
33 
34 public:
37  DtVrfObject* vrfObject,
38  const DtObjectType& objectType,
39  DtVrfObjectParameters* parameters,
40  const DtString& name,
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
46  const DtString& rwName = DtString::nullString(),
47  DtReaderWriterRegistry* parentRegistry = 0);
48 
52 
55 
57  virtual DtString type() const;
58 
60  virtual const int vrfMovingObjectStateRepositorySubType() const;
61 
67  virtual void place(const DtVector& location, const DtReal heading,
68  bool clampToGroundFlag = true, bool* dataAvailable = 0,
69  bool requireAllData = false);
70 };

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)