VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
osgdb_osgearth_model_cdb
DtCDBPagerConfig.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright(c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
#pragma once
10
#include <string>
11
12
namespace
makVrv {
namespace
oe {
namespace
CDB {
13
14
// ******* TODO RENAME FOR DtCDBDbfConfig *************
15
18
class
DtCDBPagerConfig
19
{
20
public
:
22
static
const
std::string
theModel_PagingDistanceFilename
;
24
static
const
std::string
theSigSize_DictionaryFilename
;
26
static
const
std::string
theFieldNameAO1
;
28
static
const
std::string
theFieldNameCNAM
;
30
static
const
std::string
theFieldNameCMIX
;
32
static
const
std::string
theFieldNameSCALx
;
34
static
const
std::string
theFieldNameSCALy
;
36
static
const
std::string
theFieldNameSCALz
;
38
static
const
std::string
theFieldNameAHGT
;
40
static
const
std::string
theFieldNameFACC
;
42
static
const
std::string
theFieldNameFSC
;
44
static
const
std::string
theFieldNameHGT
;
46
static
const
std::string
theFieldNameMLOD
;
48
static
const
std::string
theFieldNameBSR
;
50
static
const
std::string
theFieldNameBBH
;
52
static
const
std::string
theFieldNameBBW
;
54
static
const
std::string
theFieldNameBBL
;
56
static
const
std::string
theFieldNameMODL
;
58
static
const
std::string
theFieldNameLTYP
;
60
static
const
std::string
theFieldNameAPID
;
62
static
const
std::string
theFieldNameLPH
;
64
static
const
std::string
theFieldNameRWID
;
65
};
66
67
}}}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)