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
vrfmodel
fascamController.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfmodel/createEngineeringObjectController.h
"
12
#include "vlutil/vlString.h"
13
#include "
vrfmodel/vrfmodelDefines.h
"
14
16
class
DT_DLL_vrfmodel
DtFascamController
:
public
DtCreateEngineeringObjectController
17
{
18
public
:
20
DtFascamController
(
const
DtString
& name,
DtVrfObject
* owner,
21
DtSimManager
* simManager,
DtComponentDescriptor
* desc = NULL,
22
DtReaderWriterRegistry
* parentRegistry = 0);
23
25
virtual
~
DtFascamController
();
26
28
virtual
bool
init
();
29
30
private
:
32
DtFascamController
(
const
DtFascamController
& orig);
33
35
DtFascamController
&
operator=
(
const
DtFascamController
& orig);
36
37
public
:
38
39
virtual
const
char
*
type
()
const
;
40
42
static
DtSimComponent
*
creator
(
const
DtString
& name,
DtVrfObject
* owner,
43
DtSimManager
* simManager,
DtComponentDescriptor
* desc,
44
DtReaderWriterRegistry
* parentRegistry);
45
47
virtual
void
clearTask
();
48
49
protected
:
50
54
virtual
void
moveInRange
(
const
DtLocalVertexList
& vertices,
55
double
range,
double
objectRadius);
56
57
};
58
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
)