VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvDrawControl
DtBarAttributeTemplateObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtBarAttributeTemplateObject.h,v $ $Revision: 1.2 $ $State: Exp $
7
******************************************************************************/
8
#pragma once
9
14
#include <vlutil/vlString.h>
15
16
#include <
vrvDrawControl/vrvDrawControl.h
>
17
#include <
vrvDrawControl/DtAttributeTemplateObject.h
>
18
19
namespace
vrvControlToolkit
20
{
27
class
DT_DLL_VRVDRAWCONTROL
DtBarAttributeTemplateObject
:
28
public
DtAttributeTemplateObject
29
{
30
public
:
42
DtBarAttributeTemplateObject
(
43
const
DtGlobalObjectDesignator& templateId,
44
const
DtString
& name,
double
minRange,
double
maxRange);
45
46
// \brief Virtual destructor
47
virtual
~
DtBarAttributeTemplateObject
();
48
50
DtBarAttributeTemplateObject
(
51
const
DtBarAttributeTemplateObject
& orig );
52
54
DtBarAttributeTemplateObject
& operator=(
55
const
DtBarAttributeTemplateObject
& rhs );
56
57
private
:
62
DtBarAttributeTemplateObject
();
63
64
public
:
65
71
virtual
double
minRange()
const
;
72
73
79
virtual
double
maxRange()
const
;
80
81
protected
:
82
double
myMinRange
;
83
double
myMaxRange
;
84
85
};
86
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)