VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
numberDatatypeRep.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
10
11
#include "
datatypeRep.h
"
12
#ifdef DtUSE_UTILITIES_NAMESPACE
13
namespace
DtUSE_UTILITIES_NAMESPACE
14
{
15
#endif
16
17
18
19
class
DT_DLL_OMTREADER
DtNumberDatatypeRep
:
public
DtDatatypeRep
20
{
21
public
:
22
23
DtNumberDatatypeRep
(
bool
useImplicitPadding);
24
DtNumberDatatypeRep
(
const
DtNumberDatatypeRep
& orig);
25
26
virtual
double
numberRep(
const
void
* ptr,
int
* size = 0)
const
= 0;
27
28
};
29
30
inline
DtNumberDatatypeRep::DtNumberDatatypeRep
(
bool
useImplicitPadding)
31
:
DtDatatypeRep
(useImplicitPadding)
32
{
33
}
34
35
inline
DtNumberDatatypeRep::DtNumberDatatypeRep
(
const
DtNumberDatatypeRep
& orig)
36
:
DtDatatypeRep
(orig)
37
{
38
}
39
40
41
#ifdef DtUSE_UTILITIES_NAMESPACE
42
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
43
#endif
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)