VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifCreateSimulationObjectGroup.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
16 
17 #include "vrfmsgs/vrfmsgsDefines.h"
19 #include <matrix/vlVector.h>
20 
23 {
24 public:
27 
30 
33 
34  virtual ~DtIfCreateSimulationObjectGroup() override;
35 
36  virtual int type() const override;
37 
38  virtual DtSimInterfaceContent * clone() const override;
39 
40  virtual int netRepSize() const override;
41  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize) override;
42  virtual bool setToNet() override;
43 
44  virtual void printDataToString(DtString& str) override;
45 
46  static DtSimInterfaceContent* creator();
47 
48  virtual unsigned int createFlags() const;
49  virtual void setCreateFlags(unsigned int id);
50 
52  virtual void setStoredInZipFile(bool);
53  virtual bool storedInZipFile() const;
54 
55  virtual unsigned int createForce() const;
56  virtual void setCreateForce(unsigned int id);
57 
58  virtual void setCreateLocation(const DtVector&);
59  virtual const DtVector& createLocation() const;
60 
63  virtual void setCreateRotation(double angle);
64  virtual double createRotation() const;
65 
66  virtual void setCreateSimulationObjectGroup(const DtString&);
67  virtual const DtString& createSimulationObjectGroup() const;
68 
69 protected:
74  DtVector myCreateLocation;
76 };
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
DtFloat64 myCreateRotation
Definition: ifCreateSimulationObjectGroup.h:73
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
DtString myCreateSimulationObjectGroup
Definition: ifCreateSimulationObjectGroup.h:70
bool myStoredInZipFile
Definition: ifCreateSimulationObjectGroup.h:75
virtual int type() const =0
DtU32 myCreateFlags
Definition: ifCreateSimulationObjectGroup.h:71
virtual void printDataToString(DtString &str)
File: DtIfCreateSimulationObjectGroup.h.
Definition: ifCreateSimulationObjectGroup.h:22
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
DtU32 myCreateForce
Definition: ifCreateSimulationObjectGroup.h:72
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
double DtFloat64
Definition: vrvControlStructTypes.h:36
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0
DtVector myCreateLocation
Definition: ifCreateSimulationObjectGroup.h:74

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)