Dirac - A Video Codec

Created by the British Broadcasting Corporation.


overlay_symbols.h
Go to the documentation of this file.
1/* ***** BEGIN LICENSE BLOCK *****
2*
3* $Id: overlay_symbols.h,v 1.2 2004/11/22 13:42:33 asuraparaju Exp $ $Name: Dirac_1_0_2 $
4*
5* Version: MPL 1.1/GPL 2.0/LGPL 2.1
6*
7* The contents of this file are subject to the Mozilla Public License
8* Version 1.1 (the "License"); you may not use this file except in compliance
9* with the License. You may obtain a copy of the License at
10* http://www.mozilla.org/MPL/
11*
12* Software distributed under the License is distributed on an "AS IS" basis,
13* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
14* the specific language governing rights and limitations under the License.
15*
16* The Original Code is BBC Research and Development code.
17*
18* The Initial Developer of the Original Code is the British Broadcasting
19* Corporation.
20* Portions created by the Initial Developer are Copyright (C) 2004.
21* All Rights Reserved.
22*
23* Contributor(s): Chris Bowley (Original Author)
24*
25* Alternatively, the contents of this file may be used under the terms of
26* the GNU General Public License Version 2 (the "GPL"), or the GNU Lesser
27* Public License Version 2.1 (the "LGPL"), in which case the provisions of
28* the GPL or the LGPL are applicable instead of those above. If you wish to
29* allow use of your version of this file only under the terms of the either
30* the GPL or LGPL and not to allow others to use your version of this file
31* under the MPL, indicate your decision by deleting the provisions above
32* and replace them with the notice and other provisions required by the GPL
33* or LGPL. If you do not delete the provisions above, a recipient may use
34* your version of this file under the terms of any one of the MPL, the GPL
35* or the LGPL.
36* ***** END LICENSE BLOCK ***** */
37
38#ifndef _OVERLAY_SYMBOLS_H_
39#define _OVERLAY_SYMBOLS_H_
40
42using dirac::PicArray;
43
44namespace dirac_instr
45{
47 {
48 public :
51
52 // access functions
53 const PicArray & Arrow0() const {return m_arrow_0;}
54 const PicArray & Arrow7_5() const {return m_arrow_7_5;}
55 const PicArray & Arrow15() const {return m_arrow_15;}
56 const PicArray & Arrow22_5() const {return m_arrow_22_5;}
57 const PicArray & Arrow30() const {return m_arrow_30;}
58 const PicArray & Arrow37_5() const {return m_arrow_37_5;}
59 const PicArray & Arrow45() const {return m_arrow_45;}
60 const PicArray & Arrow52_5() const {return m_arrow_52_5;}
61 const PicArray & Arrow60() const {return m_arrow_60;}
62 const PicArray & Arrow67_5() const {return m_arrow_67_5;}
63 const PicArray & Arrow75() const {return m_arrow_75;}
64 const PicArray & Arrow82_5() const {return m_arrow_82_5;}
65 const PicArray & Arrow90() const {return m_arrow_90;}
66 const PicArray & ArrowNull() const {return m_arrow_null;}
67
68 const PicArray & Number0() const {return m_number_0;}
69 const PicArray & Number1() const {return m_number_1;}
70 const PicArray & Number2() const {return m_number_2;}
71 const PicArray & Number3() const {return m_number_3;}
72 const PicArray & Number4() const {return m_number_4;}
73 const PicArray & Number5() const {return m_number_5;}
74 const PicArray & Number6() const {return m_number_6;}
75 const PicArray & Number7() const {return m_number_7;}
76 const PicArray & Number8() const {return m_number_8;}
77 const PicArray & Number9() const {return m_number_9;}
78
79 const PicArray & SymbolPlus() const {return m_symbol_plus;}
80 const PicArray & SymbolMinus() const {return m_symbol_minus;}
81 const PicArray & SymbolGreater() const {return m_symbol_greater;}
82 const PicArray & SymbolColon() const {return m_symbol_colon;}
83 const PicArray & SymbolNull() const {return m_symbol_null;}
84
85 const PicArray & LetterF() const {return m_letter_f;}
86 const PicArray & LetterI() const {return m_letter_i;}
87 const PicArray & LetterR() const {return m_letter_r;}
88
89 const PicArray & Arrow() const {return m_arrow;}
90 void Arrow(const PicArray & arrow) {m_arrow=arrow;}
91
92 const PicArray & Character() const {return m_character;}
93 void Character(const PicArray & character) {m_character=character;}
94
95 private :
100
104
107
109 };
110
111} // namespace dirac_instr
112
113#endif
Definition: draw_overlay.h:51
A class for picture component data.
Definition: common.h:719
Definition: overlay_symbols.h:47
const PicArray & Number7() const
Definition: overlay_symbols.h:75
const PicArray & SymbolPlus() const
Definition: overlay_symbols.h:79
PicArray m_number_4
Definition: overlay_symbols.h:102
PicArray & m_character
Definition: overlay_symbols.h:108
void Character(const PicArray &character)
Definition: overlay_symbols.h:93
PicArray m_arrow_0
Arrow arrays.
Definition: overlay_symbols.h:97
PicArray m_arrow_null
Definition: overlay_symbols.h:98
const PicArray & Arrow75() const
Definition: overlay_symbols.h:63
const PicArray & Arrow60() const
Definition: overlay_symbols.h:61
const PicArray & Arrow82_5() const
Definition: overlay_symbols.h:64
const PicArray & Number3() const
Definition: overlay_symbols.h:71
const PicArray & LetterI() const
Definition: overlay_symbols.h:86
const PicArray & Arrow67_5() const
Definition: overlay_symbols.h:62
const PicArray & Number9() const
Definition: overlay_symbols.h:77
const PicArray & Number1() const
Definition: overlay_symbols.h:69
void Arrow(const PicArray &arrow)
Definition: overlay_symbols.h:90
const PicArray & Arrow7_5() const
Definition: overlay_symbols.h:54
const PicArray & ArrowNull() const
Definition: overlay_symbols.h:66
PicArray m_letter_r
Definition: overlay_symbols.h:106
const PicArray & LetterF() const
Definition: overlay_symbols.h:85
PicArray m_arrow_22_5
Definition: overlay_symbols.h:97
PicArray m_arrow_30
Definition: overlay_symbols.h:97
const PicArray & Arrow52_5() const
Definition: overlay_symbols.h:60
PicArray m_arrow_52_5
Definition: overlay_symbols.h:98
const PicArray & SymbolColon() const
Definition: overlay_symbols.h:82
PicArray m_symbol_null
Definition: overlay_symbols.h:103
PicArray m_number_8
Definition: overlay_symbols.h:102
PicArray m_number_1
Definition: overlay_symbols.h:102
const PicArray & Arrow37_5() const
Definition: overlay_symbols.h:58
PicArray m_number_3
Definition: overlay_symbols.h:102
const PicArray & Arrow0() const
Definition: overlay_symbols.h:53
const PicArray & Number2() const
Definition: overlay_symbols.h:70
PicArray m_number_5
Definition: overlay_symbols.h:102
const PicArray & Arrow22_5() const
Definition: overlay_symbols.h:56
const PicArray & Number8() const
Definition: overlay_symbols.h:76
const PicArray & Arrow() const
Definition: overlay_symbols.h:89
const PicArray & Number0() const
Definition: overlay_symbols.h:68
PicArray m_arrow_67_5
Definition: overlay_symbols.h:98
const PicArray & SymbolNull() const
Definition: overlay_symbols.h:83
PicArray m_symbol_colon
Definition: overlay_symbols.h:103
const PicArray & Arrow30() const
Definition: overlay_symbols.h:57
PicArray m_symbol_minus
Definition: overlay_symbols.h:103
const PicArray & Number4() const
Definition: overlay_symbols.h:72
const PicArray & SymbolGreater() const
Definition: overlay_symbols.h:81
PicArray m_arrow_82_5
Definition: overlay_symbols.h:98
PicArray m_symbol_plus
Definition: overlay_symbols.h:103
PicArray m_arrow_37_5
Definition: overlay_symbols.h:97
const PicArray & Character() const
Definition: overlay_symbols.h:92
PicArray & m_arrow
Definition: overlay_symbols.h:99
const PicArray & LetterR() const
Definition: overlay_symbols.h:87
PicArray m_number_0
Number arrays.
Definition: overlay_symbols.h:102
PicArray m_number_7
Definition: overlay_symbols.h:102
const PicArray & Arrow90() const
Definition: overlay_symbols.h:65
PicArray m_arrow_15
Definition: overlay_symbols.h:97
PicArray m_arrow_45
Definition: overlay_symbols.h:97
PicArray m_number_2
Definition: overlay_symbols.h:102
const PicArray & Number6() const
Definition: overlay_symbols.h:74
PicArray m_number_6
Definition: overlay_symbols.h:102
PicArray m_letter_f
Letter arrays.
Definition: overlay_symbols.h:106
PicArray m_arrow_75
Definition: overlay_symbols.h:98
const PicArray & SymbolMinus() const
Definition: overlay_symbols.h:80
const PicArray & Arrow15() const
Definition: overlay_symbols.h:55
PicArray m_letter_i
Definition: overlay_symbols.h:106
PicArray m_arrow_60
Definition: overlay_symbols.h:98
PicArray m_arrow_90
Definition: overlay_symbols.h:98
PicArray m_symbol_greater
Definition: overlay_symbols.h:103
const PicArray & Number5() const
Definition: overlay_symbols.h:73
PicArray m_arrow_7_5
Definition: overlay_symbols.h:97
const PicArray & Arrow45() const
Definition: overlay_symbols.h:59
PicArray m_number_9
Definition: overlay_symbols.h:102

© 2004 British Broadcasting Corporation. Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.