Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > b91608bcc8cdfae85c75f04c03683d58 > files > 370

lib64dirac-devel-0.9.1-1mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Dirac Video Codec</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<h1 align="center" color="#606080">
Dirac - A Video Codec
</h1>
<p align="center">
Created by the <a href="http://www.bbc.co.uk">British Broadcasting Corporation</a>.
</p>
<hr>
<!-- Generated by Doxygen 1.5.4 -->
<h1>overlay_symbols.h</h1><a href="a00206.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* ***** BEGIN LICENSE BLOCK *****</span>
<a name="l00002"></a>00002 <span class="comment">*</span>
<a name="l00003"></a>00003 <span class="comment">* $Id: overlay_symbols.h,v 1.2 2004/11/22 13:42:33 asuraparaju Exp $ $Name: Dirac_0_9_1 $</span>
<a name="l00004"></a>00004 <span class="comment">*</span>
<a name="l00005"></a>00005 <span class="comment">* Version: MPL 1.1/GPL 2.0/LGPL 2.1</span>
<a name="l00006"></a>00006 <span class="comment">*</span>
<a name="l00007"></a>00007 <span class="comment">* The contents of this file are subject to the Mozilla Public License</span>
<a name="l00008"></a>00008 <span class="comment">* Version 1.1 (the "License"); you may not use this file except in compliance</span>
<a name="l00009"></a>00009 <span class="comment">* with the License. You may obtain a copy of the License at</span>
<a name="l00010"></a>00010 <span class="comment">* http://www.mozilla.org/MPL/</span>
<a name="l00011"></a>00011 <span class="comment">*</span>
<a name="l00012"></a>00012 <span class="comment">* Software distributed under the License is distributed on an "AS IS" basis,</span>
<a name="l00013"></a>00013 <span class="comment">* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for</span>
<a name="l00014"></a>00014 <span class="comment">* the specific language governing rights and limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment">*</span>
<a name="l00016"></a>00016 <span class="comment">* The Original Code is BBC Research and Development code.</span>
<a name="l00017"></a>00017 <span class="comment">*</span>
<a name="l00018"></a>00018 <span class="comment">* The Initial Developer of the Original Code is the British Broadcasting</span>
<a name="l00019"></a>00019 <span class="comment">* Corporation.</span>
<a name="l00020"></a>00020 <span class="comment">* Portions created by the Initial Developer are Copyright (C) 2004.</span>
<a name="l00021"></a>00021 <span class="comment">* All Rights Reserved.</span>
<a name="l00022"></a>00022 <span class="comment">*</span>
<a name="l00023"></a>00023 <span class="comment">* Contributor(s): Chris Bowley (Original Author)</span>
<a name="l00024"></a>00024 <span class="comment">*</span>
<a name="l00025"></a>00025 <span class="comment">* Alternatively, the contents of this file may be used under the terms of</span>
<a name="l00026"></a>00026 <span class="comment">* the GNU General Public License Version 2 (the "GPL"), or the GNU Lesser</span>
<a name="l00027"></a>00027 <span class="comment">* Public License Version 2.1 (the "LGPL"), in which case the provisions of</span>
<a name="l00028"></a>00028 <span class="comment">* the GPL or the LGPL are applicable instead of those above. If you wish to</span>
<a name="l00029"></a>00029 <span class="comment">* allow use of your version of this file only under the terms of the either</span>
<a name="l00030"></a>00030 <span class="comment">* the GPL or LGPL and not to allow others to use your version of this file</span>
<a name="l00031"></a>00031 <span class="comment">* under the MPL, indicate your decision by deleting the provisions above</span>
<a name="l00032"></a>00032 <span class="comment">* and replace them with the notice and other provisions required by the GPL</span>
<a name="l00033"></a>00033 <span class="comment">* or LGPL. If you do not delete the provisions above, a recipient may use</span>
<a name="l00034"></a>00034 <span class="comment">* your version of this file under the terms of any one of the MPL, the GPL</span>
<a name="l00035"></a>00035 <span class="comment">* or the LGPL.</span>
<a name="l00036"></a>00036 <span class="comment">* ***** END LICENSE BLOCK ***** */</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#ifndef _OVERLAY_SYMBOLS_H_</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define _OVERLAY_SYMBOLS_H_</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00041"></a>00041 <span class="preprocessor">#include "<a class="code" href="a00167.html">libdirac_common/common.h</a>"</span>
<a name="l00042"></a>00042 <span class="keyword">using</span> <a class="code" href="a00113.html" title="A class for picture component data.">dirac::PicArray</a>;
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="keyword">namespace </span>dirac_instr
<a name="l00045"></a>00045 {
<a name="l00046"></a><a class="code" href="a00108.html">00046</a>     <span class="keyword">class </span><a class="code" href="a00108.html">OverlaySymbols</a>
<a name="l00047"></a>00047     {
<a name="l00048"></a>00048     <span class="keyword">public</span> :
<a name="l00049"></a>00049         <a class="code" href="a00108.html#3d801388deedcce789875e48e3bc8a98">OverlaySymbols</a>();
<a name="l00050"></a>00050         <a class="code" href="a00108.html#408c7607f21f033d096b18ba8dd6ff29">~OverlaySymbols</a>();
<a name="l00051"></a>00051 
<a name="l00052"></a>00052         <span class="comment">// access functions</span>
<a name="l00053"></a><a class="code" href="a00108.html#cf515ee68d17a449f77c6e9fbe855d67">00053</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#cf515ee68d17a449f77c6e9fbe855d67">Arrow0</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#1b37fb2420e078442889cdc8338a165c" title="Arrow arrays.">m_arrow_0</a>;}
<a name="l00054"></a><a class="code" href="a00108.html#439d7e1da8e3aee48eb2d7dba59cb55b">00054</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#439d7e1da8e3aee48eb2d7dba59cb55b">Arrow7_5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#f3d46ef5757dcbea28ac4a0c609c84f5">m_arrow_7_5</a>;}
<a name="l00055"></a><a class="code" href="a00108.html#297225eb971c23044a91bb6045d2f020">00055</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#297225eb971c23044a91bb6045d2f020">Arrow15</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#dc6a8a4e927b692a9711544b121ea6c4">m_arrow_15</a>;}
<a name="l00056"></a><a class="code" href="a00108.html#038b9458b96fb50f174628ed856f5075">00056</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#038b9458b96fb50f174628ed856f5075">Arrow22_5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#5f04d576cb537d9429f3d6d28991319d">m_arrow_22_5</a>;}
<a name="l00057"></a><a class="code" href="a00108.html#1aaffb00fe6b01fa186b5195b08d2575">00057</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#1aaffb00fe6b01fa186b5195b08d2575">Arrow30</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#63973415bcd9138d84479bfc88706046">m_arrow_30</a>;}
<a name="l00058"></a><a class="code" href="a00108.html#9a8dd002a61af432a8707ce77cdc8722">00058</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#9a8dd002a61af432a8707ce77cdc8722">Arrow37_5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#bdfae3e3f65c5dd86e6e6767c2eabc2c">m_arrow_37_5</a>;}
<a name="l00059"></a><a class="code" href="a00108.html#dba23d347e4a2fb5c4555bbd8c3a51b1">00059</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#dba23d347e4a2fb5c4555bbd8c3a51b1">Arrow45</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#dc7a95534d3e13219a7e929457e04a30">m_arrow_45</a>;}
<a name="l00060"></a><a class="code" href="a00108.html#071b5292d5393b80f95fbcd4b70745de">00060</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#071b5292d5393b80f95fbcd4b70745de">Arrow52_5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#694532d0818f68c4351924cc0567159e">m_arrow_52_5</a>;}
<a name="l00061"></a><a class="code" href="a00108.html#e45189c6dd119bd44491e523694a25e3">00061</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#e45189c6dd119bd44491e523694a25e3">Arrow60</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#e26a07f1ce343fc6bb78ae35eda4bfae">m_arrow_60</a>;}
<a name="l00062"></a><a class="code" href="a00108.html#5aeac65aa769c0821c1e7e1786df6aa1">00062</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#5aeac65aa769c0821c1e7e1786df6aa1">Arrow67_5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#8e1c008b25d490cb8d3ee738af68a5ff">m_arrow_67_5</a>;}
<a name="l00063"></a><a class="code" href="a00108.html#4c3ac89bcd6c921f240271b9e9893c95">00063</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#4c3ac89bcd6c921f240271b9e9893c95">Arrow75</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#e0801930dba6bfcb3a397695df26fd0c">m_arrow_75</a>;}
<a name="l00064"></a><a class="code" href="a00108.html#b08f8edb453df3f05f9b5eb0d2e7cd6a">00064</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#b08f8edb453df3f05f9b5eb0d2e7cd6a">Arrow82_5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#b508788b9a8346bbd9f328ae9b912f1e">m_arrow_82_5</a>;}
<a name="l00065"></a><a class="code" href="a00108.html#5992e0ea6cc7ab1b8a18b8edfe7e03f7">00065</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#5992e0ea6cc7ab1b8a18b8edfe7e03f7">Arrow90</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#e69ea2a5f73ac9a736ae5bd513f64666">m_arrow_90</a>;}
<a name="l00066"></a><a class="code" href="a00108.html#10bc598bd7ef8b3761e0a8c370848006">00066</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#10bc598bd7ef8b3761e0a8c370848006">ArrowNull</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#1ea341473fdf3d9d3406adfe2ae874a8">m_arrow_null</a>;}
<a name="l00067"></a>00067 
<a name="l00068"></a><a class="code" href="a00108.html#bbf68fceb889a998862d792b6223575a">00068</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#bbf68fceb889a998862d792b6223575a">Number0</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#ca277219dbc9f59f76e61a6cccff537b" title="Number arrays.">m_number_0</a>;}
<a name="l00069"></a><a class="code" href="a00108.html#7268c6f197fd66ebe24d432eea3ec625">00069</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#7268c6f197fd66ebe24d432eea3ec625">Number1</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#70e6cf33223f15cd0f77c8d3692e6158">m_number_1</a>;}
<a name="l00070"></a><a class="code" href="a00108.html#8b5fe1d68d0fe798c3d96d2a9a996c8f">00070</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#8b5fe1d68d0fe798c3d96d2a9a996c8f">Number2</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#dd801463db8560cdf64e4948401038d5">m_number_2</a>;}
<a name="l00071"></a><a class="code" href="a00108.html#ca1a5b51bd47d51ec87562b4a9c4257c">00071</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#ca1a5b51bd47d51ec87562b4a9c4257c">Number3</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#73ffc24852ebb2e668be9e640c4da54b">m_number_3</a>;}
<a name="l00072"></a><a class="code" href="a00108.html#92af1502ff226dc40745b4c5bcb1f57f">00072</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#92af1502ff226dc40745b4c5bcb1f57f">Number4</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#0527b31492c90194d12f341233a2aebb">m_number_4</a>;}
<a name="l00073"></a><a class="code" href="a00108.html#5405e0e9deb417e0540ffd04647500c2">00073</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#5405e0e9deb417e0540ffd04647500c2">Number5</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#7b369c6b5d986b8fbd3ec7b5eee6c437">m_number_5</a>;}
<a name="l00074"></a><a class="code" href="a00108.html#8cf948ba142dc9c248ffe770fb8f7353">00074</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#8cf948ba142dc9c248ffe770fb8f7353">Number6</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#dee0ffcb09edc42687d642e432ecbcb8">m_number_6</a>;}
<a name="l00075"></a><a class="code" href="a00108.html#70a3e39595f7ca22546c1f8b8d300bbf">00075</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#70a3e39595f7ca22546c1f8b8d300bbf">Number7</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#cf959a360d15712ef0df7b0e7dd721f7">m_number_7</a>;}
<a name="l00076"></a><a class="code" href="a00108.html#7dd1772fb44624b9d74ddcc3ef7dcec9">00076</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#7dd1772fb44624b9d74ddcc3ef7dcec9">Number8</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#6f809cde0fb1872fe40485d7d6cd51a2">m_number_8</a>;}
<a name="l00077"></a><a class="code" href="a00108.html#9ac2c0a058a20551151c2c5db34db90e">00077</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#9ac2c0a058a20551151c2c5db34db90e">Number9</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#fc6a2a69068a293baf1da62e2ed658e0">m_number_9</a>;}
<a name="l00078"></a>00078 
<a name="l00079"></a><a class="code" href="a00108.html#cda4621ee8e73d710b0640c444ea42fe">00079</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#cda4621ee8e73d710b0640c444ea42fe">SymbolPlus</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#bb43bf906db37e29a596186cfb090877">m_symbol_plus</a>;}
<a name="l00080"></a><a class="code" href="a00108.html#d2e71c1971751b0855d68c792a427203">00080</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#d2e71c1971751b0855d68c792a427203">SymbolMinus</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#a2e5067b64754a2c03cdf10c097f73c2">m_symbol_minus</a>;}
<a name="l00081"></a><a class="code" href="a00108.html#7aa4cd9fad8ec32b3fc37ab71d4beab2">00081</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#7aa4cd9fad8ec32b3fc37ab71d4beab2">SymbolGreater</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#ec7da4e41f926fb7af8082d23e6d07e8">m_symbol_greater</a>;}
<a name="l00082"></a><a class="code" href="a00108.html#c0ddf6cf3fe2407730f30b26f5ac5a8d">00082</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#c0ddf6cf3fe2407730f30b26f5ac5a8d">SymbolColon</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#90c7c46b21ddc17f4da5fd060b4c8253">m_symbol_colon</a>;}
<a name="l00083"></a><a class="code" href="a00108.html#290faf0ff663ae6ea17db217c1e72e81">00083</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#290faf0ff663ae6ea17db217c1e72e81">SymbolNull</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#6efce54cb0bf9c63e89ae0bfba75bb8e">m_symbol_null</a>;}
<a name="l00084"></a>00084 
<a name="l00085"></a><a class="code" href="a00108.html#f5d880433d86ef85125a0a73cccae318">00085</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#f5d880433d86ef85125a0a73cccae318">LetterF</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#dfaaf639c41b9b8821d6f3748b8040c5" title="Letter arrays.">m_letter_f</a>;}
<a name="l00086"></a><a class="code" href="a00108.html#bbeb49f266a9475b5f6216dafecef1dc">00086</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#bbeb49f266a9475b5f6216dafecef1dc">LetterI</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#e1e7855042a785f076c0b33e89ef2695">m_letter_i</a>;}
<a name="l00087"></a><a class="code" href="a00108.html#d22c727e547cd11c940a74e89ef211d3">00087</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#d22c727e547cd11c940a74e89ef211d3">LetterR</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#4fcbd2a82f00be8d627dcac5d3d40a20">m_letter_r</a>;}
<a name="l00088"></a>00088 
<a name="l00089"></a><a class="code" href="a00108.html#582ae8aec8c34e7c50319bc59eaa0591">00089</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#582ae8aec8c34e7c50319bc59eaa0591">Arrow</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#c4ac4641381f261b2408efc4ff23fb2d">m_arrow</a>;}
<a name="l00090"></a><a class="code" href="a00108.html#3c3125caefa847ce1845588580e8f8ef">00090</a>         <span class="keywordtype">void</span> <a class="code" href="a00108.html#582ae8aec8c34e7c50319bc59eaa0591">Arrow</a>(<span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; arrow) {<a class="code" href="a00108.html#c4ac4641381f261b2408efc4ff23fb2d">m_arrow</a>=arrow;}
<a name="l00091"></a>00091 
<a name="l00092"></a><a class="code" href="a00108.html#7ba0a43c37593ef4a3a9af9e62e5117b">00092</a>         <span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#7ba0a43c37593ef4a3a9af9e62e5117b">Character</a>()<span class="keyword"> const </span>{<span class="keywordflow">return</span> <a class="code" href="a00108.html#0e92e320da7334e1c663455272369f5c">m_character</a>;}
<a name="l00093"></a><a class="code" href="a00108.html#1314a09e91a783bee6e5b4446ce863bf">00093</a>         <span class="keywordtype">void</span> <a class="code" href="a00108.html#7ba0a43c37593ef4a3a9af9e62e5117b">Character</a>(<span class="keyword">const</span> <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; character) {<a class="code" href="a00108.html#0e92e320da7334e1c663455272369f5c">m_character</a>=character;}
<a name="l00094"></a>00094         
<a name="l00095"></a>00095     <span class="keyword">private</span> :
<a name="l00097"></a><a class="code" href="a00108.html#f3d46ef5757dcbea28ac4a0c609c84f5">00097</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> <a class="code" href="a00108.html#1b37fb2420e078442889cdc8338a165c" title="Arrow arrays.">m_arrow_0</a>, <a class="code" href="a00108.html#f3d46ef5757dcbea28ac4a0c609c84f5">m_arrow_7_5</a>, <a class="code" href="a00108.html#dc6a8a4e927b692a9711544b121ea6c4">m_arrow_15</a>, <a class="code" href="a00108.html#5f04d576cb537d9429f3d6d28991319d">m_arrow_22_5</a>, <a class="code" href="a00108.html#63973415bcd9138d84479bfc88706046">m_arrow_30</a>, <a class="code" href="a00108.html#bdfae3e3f65c5dd86e6e6767c2eabc2c">m_arrow_37_5</a>, <a class="code" href="a00108.html#dc7a95534d3e13219a7e929457e04a30">m_arrow_45</a>;
<a name="l00098"></a><a class="code" href="a00108.html#1ea341473fdf3d9d3406adfe2ae874a8">00098</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> <a class="code" href="a00108.html#694532d0818f68c4351924cc0567159e">m_arrow_52_5</a>, <a class="code" href="a00108.html#e26a07f1ce343fc6bb78ae35eda4bfae">m_arrow_60</a>, <a class="code" href="a00108.html#8e1c008b25d490cb8d3ee738af68a5ff">m_arrow_67_5</a>, <a class="code" href="a00108.html#e0801930dba6bfcb3a397695df26fd0c">m_arrow_75</a>, <a class="code" href="a00108.html#b508788b9a8346bbd9f328ae9b912f1e">m_arrow_82_5</a>, <a class="code" href="a00108.html#e69ea2a5f73ac9a736ae5bd513f64666">m_arrow_90</a>, <a class="code" href="a00108.html#1ea341473fdf3d9d3406adfe2ae874a8">m_arrow_null</a>;
<a name="l00099"></a><a class="code" href="a00108.html#c4ac4641381f261b2408efc4ff23fb2d">00099</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#c4ac4641381f261b2408efc4ff23fb2d">m_arrow</a>;
<a name="l00100"></a>00100         
<a name="l00102"></a><a class="code" href="a00108.html#fc6a2a69068a293baf1da62e2ed658e0">00102</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> <a class="code" href="a00108.html#ca277219dbc9f59f76e61a6cccff537b" title="Number arrays.">m_number_0</a>, <a class="code" href="a00108.html#70e6cf33223f15cd0f77c8d3692e6158">m_number_1</a>, <a class="code" href="a00108.html#dd801463db8560cdf64e4948401038d5">m_number_2</a>, <a class="code" href="a00108.html#73ffc24852ebb2e668be9e640c4da54b">m_number_3</a>, <a class="code" href="a00108.html#0527b31492c90194d12f341233a2aebb">m_number_4</a>, <a class="code" href="a00108.html#7b369c6b5d986b8fbd3ec7b5eee6c437">m_number_5</a>, <a class="code" href="a00108.html#dee0ffcb09edc42687d642e432ecbcb8">m_number_6</a>, <a class="code" href="a00108.html#cf959a360d15712ef0df7b0e7dd721f7">m_number_7</a>, <a class="code" href="a00108.html#6f809cde0fb1872fe40485d7d6cd51a2">m_number_8</a>, <a class="code" href="a00108.html#fc6a2a69068a293baf1da62e2ed658e0">m_number_9</a>;
<a name="l00103"></a><a class="code" href="a00108.html#bb43bf906db37e29a596186cfb090877">00103</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> <a class="code" href="a00108.html#6efce54cb0bf9c63e89ae0bfba75bb8e">m_symbol_null</a>, <a class="code" href="a00108.html#bb43bf906db37e29a596186cfb090877">m_symbol_plus</a>, <a class="code" href="a00108.html#a2e5067b64754a2c03cdf10c097f73c2">m_symbol_minus</a>, <a class="code" href="a00108.html#ec7da4e41f926fb7af8082d23e6d07e8">m_symbol_greater</a>, <a class="code" href="a00108.html#90c7c46b21ddc17f4da5fd060b4c8253">m_symbol_colon</a>;
<a name="l00104"></a>00104 
<a name="l00106"></a><a class="code" href="a00108.html#4fcbd2a82f00be8d627dcac5d3d40a20">00106</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> <a class="code" href="a00108.html#dfaaf639c41b9b8821d6f3748b8040c5" title="Letter arrays.">m_letter_f</a>, <a class="code" href="a00108.html#e1e7855042a785f076c0b33e89ef2695">m_letter_i</a>, <a class="code" href="a00108.html#4fcbd2a82f00be8d627dcac5d3d40a20">m_letter_r</a>;
<a name="l00107"></a>00107 
<a name="l00108"></a><a class="code" href="a00108.html#0e92e320da7334e1c663455272369f5c">00108</a>         <a class="code" href="a00113.html" title="A class for picture component data.">PicArray</a> &amp; <a class="code" href="a00108.html#0e92e320da7334e1c663455272369f5c">m_character</a>;
<a name="l00109"></a>00109     };
<a name="l00110"></a>00110 
<a name="l00111"></a>00111 } <span class="comment">// namespace dirac_instr</span>
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 <span class="preprocessor">#endif</span>
</pre></div><hr>
<p align="center"><small>
&copy; 2004 British Broadcasting Corporation.
Dirac code licensed under the <a href="http://www.mozilla.org/MPL/">Mozilla Public License (MPL) Version 1.1</a>.<br>
HTML documentation generated by Dimitri van Heesch's
excellent <a href="http://www.doxygen.org">Doxygen</a> tool.
</small></p>
</body>
</html>