VR-Forces 4.3 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
bhaveMsgs
spawnControllerDescriptor.h
Go to the documentation of this file.
1
2
/*******************************************************************************
3
** Copyright (c) 2009 MAK Technologies, Inc.
4
** All rights reserved.
5
*******************************************************************************/
6
7
#pragma once
8
9
#include <
vrfobjparam/componentDescriptor.h
>
10
#include <
vrfutil/rwReal.h
>
11
#include "
bhaveMsgs/bhaveMsgsDefines.h
"
12
#include <
vrfutil/rwObjectTypeList.h
>
13
14
class
DtReaderWriterRegistry
;
15
16
namespace
BHAVE
17
{
18
const
char
DtSpawnControllerDescriptorType
[] =
"spawn-controller-descriptor"
;
19
21
class
DT_DLL_bhaveMsgs
DtSpawnControllerDescriptor
:
public
DtComponentDescriptor
22
{
23
public
:
25
DtSpawnControllerDescriptor
(
const
DtString
& name,
26
DtReaderWriterRegistry
* parentRegistry = 0);
27
29
DtSpawnControllerDescriptor
(
const
DtSpawnControllerDescriptor
& orig,
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtSpawnControllerDescriptor
& operator=(
const
34
DtSpawnControllerDescriptor
& orig);
35
37
virtual
DtComponentDescriptor
* clone(
DtReaderWriterRegistry
*
38
parentRegistry = 0)
const
;
39
41
virtual
~
DtSpawnControllerDescriptor
();
42
44
virtual
DtString
type()
const
;
45
47
static
DtComponentDescriptor
* creator();
48
50
51
virtual
void
setSinkPointDeleteRadius(
double
v);
52
virtual
double
sinkPointDeleteRadius()
const
;
54
55
56
protected
:
57
61
DtRwReal
mySinkPointDeleteRadius
;
62
};
63
64
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)