Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
mappingdb
TileTypeCfgDb.cpp
Go to the documentation of this file.
1
6
#include <
mappingdb/TileTypeCfgDb.hpp
>
7
8
using namespace
bil;
9
10
11
TileTypeCfgDb::TileTypeCfgDb
():
12
m_pipControlSets(),
13
m_tileTypeIndex(0)
14
{
15
16
}
17
18
19
void
TileTypeCfgDb::typeIndex
(
size_t
index)
20
{
21
m_tileTypeIndex = index;
22
}
23
24
25
size_t
TileTypeCfgDb::typeIndex
()
const
26
{
27
return
m_tileTypeIndex;
28
}
29
30
31
PIPControlSets
&
TileTypeCfgDb::pipControlSets
()
32
{
33
return
m_pipControlSets;
34
}
35
36
37
const
PIPControlSets
&
TileTypeCfgDb::pipControlSets
()
const
38
{
39
return
m_pipControlSets;
40
}
41
42
43
void
TileTypeCfgDb::clear
()
44
{
45
m_tileTypeIndex = 0;
46
m_pipControlSets.clear();
47
}
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1