VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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
#include "
datatypeRep.h
"
10
14
class
DT_DLL_OMTREADER
DtNumberDatatypeRep
:
public
DtDatatypeRep
15
{
16
public
:
17
18
DtNumberDatatypeRep
(
bool
useImplicitPadding);
19
DtNumberDatatypeRep
(
const
DtNumberDatatypeRep
& orig);
20
21
virtual
double
numberRep(
const
void
* ptr,
int
* size = 0)
const
= 0;
22
23
};
24
25
inline
DtNumberDatatypeRep::DtNumberDatatypeRep
(
bool
useImplicitPadding)
26
:
DtDatatypeRep
(useImplicitPadding)
27
{
28
}
29
30
inline
DtNumberDatatypeRep::DtNumberDatatypeRep
(
const
DtNumberDatatypeRep
& orig)
31
:
DtDatatypeRep
(orig)
32
{
33
}
34
35
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)