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
examples
rangeLine
DtAttachableRangeLineTextUpdater.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvCore/DtAttachableUpdater.h
>
12
15
class
DtAttachableRangeLineTextUpdater
:
public
makVrv::DtAttachableUpdater
16
{
17
public
:
19
DtAttachableRangeLineTextUpdater
(
makVrv::DtDe
& de,
makVrv::DtUniqueID
id
);
20
22
virtual
~DtAttachableRangeLineTextUpdater
();
23
25
virtual
void
update
(
double
);
26
29
virtual
void
setComputeToNextPoint
(
bool
);
30
32
virtual
void
setParentId
(
makVrv::DtUniqueID
);
33
34
protected
:
37
virtual
double
calculateRange
();
38
39
protected
:
40
bool
myComputeToNextPoint
;
41
makVrv::DtUniqueID
myParentId
;
42
double
myLastRange
;
43
int
mySourceIndex
;
44
bool
myStopChecking
;
45
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)