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
hypNorm.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
class
DtHyperspaceNormalizer
8
{
9
public
:
10
DtHyperspaceNormalizer
();
11
12
virtual
~DtHyperspaceNormalizer
();
13
14
virtual
unsigned
long
normalize
() = 0;
15
};
16
17
DtHyperspaceNormalizer::DtHyperspaceNormalizer
DtHyperspaceNormalizer()
DtHyperspaceNormalizer
Definition:
hypNorm.h:7
DtHyperspaceNormalizer::~DtHyperspaceNormalizer
virtual ~DtHyperspaceNormalizer()
DtHyperspaceNormalizer::normalize
virtual unsigned long normalize()=0
Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)