VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtResetViewCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: $ $Revision: 95512 $ $State: $
7
*******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCore/DtVrvCommand.h
>
16
17
#include <matrix/vlTaitBryan.h>
18
#include <matrix/vlVector.h>
19
20
namespace
makVrv
21
{
24
class
DT_DLL_VRVCORE
DtResetViewCommand
:
public
DtVrvCommand
25
{
26
public
:
27
DtResetViewCommand
();
28
virtual
~
DtResetViewCommand
();
29
30
virtual
std::string observer();
31
virtual
void
setObserver(
const
std::string& newObs);
32
33
virtual
void
execute(
DtDe
& de);
34
35
protected
:
36
std::string
myObserver
;
37
};
38
41
class
DT_DLL_VRVCORE
DtResetViewCommandCreator
:
public
DtVrvCommandCreator
42
{
43
public
:
44
DtResetViewCommandCreator
(
GlobalIdConvertFunc
func):
DtVrvCommandCreator
(func) {}
45
virtual
~DtResetViewCommandCreator
() {}
46
47
virtual
DtVrvCommand
* create(
vrvControlToolkit::DtVrvControl_v1
* control);
48
};
49
50
}
//makVrv::
51
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)