VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
MC02Region
partitionNorm.h
Go to the documentation of this file.
1
//********************************************************************
2
// Copyright (c) 2005 MaK Technologies, Inc.
3
// All rights reserved.
4
//********************************************************************
5
#pragma once
6
7
#include "
hypNorm.h
"
8
#include <vector>
9
10
class
DtPartitionNormalizer
:
public
DtHyperspaceNormalizer
11
{
12
public
:
13
DtPartitionNormalizer
();
14
15
virtual
~DtPartitionNormalizer
();
16
17
virtual
unsigned
long
normalize
();
18
19
virtual
void
setValue
(
double
value
);
20
virtual
double
value
()
const
;
21
22
virtual
void
setTable
(
const
std::vector<double>& table);
23
24
protected
:
25
virtual
unsigned
long
mapEnumerated
(
int
ev,
int
min,
int
max);
26
27
std::vector<double>
myTable
;
28
double
myValue
;
29
};
30
31
32
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)