Sophie

Sophie

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

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/Widgets/vtkAffineRepresentation2D.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/Widgets/vtkAffineRepresentation2D.h</h1><a href="a03652.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: vtkAffineRepresentation2D.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="l00043"></a>00043 <span class="preprocessor">#ifndef __vtkAffineRepresentation2D_h</span>
<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor">#define __vtkAffineRepresentation2D_h</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00046"></a>00046 <span class="preprocessor">#include "<a class="code" href="a03651.html">vtkAffineRepresentation.h</a>"</span>
<a name="l00047"></a>00047 
<a name="l00048"></a>00048 <span class="keyword">class </span><a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>;
<a name="l00049"></a>00049 <span class="keyword">class </span><a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>;
<a name="l00050"></a>00050 <span class="keyword">class </span><a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a>;
<a name="l00051"></a>00051 <span class="keyword">class </span><a class="code" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>;
<a name="l00052"></a>00052 <span class="keyword">class </span><a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</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 <span class="keyword">class </span><a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>;
<a name="l00055"></a>00055 <span class="keyword">class </span><a class="code" href="a00950.html" title="create a leader with optional label and arrows">vtkLeaderActor2D</a>;
<a name="l00056"></a>00056 <span class="keyword">class </span><a class="code" href="a01691.html" title="2D text annotation">vtkTextMapper</a>;
<a name="l00057"></a>00057 <span class="keyword">class </span><a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>;
<a name="l00058"></a>00058 
<a name="l00059"></a>00059 
<a name="l00060"></a><a class="code" href="a00099.html">00060</a> <span class="keyword">class </span><a class="code" href="a02170.html#09e5ba6764f54642494e26907662d55f">VTK_WIDGETS_EXPORT</a> <a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a> : <span class="keyword">public</span> <a class="code" href="a00098.html" title="abstract class for representing affine transformation widgets">vtkAffineRepresentation</a>
<a name="l00061"></a>00061 {
<a name="l00062"></a>00062 <span class="keyword">public</span>:
<a name="l00064"></a>00064   <span class="keyword">static</span> <a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a> *<a class="code" href="a01084.html#4d5b227267c076d6f9e38483370b6612">New</a>();
<a name="l00065"></a>00065 
<a name="l00067"></a>00067 
<a name="l00068"></a><a class="code" href="a00099.html#cf8e0ac922a97f87f70d5f1c975f08d2">00068</a>   vtkTypeRevisionMacro(<a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a>,<a class="code" href="a00098.html" title="abstract class for representing affine transformation widgets">vtkAffineRepresentation</a>);
<a name="l00069"></a>00069   <span class="keywordtype">void</span> <a class="code" href="a00098.html#be85733c63ecacc09d6bfc8baf1aeb9f">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00071"></a>00071 
<a name="l00073"></a>00073 
<a name="l00078"></a>00078   vtkSetClampMacro(BoxWidth,<span class="keywordtype">int</span>,10,<a class="code" href="a02149.html#804f55a35836c1770f9176f3a01c4d5e">VTK_LARGE_INTEGER</a>);
<a name="l00079"></a>00079   vtkGetMacro(BoxWidth,<span class="keywordtype">int</span>);
<a name="l00080"></a>00080   vtkSetClampMacro(CircleWidth,<span class="keywordtype">int</span>,10,<a class="code" href="a02149.html#804f55a35836c1770f9176f3a01c4d5e">VTK_LARGE_INTEGER</a>);
<a name="l00081"></a>00081   vtkGetMacro(CircleWidth,<span class="keywordtype">int</span>);
<a name="l00082"></a>00082   vtkSetClampMacro(AxesWidth,<span class="keywordtype">int</span>,10,<a class="code" href="a02149.html#804f55a35836c1770f9176f3a01c4d5e">VTK_LARGE_INTEGER</a>);
<a name="l00083"></a>00083   vtkGetMacro(AxesWidth,<span class="keywordtype">int</span>);
<a name="l00085"></a>00085 
<a name="l00087"></a>00087 
<a name="l00090"></a><a class="code" href="a00099.html#f08342b4632404a50566a535c2034e3e">00090</a>   <span class="keywordtype">void</span> SetOrigin(<span class="keywordtype">double</span> o[3]) {this-&gt;SetOrigin(o[0],o[1],o[2]);}
<a name="l00091"></a>00091   <span class="keywordtype">void</span> SetOrigin(<span class="keywordtype">double</span> ox, <span class="keywordtype">double</span> oy, <span class="keywordtype">double</span> oz);
<a name="l00092"></a>00092   vtkGetVector3Macro(Origin,<span class="keywordtype">double</span>);
<a name="l00094"></a>00094 
<a name="l00101"></a>00101   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00098.html#225b7411e0438cd7b869216b8de0c3f1">GetTransform</a>(<a class="code" href="a01723.html" title="describes linear transformations via a 4x4 matrix">vtkTransform</a> *t);
<a name="l00102"></a>00102 
<a name="l00104"></a>00104 
<a name="l00105"></a>00105   <span class="keywordtype">void</span> SetProperty(<a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>*);
<a name="l00106"></a>00106   <span class="keywordtype">void</span> SetSelectedProperty(<a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>*);
<a name="l00107"></a>00107   <span class="keywordtype">void</span> SetTextProperty(<a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>*);
<a name="l00108"></a>00108   vtkGetObjectMacro(Property,<a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>);
<a name="l00109"></a>00109   vtkGetObjectMacro(SelectedProperty,<a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>);
<a name="l00110"></a>00110   vtkGetObjectMacro(TextProperty,<a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>);
<a name="l00112"></a>00112   
<a name="l00114"></a>00114 
<a name="l00118"></a>00118   vtkSetMacro(DisplayText,<span class="keywordtype">int</span>);
<a name="l00119"></a>00119   vtkGetMacro(DisplayText,<span class="keywordtype">int</span>);
<a name="l00120"></a>00120   vtkBooleanMacro(DisplayText,<span class="keywordtype">int</span>);
<a name="l00122"></a>00122 
<a name="l00124"></a>00124 
<a name="l00129"></a>00129   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#dbe69d604d5e458504229326abeecd3b">PlaceWidget</a>(<span class="keywordtype">double</span> bounds[6]);
<a name="l00130"></a>00130   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#9aece0d7ff74c1fcfd5f427088cab77b">StartWidgetInteraction</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00131"></a>00131   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#73adbf84d1745e1393eda384a5f31d52">WidgetInteraction</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00132"></a>00132   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#879e55c5bac3cc9a471140addd500900">EndWidgetInteraction</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00133"></a>00133   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a01877.html#b0aeed71d0331ae3e5c6472572f3900b">ComputeInteractionState</a>(<span class="keywordtype">int</span> X, <span class="keywordtype">int</span> Y, <span class="keywordtype">int</span> modify=0);
<a name="l00134"></a>00134   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#a7dfbf5a2b39487c072266e0e1520ec7">BuildRepresentation</a>();
<a name="l00136"></a>00136 
<a name="l00138"></a>00138 
<a name="l00139"></a>00139   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00098.html#49c595132c6a11841a4b7aebc6e743eb">ShallowCopy</a>(<a class="code" href="a01317.html" title="abstract superclass for all actors, volumes and annotations">vtkProp</a> *prop);
<a name="l00140"></a>00140   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#deb781ee0b2e05240de3b1d099346714">GetActors2D</a>(<a class="code" href="a01321.html" title="a list of Props">vtkPropCollection</a> *);
<a name="l00141"></a>00141   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#a5428644337fcf61013390e6d619ff9f">ReleaseGraphicsResources</a>(<a class="code" href="a01886.html" title="window superclass for vtkRenderWindow">vtkWindow</a> *);
<a name="l00142"></a>00142   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a01877.html#01e90cbe6f75838c27c1d1c0c5e37521">RenderOverlay</a>(<a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a> *viewport);
<a name="l00144"></a>00144   
<a name="l00145"></a>00145 <span class="keyword">protected</span>:
<a name="l00146"></a>00146   <a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a>();
<a name="l00147"></a>00147   ~<a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a>();
<a name="l00148"></a>00148 
<a name="l00149"></a>00149   <span class="comment">// Methods to manipulate the cursor</span>
<a name="l00150"></a>00150   <span class="keywordtype">void</span> <a class="code" href="a00098.html#4a6cbe2483066f00d1851eb4d5bb9cdca5dcf1a884655bd5944e069a1c9efe65">Translate</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00151"></a>00151   <span class="keywordtype">void</span> Scale(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00152"></a>00152   <span class="keywordtype">void</span> <a class="code" href="a00098.html#4a6cbe2483066f00d1851eb4d5bb9cdc0fe10bbb0bc0dea0f378ac7d0276c4b0">Rotate</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00153"></a>00153   <span class="keywordtype">void</span> Shear(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00154"></a>00154   <span class="keywordtype">void</span> <a class="code" href="a01877.html#4bccab4646d6c0f19d8888a3db9845ff">Highlight</a>(<span class="keywordtype">int</span> highlight);
<a name="l00155"></a>00155   <span class="keywordtype">void</span> UpdateText(<span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">double</span> eventPos[2]);
<a name="l00156"></a>00156 
<a name="l00157"></a>00157   <span class="comment">// The width of the widget in normalized viewport coordinates.</span>
<a name="l00158"></a><a class="code" href="a00099.html#62d5933e22e158bd9b8ce926be2bd39a">00158</a>   <span class="keywordtype">int</span> BoxWidth;
<a name="l00159"></a><a class="code" href="a00099.html#83371f45ac9c50c072c97d372089dd37">00159</a>   <span class="keywordtype">int</span> CircleWidth;
<a name="l00160"></a><a class="code" href="a00099.html#81c4a171dff48db1e2aa09ca427bda67">00160</a>   <span class="keywordtype">int</span> AxesWidth;
<a name="l00161"></a>00161 
<a name="l00162"></a>00162   <span class="comment">// Display text</span>
<a name="l00163"></a><a class="code" href="a00099.html#a0697f7da06ffa8e6cae5c367239dcaa">00163</a>   <span class="keywordtype">int</span> DisplayText;
<a name="l00164"></a>00164   
<a name="l00165"></a>00165   <span class="comment">// Internal variables for bookkeeping (in display coordinates unless noted)</span>
<a name="l00166"></a><a class="code" href="a00099.html#2c9f36877f2ef7d7cb8d97ec118de8dc">00166</a>   <span class="keywordtype">double</span> CurrentWidth;
<a name="l00167"></a><a class="code" href="a00099.html#471d95202d780c0f8132815745ec1250">00167</a>   <span class="keywordtype">double</span> CurrentRadius;
<a name="l00168"></a><a class="code" href="a00099.html#6ba07f9afcf1b3866726b961103529b7">00168</a>   <span class="keywordtype">double</span> CurrentAxesWidth;
<a name="l00169"></a>00169 
<a name="l00170"></a>00170   <span class="comment">// The internal transformation matrix</span>
<a name="l00171"></a><a class="code" href="a00099.html#08d551932fae81ccaa83f2ec56e1ee1b">00171</a>   <a class="code" href="a01723.html" title="describes linear transformations via a 4x4 matrix">vtkTransform</a> *CurrentTransform;
<a name="l00172"></a><a class="code" href="a00099.html#784a1f471a86291493d6aac3de7ec623">00172</a>   <a class="code" href="a01723.html" title="describes linear transformations via a 4x4 matrix">vtkTransform</a> *TotalTransform;
<a name="l00173"></a><a class="code" href="a00099.html#4a95cee1b2c83633a88cd5fd0f0e61e8">00173</a>   <a class="code" href="a01723.html" title="describes linear transformations via a 4x4 matrix">vtkTransform</a> *TempTransform;
<a name="l00174"></a><a class="code" href="a00099.html#fcde0228d88fa1df74eb9f0591b49ae2">00174</a>   <span class="keywordtype">double</span> Origin[4]; <span class="comment">//the current origin in world coordinates</span>
<a name="l00175"></a><a class="code" href="a00099.html#d2ebe3b3af24c0a21dec58df63d7d45b">00175</a>   <span class="keywordtype">double</span> DisplayOrigin[3]; <span class="comment">//the current origin in display coordinates</span>
<a name="l00176"></a><a class="code" href="a00099.html#ceb850e23d8d4c92b5428bc0c156abd5">00176</a>   <span class="keywordtype">double</span> CurrentTranslation[3]; <span class="comment">//translation this movement</span>
<a name="l00177"></a><a class="code" href="a00099.html#b5d091c093acb97c574b239c42f0910a">00177</a>   <span class="keywordtype">double</span> StartWorldPosition[4]; <span class="comment">//Start event position converted to world</span>
<a name="l00178"></a><a class="code" href="a00099.html#dfebef4d4ad44a6d933a0c8dc367a874">00178</a>   <span class="keywordtype">double</span> StartAngle; <span class="comment">//The starting angle (always positive)</span>
<a name="l00179"></a><a class="code" href="a00099.html#2032640538c7fd0dd78a1e7ad596334f">00179</a>   <span class="keywordtype">double</span> CurrentAngle;
<a name="l00180"></a><a class="code" href="a00099.html#d63d998db992706465122e70499f8d86">00180</a>   <span class="keywordtype">double</span> CurrentScale[2];
<a name="l00181"></a><a class="code" href="a00099.html#77813f7f171dcded01a10378f5e06470">00181</a>   <span class="keywordtype">double</span> CurrentShear[2];
<a name="l00182"></a>00182   <span class="keywordtype">void</span>   ApplyShear(); <span class="comment">//helper method to apply shear to matrix</span>
<a name="l00183"></a>00183   
<a name="l00184"></a>00184   <span class="comment">// Properties used to control the appearance of selected objects and</span>
<a name="l00185"></a>00185   <span class="comment">// the manipulator in general.</span>
<a name="l00186"></a><a class="code" href="a00099.html#c3492ce85ebdec049eb4b8e85b5082b1">00186</a>   <a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>   *Property;
<a name="l00187"></a><a class="code" href="a00099.html#f5fd1c99d7b481add2648fcf282783cc">00187</a>   <a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>   *SelectedProperty;
<a name="l00188"></a><a class="code" href="a00099.html#b3f1369524c61e257bc56d378c760f13">00188</a>   <a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a> *TextProperty;
<a name="l00189"></a>00189   <span class="keywordtype">void</span>             CreateDefaultProperties();
<a name="l00190"></a><a class="code" href="a00099.html#38369d00547b3ecf695883096ca0bfd2">00190</a>   <span class="keywordtype">double</span>           Opacity;
<a name="l00191"></a><a class="code" href="a00099.html#f4178a1fcff9f5dea8b8ce1d4ec5a2d3">00191</a>   <span class="keywordtype">double</span>           SelectedOpacity;
<a name="l00192"></a>00192   
<a name="l00193"></a>00193   <span class="comment">// Support picking</span>
<a name="l00194"></a><a class="code" href="a00099.html#95912144866030e2c2ee2334f89de01f">00194</a>   <span class="keywordtype">double</span> LastEventPosition[2];
<a name="l00195"></a>00195   
<a name="l00196"></a>00196   <span class="comment">// These are the classes that form the geometric representation -----------</span>
<a name="l00197"></a>00197   <span class="comment">// The label </span>
<a name="l00198"></a><a class="code" href="a00099.html#7ec110c0a1b9f7373cc122ea9eeb61a9">00198</a>   <a class="code" href="a01691.html" title="2D text annotation">vtkTextMapper</a> *TextMapper;
<a name="l00199"></a><a class="code" href="a00099.html#b65b98fbcf134e7230e2641b9069e539">00199</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>    *TextActor;
<a name="l00200"></a>00200   
<a name="l00201"></a>00201   <span class="comment">// The outer box</span>
<a name="l00202"></a><a class="code" href="a00099.html#5ceea6562395392ef282aa3c1a09e769">00202</a>   <a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>           *BoxPoints;
<a name="l00203"></a><a class="code" href="a00099.html#45f6c4e4d5c4e60aa31b2ac3699f4065">00203</a>   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>        *BoxCellArray;
<a name="l00204"></a><a class="code" href="a00099.html#b00e60aae0b3a84bb7d7633674f939ce">00204</a>   <a class="code" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>         *<a class="code" href="a03761.html#88ade42854f67d6297898362e17a515f7e412548280b02c9eab8af16389177f3">Box</a>;
<a name="l00205"></a><a class="code" href="a00099.html#56cdd88443ae36c8cf11a3002c6ac467">00205</a>   <a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a> *BoxMapper;
<a name="l00206"></a><a class="code" href="a00099.html#6e7d701efa45ae7c77de8d3980dc1f93">00206</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>          *BoxActor;
<a name="l00207"></a>00207 
<a name="l00208"></a><a class="code" href="a00099.html#3990e55887c68a8af51c0ed4f46ff834">00208</a>   <a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>           *HBoxPoints;
<a name="l00209"></a><a class="code" href="a00099.html#f650a4fb58aae582372f778dac3eaf35">00209</a>   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>        *HBoxCellArray;
<a name="l00210"></a><a class="code" href="a00099.html#14e51b80903b276577ef8d8bdfd25c56">00210</a>   <a class="code" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>         *HBox;
<a name="l00211"></a><a class="code" href="a00099.html#830af8883adf22f9cc17591b397c79bd">00211</a>   <a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a> *HBoxMapper;
<a name="l00212"></a><a class="code" href="a00099.html#e08ef5e6f4e5e3de58284b01db5a0d1c">00212</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>          *HBoxActor;
<a name="l00213"></a>00213 
<a name="l00214"></a>00214   <span class="comment">// The circle</span>
<a name="l00215"></a><a class="code" href="a00099.html#29fe7eed690d69d0f991bedad67b1ccf">00215</a>   <a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>           *CirclePoints;
<a name="l00216"></a><a class="code" href="a00099.html#01debb30fa79d274ba3e9c7688299409">00216</a>   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>        *CircleCellArray;
<a name="l00217"></a><a class="code" href="a00099.html#31cafa30e99535b89b60501a74e4f046">00217</a>   <a class="code" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>         *Circle;
<a name="l00218"></a><a class="code" href="a00099.html#3ceec79461701328697faa6feb8350bf">00218</a>   <a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a> *CircleMapper;
<a name="l00219"></a><a class="code" href="a00099.html#419a5a2e658cf0712b22c882bd84f62a">00219</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>          *CircleActor;
<a name="l00220"></a>00220 
<a name="l00221"></a><a class="code" href="a00099.html#007cb904f2a9df03d56ae5c7541c322f">00221</a>   <a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>           *HCirclePoints;
<a name="l00222"></a><a class="code" href="a00099.html#ce17f59e72d25beacf0e724f8c6ad223">00222</a>   <a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>        *HCircleCellArray;
<a name="l00223"></a><a class="code" href="a00099.html#a02515d27cbd8b37520ce7d2c6560c15">00223</a>   <a class="code" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>         *HCircle;
<a name="l00224"></a><a class="code" href="a00099.html#65369f06c86c788764a1555df94f7e6e">00224</a>   <a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a> *HCircleMapper;
<a name="l00225"></a><a class="code" href="a00099.html#f052398e6dca762eb974c25bb5e723ca">00225</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>          *HCircleActor;
<a name="l00226"></a>00226   
<a name="l00227"></a>00227   <span class="comment">// The translation axes</span>
<a name="l00228"></a><a class="code" href="a00099.html#a33bf52b6f8454a4fbc91aef6d9588ff">00228</a>   <a class="code" href="a00950.html" title="create a leader with optional label and arrows">vtkLeaderActor2D</a>    *XAxis;
<a name="l00229"></a><a class="code" href="a00099.html#ae296870b742970f6e32c12139af7b73">00229</a>   <a class="code" href="a00950.html" title="create a leader with optional label and arrows">vtkLeaderActor2D</a>    *YAxis;
<a name="l00230"></a><a class="code" href="a00099.html#601572f932421f7703b8376565c174e9">00230</a>   <a class="code" href="a00950.html" title="create a leader with optional label and arrows">vtkLeaderActor2D</a>    *HXAxis;
<a name="l00231"></a><a class="code" href="a00099.html#1a0b76c348505ae337bf50fd9067c3d6">00231</a>   <a class="code" href="a00950.html" title="create a leader with optional label and arrows">vtkLeaderActor2D</a>    *HYAxis;
<a name="l00232"></a>00232 
<a name="l00233"></a>00233 <span class="keyword">private</span>:
<a name="l00234"></a>00234   <a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a>(<span class="keyword">const</span> <a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a>&amp;);  <span class="comment">//Not implemented</span>
<a name="l00235"></a>00235   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00099.html" title="represent 2D affine transformations">vtkAffineRepresentation2D</a>&amp;);  <span class="comment">//Not implemented</span>
<a name="l00236"></a>00236 };
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:51 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>