VR-Forces 4.8 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
}}}
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameLPH
static const std::string theFieldNameLPH
Light Phase.
Definition:
DtCDBPagerConfig.h:62
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameAO1
static const std::string theFieldNameAO1
Angle of Rotation.
Definition:
DtCDBPagerConfig.h:26
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameMLOD
static const std::string theFieldNameMLOD
Model Lod.
Definition:
DtCDBPagerConfig.h:46
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameSCALx
static const std::string theFieldNameSCALx
Scale factor in X.
Definition:
DtCDBPagerConfig.h:32
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameBBL
static const std::string theFieldNameBBL
Model Bounding Box Length.
Definition:
DtCDBPagerConfig.h:54
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameSCALy
static const std::string theFieldNameSCALy
Scale factor in Y.
Definition:
DtCDBPagerConfig.h:34
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameHGT
static const std::string theFieldNameHGT
Height.
Definition:
DtCDBPagerConfig.h:44
makVrv::oe::CDB::DtCDBPagerConfig::theSigSize_DictionaryFilename
static const std::string theSigSize_DictionaryFilename
Filename and relative path of the SignificantSize_SwitchDistance.xml.
Definition:
DtCDBPagerConfig.h:24
makVrv::oe::CDB::DtCDBPagerConfig
CDB class that hold definition (like DBF column name, config file, etc)
Definition:
DtCDBPagerConfig.h:18
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameRWID
static const std::string theFieldNameRWID
Runway ID.
Definition:
DtCDBPagerConfig.h:64
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameAPID
static const std::string theFieldNameAPID
Airport ID.
Definition:
DtCDBPagerConfig.h:60
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameLTYP
static const std::string theFieldNameLTYP
Light Type Code.
Definition:
DtCDBPagerConfig.h:58
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameAHGT
static const std::string theFieldNameAHGT
Height Flag.
Definition:
DtCDBPagerConfig.h:38
makVrv::oe::CDB::DtCDBPagerConfig::theModel_PagingDistanceFilename
static const std::string theModel_PagingDistanceFilename
Filename and relative path of the Feature_Data_Dictionary.xml.
Definition:
DtCDBPagerConfig.h:22
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameFSC
static const std::string theFieldNameFSC
Feature Sub-Code.
Definition:
DtCDBPagerConfig.h:42
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameBBW
static const std::string theFieldNameBBW
Model Bounding Box Width.
Definition:
DtCDBPagerConfig.h:52
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameCMIX
static const std::string theFieldNameCMIX
Material Index.
Definition:
DtCDBPagerConfig.h:30
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameCNAM
static const std::string theFieldNameCNAM
Class Name.
Definition:
DtCDBPagerConfig.h:28
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameSCALz
static const std::string theFieldNameSCALz
Scale factor in Z.
Definition:
DtCDBPagerConfig.h:36
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameBBH
static const std::string theFieldNameBBH
Model Bounding Box Height.
Definition:
DtCDBPagerConfig.h:50
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameMODL
static const std::string theFieldNameMODL
Model Name.
Definition:
DtCDBPagerConfig.h:56
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameBSR
static const std::string theFieldNameBSR
Model Bounding Sphere.
Definition:
DtCDBPagerConfig.h:48
makVrv::oe::CDB::DtCDBPagerConfig::theFieldNameFACC
static const std::string theFieldNameFACC
Feature Code.
Definition:
DtCDBPagerConfig.h:40
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)