Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 1832

crystalspace-doc-1.2.1-5mdv2010.0.i586.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>Crystal Space 1.2.1: igeom/polymesh.h Source File (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<h1>igeom/polymesh.h</h1><a href="igeom_2polymesh_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">    Crystal Space 3D engine</span>
<a name="l00003"></a>00003 <span class="comment">    Copyright (C) 2000-2007 by Jorrit Tyberghein</span>
<a name="l00004"></a>00004 <span class="comment"></span>
<a name="l00005"></a>00005 <span class="comment">    This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment">    modify it under the terms of the GNU Library General Public</span>
<a name="l00007"></a>00007 <span class="comment">    License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment">    version 2 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">    This library is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment">    but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment">    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment">    Library General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"></span>
<a name="l00015"></a>00015 <span class="comment">    You should have received a copy of the GNU Library General Public</span>
<a name="l00016"></a>00016 <span class="comment">    License along with this library; if not, write to the Free</span>
<a name="l00017"></a>00017 <span class="comment">    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</span>
<a name="l00018"></a>00018 <span class="comment">*/</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef __CS_IGEOM_POLYMESH_H__</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define __CS_IGEOM_POLYMESH_H__</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="scf__interface_8h.html" title="Crystal Space Shared Class Facility (SCF) - interface creation support.">csutil/scf_interface.h</a>"</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="keyword">class </span><a class="code" href="classcsFlags.html" title="Set of flags which can be accessed through masks.">csFlags</a>;
<a name="l00026"></a>00026 
<a name="l00037"></a>00037 <span class="keyword">enum</span>
<a name="l00038"></a>00038 {
<a name="l00047"></a><a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ce8e9aae34250cfee0c5bbdeee9c6737b8">00047</a>   <a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ce8e9aae34250cfee0c5bbdeee9c6737b8" title="The object is closed, if set.">CS_POLYMESH_CLOSED</a> = 1,
<a name="l00048"></a>00048 
<a name="l00057"></a><a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8cecf23a303139282162f48575477c27770">00057</a>   <a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8cecf23a303139282162f48575477c27770" title="The object is not closed, if set.">CS_POLYMESH_NOTCLOSED</a> = 2,
<a name="l00058"></a>00058 
<a name="l00067"></a><a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ce40a5b15272940f6cbc9ca9581f3ed3ce">00067</a>   <a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ce40a5b15272940f6cbc9ca9581f3ed3ce" title="The object is convex, if set.">CS_POLYMESH_CONVEX</a> = 4,
<a name="l00068"></a>00068 
<a name="l00077"></a><a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ced3c40a299420fbebed6542e771a7ded4">00077</a>   <a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ced3c40a299420fbebed6542e771a7ded4" title="The object is not convex, if set.">CS_POLYMESH_NOTCONVEX</a> = 8,
<a name="l00078"></a>00078 
<a name="l00082"></a><a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ce3f90c752cbb5be9e8ef4871380eaab50">00082</a>   <a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8ce3f90c752cbb5be9e8ef4871380eaab50" title="Set this flag if the polygon mesh is deformable.">CS_POLYMESH_DEFORMABLE</a> = 16,
<a name="l00083"></a>00083 
<a name="l00090"></a><a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8cedc8fef75d8bcac18d711d1bafb503138">00090</a>   <a class="code" href="group__geom__utils.html#gg83e8bc15645f9d99ab91a152bb3dc8cedc8fef75d8bcac18d711d1bafb503138" title="Set this flag if the native or desired format of the polygon mesh is a triangle mesh...">CS_POLYMESH_TRIANGLEMESH</a> = 32
<a name="l00091"></a>00091 };
<a name="l00100"></a><a class="code" href="structcsMeshedPolygon.html">00100</a> <span class="keyword">struct </span><a class="code" href="cssysdef_8h.html#91e256b131a2cf6b4b9db8830a0c88f4" title="A variant of CS_DEPRECATED_TYPE that also emits the message msg on compilers that...">CS_DEPRECATED_TYPE_MSG</a>("<a class="code" href="structcsMeshedPolygon.html" title="A polygon.">csMeshedPolygon</a> is deprecated") <a class="code" href="structcsMeshedPolygon.html" title="A polygon.">csMeshedPolygon</a>
<a name="l00101"></a>00101 {
<a name="l00102"></a><a class="code" href="structcsMeshedPolygon.html#c271ea3a066500e1b87395a72e4ad66b">00102</a>   <span class="keywordtype">int</span> num_vertices;
<a name="l00103"></a><a class="code" href="structcsMeshedPolygon.html#1909dc3dd45c262eb32ce50737949783">00103</a>   <span class="keywordtype">int</span>* vertices;
<a name="l00104"></a>00104 };
<a name="l00105"></a>00105 
<a name="l00106"></a>00106 <span class="keyword">class </span><a class="code" href="classcsVector3.html" title="A 3D vector.">csVector3</a>;
<a name="l00107"></a>00107 <span class="keyword">struct </span><a class="code" href="structcsTriangle.html" title="A triangle.">csTriangle</a>;
<a name="l00108"></a>00108 
<a name="l00109"></a>00109 <span class="preprocessor">#include "<a class="code" href="msvc__deprecated__warn__off_8h.html" title="Disable MSVC deprecated warnings.">csutil/win32/msvc_deprecated_warn_off.h</a>"</span>
<a name="l00110"></a>00110 
<a name="l00143"></a><a class="code" href="structiPolygonMesh.html">00143</a> <span class="keyword">struct </span><a class="code" href="cssysdef_8h.html#91e256b131a2cf6b4b9db8830a0c88f4" title="A variant of CS_DEPRECATED_TYPE that also emits the message msg on compilers that...">CS_DEPRECATED_TYPE_MSG</a>("<a class="code" href="structiPolygonMesh.html" title="This interface reprents a mesh of polygons.">iPolygonMesh</a> is deprecated; use <a class="code" href="structiTriangleMesh.html" title="This interface reprents a mesh of triangles.">iTriangleMesh</a> instead<span class="stringliteral">") iPolygonMesh : public virtual iBase</span>
<a name="l00144"></a>00144 <span class="stringliteral">{</span>
<a name="l00145"></a>00145 <span class="stringliteral">  SCF_INTERFACE(iPolygonMesh, 2, 0, 0);</span>
<a name="l00147"></a>00147 <span class="stringliteral">  virtual int GetVertexCount () = 0;</span>
<a name="l00149"></a>00149 <span class="stringliteral">  virtual csVector3* GetVertices () = 0;</span>
<a name="l00151"></a>00151 <span class="stringliteral">  virtual int GetPolygonCount () = 0;</span>
<a name="l00153"></a>00153 <span class="stringliteral">  virtual csMeshedPolygon* GetPolygons () = 0;</span>
<a name="l00155"></a>00155 <span class="stringliteral">  virtual int GetTriangleCount () = 0;</span>
<a name="l00157"></a>00157 <span class="stringliteral">  virtual csTriangle* GetTriangles () = 0;</span>
<a name="l00162"></a>00162 <span class="stringliteral">  virtual void Lock () = 0;</span>
<a name="l00166"></a>00166 <span class="stringliteral">  virtual void Unlock () = 0;</span>
<a name="l00167"></a>00167 <span class="stringliteral"></span>
<a name="l00183"></a>00183 <span class="stringliteral">  virtual csFlags&amp; GetFlags () = 0;</span>
<a name="l00184"></a>00184 <span class="stringliteral"></span>
<a name="l00190"></a>00190 <span class="stringliteral">  virtual uint32 GetChangeNumber () const = 0;</span>
<a name="l00191"></a>00191 <span class="stringliteral">};</span>
<a name="l00192"></a>00192 <span class="stringliteral"></span>
<a name="l00195"></a>00195 <span class="stringliteral">#include "</span>csutil/win32/msvc_deprecated_warn_on.h<span class="stringliteral">"</span>
<a name="l00196"></a>00196 <span class="stringliteral"></span>
<a name="l00197"></a>00197 <span class="stringliteral">#endif // __CS_IGEOM_POLYMESH_H__</span>
<a name="l00198"></a>00198 <span class="stringliteral"></span>
</pre></div><hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>