VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfmsgs
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
"
18
#include <
vrfExtProtocol/simInterfaceContent.h
>
19
#include <vl/hostStructs.h>
20
22
class
DT_DLL_vrfmsgs
DtIfCreateSimulationObjectGroup
:
public
DtSimInterfaceContent
23
{
24
public
:
26
DtIfCreateSimulationObjectGroup
();
27
29
DtIfCreateSimulationObjectGroup
(
const
DtIfCreateSimulationObjectGroup
& orig);
30
32
DtIfCreateSimulationObjectGroup
&
operator=
(
const
DtIfCreateSimulationObjectGroup
& orig);
33
34
virtual
~
DtIfCreateSimulationObjectGroup
();
35
36
virtual
int
type
()
const
;
37
38
virtual
DtSimInterfaceContent
*
clone
()
const
;
39
40
virtual
int
netRepSize
()
const
;
41
virtual
bool
setFromNet
(
const
char
* contentBuffer,
42
unsigned
contentSize);
43
virtual
bool
setToNet
();
44
45
virtual
void
printDataToString
(
DtString
& str);
46
47
static
DtSimInterfaceContent
* creator();
48
49
virtual
unsigned
int
createFlags()
const
;
50
virtual
void
setCreateFlags(
unsigned
int
id
);
51
52
virtual
unsigned
int
createForce()
const
;
53
virtual
void
setCreateForce(
unsigned
int
id
);
54
55
virtual
void
setCreateLocation(
const
DtVector
&);
56
virtual
const
DtVector
& createLocation()
const
;
57
60
virtual
void
setCreateRotation(
double
angle);
61
virtual
double
createRotation()
const
;
62
63
virtual
void
setCreateSimulationObjectGroup(
const
DtString
&);
64
virtual
const
DtString
& createSimulationObjectGroup()
const
;
65
66
protected
:
67
DtString
myCreateSimulationObjectGroup
;
68
DtU32
myCreateFlags
;
69
DtU32
myCreateForce
;
70
DtFloat64
myCreateRotation
;
71
DtVector
myCreateLocation
;
72
};
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)