VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
exampleRangeLine
DtRangeLineElement.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: $ $State: $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCore/DtIntervisibilityElement.h
>
16
#include <
vrvCore/DtElementEntry.h
>
17
#include <vector>
18
19
class
DtVector
;
20
21
namespace
makVrv
22
{
23
class
DtUnicode;
24
}
25
26
namespace
exampleRangeLine
27
{
28
class
DtRangeLineStateListener;
29
33
class
DtRangeLineElement
:
public
makVrv::DtIntervisibilityElement
34
{
35
public
:
37
DtRangeLineElement
(
makVrv::DtDe
& de,
makVrv::DtBaseConnection
& connection,
38
DtRangeLineStateListener
&,
const
makVrv::DtUnicode
& def,
bool
distribute =
true
);
39
41
virtual
~DtRangeLineElement
();
42
43
virtual
makVrv::DtIntervisibilityVisualizerSet
*
createVisualizerSet
(
44
int
modelSet)
const
;
45
46
public
:
47
static
makVrv::DtElementEntry::ElementType
RangeLineType
;
48
};
49
}
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
)