Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 60f1dc962abad0f3b492991a4fbef9be > files > 4345

vtk-doc-5.4.2-5mdv2010.0.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>VTK: dox/Graphics/vtkGlyphSource2D.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</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>
    </ul>
  </div>
<h1>dox/Graphics/vtkGlyphSource2D.h</h1><a href="a02553.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"></span>
<a name="l00003"></a>00003 <span class="comment">  Program:   Visualization Toolkit</span>
<a name="l00004"></a>00004 <span class="comment">  Module:    $RCSfile: vtkGlyphSource2D.h,v $</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen</span>
<a name="l00007"></a>00007 <span class="comment">  All rights reserved.</span>
<a name="l00008"></a>00008 <span class="comment">  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">     This software is distributed WITHOUT ANY WARRANTY; without even</span>
<a name="l00011"></a>00011 <span class="comment">     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR</span>
<a name="l00012"></a>00012 <span class="comment">     PURPOSE.  See the above copyright notice for more information.</span>
<a name="l00013"></a>00013 <span class="comment"></span>
<a name="l00014"></a>00014 <span class="comment">=========================================================================*/</span>
<a name="l00032"></a>00032 <span class="preprocessor">#ifndef __vtkGlyphSource2D_h</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#define __vtkGlyphSource2D_h</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 <span class="preprocessor">#include "<a class="code" href="a02331.html">vtkPolyDataAlgorithm.h</a>"</span>
<a name="l00036"></a>00036 
<a name="l00037"></a><a class="code" href="a02553.html#1a1cb6cf73e6071339db4a1dcc097ae8">00037</a> <span class="preprocessor">#define VTK_NO_GLYPH 0</span>
<a name="l00038"></a><a class="code" href="a02553.html#61da5663a0ce566e59f1444b60b75c50">00038</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_VERTEX_GLYPH 1</span>
<a name="l00039"></a><a class="code" href="a02553.html#82e364e0e64eea7729bbe89aa21df827">00039</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_DASH_GLYPH 2</span>
<a name="l00040"></a><a class="code" href="a02553.html#d173df850292dec47a56eb5c82de1cc9">00040</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_CROSS_GLYPH 3</span>
<a name="l00041"></a><a class="code" href="a02553.html#7f380cc23990d12e380a77a12d48454e">00041</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_THICKCROSS_GLYPH 4</span>
<a name="l00042"></a><a class="code" href="a02553.html#16e517336108c95b0414bcf0173571ff">00042</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_TRIANGLE_GLYPH 5</span>
<a name="l00043"></a><a class="code" href="a02553.html#163756d83ce7bad162e669a3c4d75b61">00043</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_SQUARE_GLYPH 6</span>
<a name="l00044"></a><a class="code" href="a02553.html#cd8ee79f8338ca076d22ad36c2c12e72">00044</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_CIRCLE_GLYPH 7</span>
<a name="l00045"></a><a class="code" href="a02553.html#0e97da969b9d1a41bc28ed5512144029">00045</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_DIAMOND_GLYPH 8</span>
<a name="l00046"></a><a class="code" href="a02553.html#89b41c7c6adde8c9eaf4a8a94c1a59c8">00046</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_ARROW_GLYPH 9</span>
<a name="l00047"></a><a class="code" href="a02553.html#f42abe9b87e6ba14c84c63a68f976d71">00047</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_THICKARROW_GLYPH 10</span>
<a name="l00048"></a><a class="code" href="a02553.html#85a63cc4e1c693ded6576b3466762599">00048</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_HOOKEDARROW_GLYPH 11</span>
<a name="l00049"></a><a class="code" href="a02553.html#bf35d2f7616694de8666c384e38e6f4f">00049</a> <span class="preprocessor"></span><span class="preprocessor">#define VTK_EDGEARROW_GLYPH 12</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span>
<a name="l00051"></a>00051 <span class="keyword">class </span><a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>;
<a name="l00052"></a>00052 <span class="keyword">class </span><a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a>;
<a name="l00053"></a>00053 <span class="keyword">class </span><a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>;
<a name="l00054"></a>00054 
<a name="l00055"></a><a class="code" href="a00652.html">00055</a> <span class="keyword">class </span><a class="code" href="a02170.html#c3c1ffe2fe47b9b70ba90182b7860cce">VTK_GRAPHICS_EXPORT</a> <a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a> : <span class="keyword">public</span> <a class="code" href="a01261.html" title="Superclass for algorithms that produce only polydata as output.">vtkPolyDataAlgorithm</a> 
<a name="l00056"></a>00056 {
<a name="l00057"></a>00057 <span class="keyword">public</span>:
<a name="l00058"></a><a class="code" href="a00652.html#2cffcfe93a71e6aed53fb19ff740204d">00058</a>   vtkTypeRevisionMacro(<a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a>,<a class="code" href="a01261.html" title="Superclass for algorithms that produce only polydata as output.">vtkPolyDataAlgorithm</a>);
<a name="l00059"></a>00059   <span class="keywordtype">void</span> <a class="code" href="a01261.html#e6d59a63261b0c56f8f473984ae0e1b6">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00060"></a>00060 
<a name="l00063"></a>00063   <span class="keyword">static</span> <a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a> *<a class="code" href="a01261.html#cf785ac526132296ff652c636f713b5e">New</a>();
<a name="l00064"></a>00064 
<a name="l00066"></a>00066 
<a name="l00067"></a>00067   vtkSetVector3Macro(Center,<span class="keywordtype">double</span>);
<a name="l00068"></a>00068   vtkGetVectorMacro(Center,<span class="keywordtype">double</span>,3);
<a name="l00070"></a>00070 
<a name="l00072"></a>00072 
<a name="l00074"></a>00074   vtkSetClampMacro(Scale,<span class="keywordtype">double</span>,0.0,<a class="code" href="a02149.html#a933eb1ff8ef089de59cce7b41e21261">VTK_DOUBLE_MAX</a>);
<a name="l00075"></a>00075   vtkGetMacro(Scale,<span class="keywordtype">double</span>);
<a name="l00077"></a>00077 
<a name="l00079"></a>00079 
<a name="l00081"></a>00081   vtkSetClampMacro(Scale2,<span class="keywordtype">double</span>,0.0,<a class="code" href="a02149.html#a933eb1ff8ef089de59cce7b41e21261">VTK_DOUBLE_MAX</a>);
<a name="l00082"></a>00082   vtkGetMacro(Scale2,<span class="keywordtype">double</span>);
<a name="l00084"></a>00084 
<a name="l00086"></a>00086 
<a name="l00087"></a>00087   vtkSetVector3Macro(<a class="code" href="a03761.html#88ade42854f67d6297898362e17a515f17c6615bb6855c26543a4a2c0aaa529f">Color</a>,<span class="keywordtype">double</span>);
<a name="l00088"></a>00088   vtkGetVectorMacro(<a class="code" href="a03761.html#88ade42854f67d6297898362e17a515f17c6615bb6855c26543a4a2c0aaa529f">Color</a>,<span class="keywordtype">double</span>,3);
<a name="l00090"></a>00090 
<a name="l00092"></a>00092 
<a name="l00095"></a>00095   vtkSetMacro(Filled,<span class="keywordtype">int</span>);
<a name="l00096"></a>00096   vtkGetMacro(Filled,<span class="keywordtype">int</span>);
<a name="l00097"></a>00097   vtkBooleanMacro(Filled,<span class="keywordtype">int</span>);
<a name="l00099"></a>00099 
<a name="l00101"></a>00101 
<a name="l00104"></a>00104   vtkSetMacro(Dash,<span class="keywordtype">int</span>);
<a name="l00105"></a>00105   vtkGetMacro(Dash,<span class="keywordtype">int</span>);
<a name="l00106"></a>00106   vtkBooleanMacro(Dash,<span class="keywordtype">int</span>);
<a name="l00108"></a>00108 
<a name="l00110"></a>00110 
<a name="l00113"></a>00113   vtkSetMacro(Cross,<span class="keywordtype">int</span>);
<a name="l00114"></a>00114   vtkGetMacro(Cross,<span class="keywordtype">int</span>);
<a name="l00115"></a>00115   vtkBooleanMacro(Cross,<span class="keywordtype">int</span>);
<a name="l00117"></a>00117 
<a name="l00119"></a>00119 
<a name="l00122"></a>00122   vtkSetMacro(RotationAngle,<span class="keywordtype">double</span>);
<a name="l00123"></a>00123   vtkGetMacro(RotationAngle,<span class="keywordtype">double</span>);
<a name="l00125"></a>00125 
<a name="l00127"></a>00127 
<a name="l00128"></a>00128   vtkSetClampMacro(GlyphType,<span class="keywordtype">int</span>,<a class="code" href="a02553.html#1a1cb6cf73e6071339db4a1dcc097ae8">VTK_NO_GLYPH</a>,<a class="code" href="a02553.html#bf35d2f7616694de8666c384e38e6f4f">VTK_EDGEARROW_GLYPH</a>);
<a name="l00129"></a>00129   vtkGetMacro(GlyphType,<span class="keywordtype">int</span>);
<a name="l00130"></a><a class="code" href="a00652.html#87a0866a40cb5c5938f39baa7ed54ecd">00130</a>   <span class="keywordtype">void</span> SetGlyphTypeToNone() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#1a1cb6cf73e6071339db4a1dcc097ae8">VTK_NO_GLYPH</a>);}  
<a name="l00131"></a><a class="code" href="a00652.html#fc18840466d778fcb16ac54aaec9539d">00131</a>   <span class="keywordtype">void</span> SetGlyphTypeToVertex() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#61da5663a0ce566e59f1444b60b75c50">VTK_VERTEX_GLYPH</a>);}  
<a name="l00132"></a><a class="code" href="a00652.html#df9e2c769f0a5f39884a86f6e13eb1bc">00132</a>   <span class="keywordtype">void</span> SetGlyphTypeToDash() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#82e364e0e64eea7729bbe89aa21df827">VTK_DASH_GLYPH</a>);}  
<a name="l00133"></a><a class="code" href="a00652.html#1ded03445a7573c56ffd59c078a030d3">00133</a>   <span class="keywordtype">void</span> SetGlyphTypeToCross() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#d173df850292dec47a56eb5c82de1cc9">VTK_CROSS_GLYPH</a>);}
<a name="l00134"></a><a class="code" href="a00652.html#ef4f589396317ff5b86e58f64d4434e2">00134</a>   <span class="keywordtype">void</span> SetGlyphTypeToThickCross() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#7f380cc23990d12e380a77a12d48454e">VTK_THICKCROSS_GLYPH</a>);}
<a name="l00135"></a><a class="code" href="a00652.html#1cc270f1e60156c0f6333c7ce1eb41cc">00135</a>   <span class="keywordtype">void</span> SetGlyphTypeToTriangle() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#16e517336108c95b0414bcf0173571ff">VTK_TRIANGLE_GLYPH</a>);}
<a name="l00136"></a><a class="code" href="a00652.html#1a05cb454d2f87991287d3e51d71e324">00136</a>   <span class="keywordtype">void</span> SetGlyphTypeToSquare() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#163756d83ce7bad162e669a3c4d75b61">VTK_SQUARE_GLYPH</a>);}
<a name="l00137"></a><a class="code" href="a00652.html#b160f3bdcf65be6e3c193eac87c72e4c">00137</a>   <span class="keywordtype">void</span> SetGlyphTypeToCircle() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#cd8ee79f8338ca076d22ad36c2c12e72">VTK_CIRCLE_GLYPH</a>);}
<a name="l00138"></a><a class="code" href="a00652.html#e5d4e6a4a841cdab07d629165c05ecb1">00138</a>   <span class="keywordtype">void</span> SetGlyphTypeToDiamond() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#0e97da969b9d1a41bc28ed5512144029">VTK_DIAMOND_GLYPH</a>);}
<a name="l00139"></a><a class="code" href="a00652.html#06dc7e765e6ba4ca6989e8535cb063ec">00139</a>   <span class="keywordtype">void</span> SetGlyphTypeToArrow() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#89b41c7c6adde8c9eaf4a8a94c1a59c8">VTK_ARROW_GLYPH</a>);}
<a name="l00140"></a><a class="code" href="a00652.html#2441348d0558ec581e21560704a5deda">00140</a>   <span class="keywordtype">void</span> SetGlyphTypeToThickArrow() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#f42abe9b87e6ba14c84c63a68f976d71">VTK_THICKARROW_GLYPH</a>);}
<a name="l00141"></a><a class="code" href="a00652.html#b1ee1cc37d8f1754e715ace06251e4a9">00141</a>   <span class="keywordtype">void</span> SetGlyphTypeToHookedArrow() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#85a63cc4e1c693ded6576b3466762599">VTK_HOOKEDARROW_GLYPH</a>);}
<a name="l00142"></a><a class="code" href="a00652.html#36cb08d9eeb25299f6c2ba268df9bbb0">00142</a>   <span class="keywordtype">void</span> SetGlyphTypeToEdgeArrow() {this-&gt;SetGlyphType(<a class="code" href="a02553.html#bf35d2f7616694de8666c384e38e6f4f">VTK_EDGEARROW_GLYPH</a>);}
<a name="l00144"></a>00144 
<a name="l00145"></a>00145 <span class="keyword">protected</span>:
<a name="l00146"></a>00146   <a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a>();
<a name="l00147"></a><a class="code" href="a00652.html#f17ebfa918b96e76e0d9a0c9abd38041">00147</a>   ~<a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a>() {};
<a name="l00148"></a>00148 
<a name="l00149"></a>00149   <span class="keywordtype">int</span> <a class="code" href="a01261.html#6b5a43ab1f9bbcb368c7dc83e4afe068">RequestData</a>(<a class="code" href="a00872.html" title="Store vtkAlgorithm input/output information.">vtkInformation</a> *, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> **, <a class="code" href="a00895.html" title="Store zero or more vtkInformation instances.">vtkInformationVector</a> *);
<a name="l00150"></a>00150 
<a name="l00151"></a><a class="code" href="a00652.html#d02f7af8597f85e974f9a34e2705da98">00151</a>   <span class="keywordtype">double</span> Center[3];
<a name="l00152"></a><a class="code" href="a00652.html#ed0d5213b6204664c0b2ce2442cd4c4d">00152</a>   <span class="keywordtype">double</span> Scale;
<a name="l00153"></a><a class="code" href="a00652.html#fbfda69d8a2ea3867862bb0b8d7cb9a6">00153</a>   <span class="keywordtype">double</span> Scale2;
<a name="l00154"></a><a class="code" href="a00652.html#1e87761dfdcb5ff786e674179aebee23">00154</a>   <span class="keywordtype">double</span> <a class="code" href="a03761.html#88ade42854f67d6297898362e17a515f17c6615bb6855c26543a4a2c0aaa529f">Color</a>[3];
<a name="l00155"></a><a class="code" href="a00652.html#2e56c5779eeff1c808b243662bee03a2">00155</a>   <span class="keywordtype">int</span>   Filled;
<a name="l00156"></a><a class="code" href="a00652.html#b25682952422ef5880338110df4a2e63">00156</a>   <span class="keywordtype">int</span>   Dash;
<a name="l00157"></a><a class="code" href="a00652.html#57e9695a75135ed150a05e2da38882f0">00157</a>   <span class="keywordtype">int</span>   Cross;
<a name="l00158"></a><a class="code" href="a00652.html#429fc3ddad039479f779c868ac2a3dbd">00158</a>   <span class="keywordtype">int</span>   GlyphType;
<a name="l00159"></a><a class="code" href="a00652.html#5259862f1a783a13945fa5734c08232a">00159</a>   <span class="keywordtype">double</span> RotationAngle;
<a name="l00160"></a>00160   
<a name="l00161"></a>00161   <span class="keywordtype">void</span> TransformGlyph(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts);
<a name="l00162"></a>00162   <span class="keywordtype">void</span> ConvertColor();
<a name="l00163"></a><a class="code" href="a00652.html#c01d73275e3973d991728c7381303a4d">00163</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> RGB[3];
<a name="l00164"></a>00164   
<a name="l00165"></a>00165   <span class="keywordtype">void</span> CreateVertex(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *verts, 
<a name="l00166"></a>00166                     <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00167"></a>00167   <span class="keywordtype">void</span> CreateDash(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines, 
<a name="l00168"></a>00168                   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210733bd1e54b6acd59b06105c91204401e">scale</a>);
<a name="l00169"></a>00169   <span class="keywordtype">void</span> CreateCross(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines, 
<a name="l00170"></a>00170                    <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors, <span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210733bd1e54b6acd59b06105c91204401e">scale</a>);
<a name="l00171"></a>00171   <span class="keywordtype">void</span> CreateThickCross(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines, 
<a name="l00172"></a>00172                         <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00173"></a>00173   <span class="keywordtype">void</span> CreateTriangle(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00174"></a>00174                       <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00175"></a>00175   <span class="keywordtype">void</span> CreateSquare(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00176"></a>00176                     <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00177"></a>00177   <span class="keywordtype">void</span> CreateCircle(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00178"></a>00178                     <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00179"></a>00179   <span class="keywordtype">void</span> CreateDiamond(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00180"></a>00180                      <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00181"></a>00181   <span class="keywordtype">void</span> CreateArrow(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00182"></a>00182                    <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00183"></a>00183   <span class="keywordtype">void</span> CreateThickArrow(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00184"></a>00184                         <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00185"></a>00185   <span class="keywordtype">void</span> CreateHookedArrow(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00186"></a>00186                          <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00187"></a>00187   <span class="keywordtype">void</span> CreateEdgeArrow(<a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a> *pts, <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *lines,
<a name="l00188"></a>00188                        <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a> *polys, <a class="code" href="a01784.html" title="dynamic, self-adjusting array of unsigned char">vtkUnsignedCharArray</a> *colors);
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 <span class="keyword">private</span>:
<a name="l00191"></a>00191   <a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a>(<span class="keyword">const</span> <a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00192"></a>00192   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00652.html" title="create 2D glyphs represented by vtkPolyData">vtkGlyphSource2D</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00193"></a>00193 };
<a name="l00194"></a>00194 
<a name="l00195"></a>00195 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:27 2009 for VTK by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>