diff options
Diffstat (limited to 'docs/doxygen/nel/a02318.html')
-rw-r--r-- | docs/doxygen/nel/a02318.html | 289 |
1 files changed, 289 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a02318.html b/docs/doxygen/nel/a02318.html new file mode 100644 index 00000000..5e38ff7e --- /dev/null +++ b/docs/doxygen/nel/a02318.html @@ -0,0 +1,289 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>NeL: NL3D::CCameraInfo class Reference</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.3.6 --> +<div class="qindex"> <form class="search" action="search.php" method="get"> +<a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div> +<h1>NL3D::CCameraInfo Class Reference</h1><code>#include <<a class="el" href="a05531.html">camera.h</a>></code> +<p> +<hr><a name="_details"></a><h2>Detailed Description</h2> +A camera descriptor<p> +Used to export or build a <a class="el" href="a02315.html">CCamera</a>. +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00048">48</a> of file <a class="el" href="a05531.html">camera.h</a>.<table border=0 cellpadding=0 cellspacing=0> +<tr><td></td></tr> +<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoa0">CCameraInfo</a> ()</td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoa1">serial</a> (<a class="el" href="a02270.html">NLMISC::IStream</a> &<a class="el" href="a04223.html#a626">s</a>)</td></tr> + +<tr><td colspan=2><br><h2>Data Fields</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoo0">Fov</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03128.html">NLMISC::CVector</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoo1">Pos</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>float </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoo2">Roll</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoo3">TargetMode</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a03128.html">NLMISC::CVector</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoo4">TargetPos</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>bool </td><td class="memItemRight" valign=bottom><a class="el" href="a02318.html#NL3D_1_1CCameraInfoo5">UseFov</a></td></tr> + +</table> +<hr><h2>Constructor & Destructor Documentation</h2> +<a class="anchor" name="NL3D_1_1CCameraInfoa0" doxytag="NL3D::CCameraInfo::CCameraInfo" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> NL3D::CCameraInfo::CCameraInfo </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05530.html#l00219">219</a> of file <a class="el" href="a05530.html">camera.cpp</a>. +<p> +References <a class="el" href="a05531.html#l00055">Fov</a>, <a class="el" href="a05531.html#l00054">Roll</a>, <a class="el" href="a05531.html#l00056">TargetMode</a>, and <a class="el" href="a05531.html#l00057">UseFov</a>. +<p> +<div class="fragment"><pre>00220 { +00221 <a class="code" href="a02318.html#NL3D_1_1CCameraInfoo2">Roll</a> = 0; +00222 <a class="code" href="a02318.html#NL3D_1_1CCameraInfoo0">Fov</a> = 0; +00223 <a class="code" href="a02318.html#NL3D_1_1CCameraInfoo3">TargetMode</a> = <span class="keyword">false</span>; +00224 <a class="code" href="a02318.html#NL3D_1_1CCameraInfoo5">UseFov</a> = <span class="keyword">false</span>; +00225 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NL3D_1_1CCameraInfoa1" doxytag="NL3D::CCameraInfo::serial" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> void NL3D::CCameraInfo::serial </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top"><a class="el" href="a02270.html">NLMISC::IStream</a> & </td> + <td class="mdname1" valign="top" nowrap> <em>s</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05530.html#l00229">229</a> of file <a class="el" href="a05530.html">camera.cpp</a>. +<p> +References <a class="el" href="a05531.html#l00055">Fov</a>, <a class="el" href="a05531.html#l00052">Pos</a>, <a class="el" href="a05531.html#l00054">Roll</a>, <a class="el" href="a05646.html#l00977">s</a>, <a class="el" href="a05531.html#l00056">TargetMode</a>, <a class="el" href="a05531.html#l00053">TargetPos</a>, and <a class="el" href="a05531.html#l00057">UseFov</a>. +<p> +<div class="fragment"><pre>00230 { +00231 <a class="code" href="a04223.html#a626">s</a>.serialVersion (0); +00232 +00233 <a class="code" href="a04223.html#a626">s</a>.serial (Pos); +00234 <a class="code" href="a04223.html#a626">s</a>.serial (TargetPos); +00235 <a class="code" href="a04223.html#a626">s</a>.serial (Roll); +00236 <a class="code" href="a04223.html#a626">s</a>.serial (Fov); +00237 <a class="code" href="a04223.html#a626">s</a>.serial (TargetMode); +00238 <a class="code" href="a04223.html#a626">s</a>.serial (UseFov); +00239 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NL3D_1_1CCameraInfoo0" doxytag="NL3D::CCameraInfo::Fov" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02318.html#NL3D_1_1CCameraInfoo0">NL3D::CCameraInfo::Fov</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00055">55</a> of file <a class="el" href="a05531.html">camera.h</a>. +<p> +Referenced by <a class="el" href="a05530.html#l00196">NL3D::CCamera::build()</a>, <a class="el" href="a05530.html#l00219">CCameraInfo()</a>, and <a class="el" href="a05530.html#l00229">serial()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CCameraInfoo1" doxytag="NL3D::CCameraInfo::Pos" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a03128.html">NLMISC::CVector</a> <a class="el" href="a02318.html#NL3D_1_1CCameraInfoo1">NL3D::CCameraInfo::Pos</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00052">52</a> of file <a class="el" href="a05531.html">camera.h</a>. +<p> +Referenced by <a class="el" href="a05530.html#l00196">NL3D::CCamera::build()</a>, and <a class="el" href="a05530.html#l00229">serial()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CCameraInfoo2" doxytag="NL3D::CCameraInfo::Roll" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> float <a class="el" href="a02318.html#NL3D_1_1CCameraInfoo2">NL3D::CCameraInfo::Roll</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00054">54</a> of file <a class="el" href="a05531.html">camera.h</a>. +<p> +Referenced by <a class="el" href="a05530.html#l00196">NL3D::CCamera::build()</a>, <a class="el" href="a05530.html#l00219">CCameraInfo()</a>, and <a class="el" href="a05530.html#l00229">serial()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CCameraInfoo3" doxytag="NL3D::CCameraInfo::TargetMode" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> bool <a class="el" href="a02318.html#NL3D_1_1CCameraInfoo3">NL3D::CCameraInfo::TargetMode</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00056">56</a> of file <a class="el" href="a05531.html">camera.h</a>. +<p> +Referenced by <a class="el" href="a05530.html#l00196">NL3D::CCamera::build()</a>, <a class="el" href="a05530.html#l00219">CCameraInfo()</a>, and <a class="el" href="a05530.html#l00229">serial()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CCameraInfoo4" doxytag="NL3D::CCameraInfo::TargetPos" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a03128.html">NLMISC::CVector</a> <a class="el" href="a02318.html#NL3D_1_1CCameraInfoo4">NL3D::CCameraInfo::TargetPos</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00053">53</a> of file <a class="el" href="a05531.html">camera.h</a>. +<p> +Referenced by <a class="el" href="a05530.html#l00196">NL3D::CCamera::build()</a>, and <a class="el" href="a05530.html#l00229">serial()</a>. </td> + </tr> +</table> +<a class="anchor" name="NL3D_1_1CCameraInfoo5" doxytag="NL3D::CCameraInfo::UseFov" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" nowrap valign="top"> bool <a class="el" href="a02318.html#NL3D_1_1CCameraInfoo5">NL3D::CCameraInfo::UseFov</a> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a05531.html#l00057">57</a> of file <a class="el" href="a05531.html">camera.h</a>. +<p> +Referenced by <a class="el" href="a05530.html#l00196">NL3D::CCamera::build()</a>, <a class="el" href="a05530.html#l00219">CCameraInfo()</a>, and <a class="el" href="a05530.html#l00229">serial()</a>. </td> + </tr> +</table> +<hr>The documentation for this class was generated from the following files:<ul> +<li><a class="el" href="a05531.html">camera.h</a><li><a class="el" href="a05530.html">camera.cpp</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 06:44:52 2004 for NeL by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 > +</a>1.3.6 </small></address> +</body> +</html> |