Sophie

Sophie

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

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/Geovis/vtkCompassRepresentation.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/Geovis/vtkCompassRepresentation.h</h1><a href="a02429.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: vtkCompassRepresentation.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="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="comment">/*-------------------------------------------------------------------------</span>
<a name="l00017"></a>00017 <span class="comment">  Copyright 2008 Sandia Corporation.</span>
<a name="l00018"></a>00018 <span class="comment">  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,</span>
<a name="l00019"></a>00019 <span class="comment">  the U.S. Government retains certain rights in this software.</span>
<a name="l00020"></a>00020 <span class="comment">-------------------------------------------------------------------------*/</span>
<a name="l00021"></a>00021 
<a name="l00028"></a>00028 <span class="preprocessor">#ifndef __vtkCompassWidgetRepresentation_h</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define __vtkCompassWidgetRepresentation_h</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="preprocessor">#include "<a class="code" href="a03680.html">vtkContinuousValueWidgetRepresentation.h</a>"</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include "<a class="code" href="a02219.html">vtkCoordinate.h</a>"</span> <span class="comment">// For vtkViewportCoordinateMacro</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include "<a class="code" href="a03673.html">vtkCenteredSliderRepresentation.h</a>"</span> <span class="comment">// to use in a SP</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include "<a class="code" href="a02127.html">vtkSmartPointer.h</a>"</span> <span class="comment">// used for SmartPointers</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="keyword">class </span><a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>;
<a name="l00037"></a>00037 <span class="keyword">class </span><a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>;
<a name="l00038"></a>00038 <span class="keyword">class </span><a class="code" href="a00242.html" title="object to represent cell connectivity">vtkCellArray</a>;
<a name="l00039"></a>00039 <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="l00040"></a>00040 <span class="keyword">class </span><a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a>;
<a name="l00041"></a>00041 <span class="keyword">class </span><a class="code" href="a00335.html" title="perform coordinate transformation, and represent position, in a variety of vtk coordinate...">vtkCoordinate</a>;
<a name="l00042"></a>00042 <span class="keyword">class </span><a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>;
<a name="l00043"></a>00043 <span class="keyword">class </span><a class="code" href="a01321.html" title="a list of Props">vtkPropCollection</a>;
<a name="l00044"></a>00044 <span class="keyword">class </span><a class="code" href="a01886.html" title="window superclass for vtkRenderWindow">vtkWindow</a>;
<a name="l00045"></a>00045 <span class="keyword">class </span><a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a>;
<a name="l00046"></a>00046 <span class="keyword">class </span><a class="code" href="a01723.html" title="describes linear transformations via a 4x4 matrix">vtkTransform</a>;
<a name="l00047"></a>00047 <span class="keyword">class </span><a class="code" href="a01731.html" title="transform points and associated normals and vectors for polygonal dataset">vtkTransformPolyDataFilter</a>;
<a name="l00048"></a>00048 <span class="keyword">class </span><a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>;
<a name="l00049"></a>00049 <span class="keyword">class </span><a class="code" href="a01689.html" title="An actor that displays text. Scaled or unscaled.">vtkTextActor</a>;
<a name="l00050"></a>00050 
<a name="l00051"></a>00051 
<a name="l00052"></a><a class="code" href="a00296.html">00052</a> <span class="keyword">class </span><a class="code" href="a02170.html#a46c0c05c9ad9271ed6829efc6b364cf">VTK_GEOVIS_EXPORT</a> <a class="code" href="a00296.html">vtkCompassRepresentation</a> : 
<a name="l00053"></a>00053   <span class="keyword">public</span> <a class="code" href="a00322.html" title="provide the representation for a continuous value">vtkContinuousValueWidgetRepresentation</a>
<a name="l00054"></a>00054 {
<a name="l00055"></a>00055 <span class="keyword">public</span>:
<a name="l00057"></a>00057   <span class="keyword">static</span> <a class="code" href="a00296.html">vtkCompassRepresentation</a> *<a class="code" href="a01084.html#4d5b227267c076d6f9e38483370b6612">New</a>();
<a name="l00058"></a>00058 
<a name="l00060"></a>00060 
<a name="l00061"></a>00061   vtkTypeRevisionMacro(<a class="code" href="a00296.html">vtkCompassRepresentation</a>,
<a name="l00062"></a><a class="code" href="a00296.html#098f741652bf53e8b688f942c5f7f8a8">00062</a>                        <a class="code" href="a00322.html" title="provide the representation for a continuous value">vtkContinuousValueWidgetRepresentation</a>);
<a name="l00063"></a>00063   <span class="keywordtype">void</span> <a class="code" href="a00322.html#4affe62a11a373c0aa6853a20a256cfd">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00065"></a>00065   
<a name="l00072"></a>00072   <a class="code" href="a00335.html" title="perform coordinate transformation, and represent position, in a variety of vtk coordinate...">vtkCoordinate</a> *GetPoint1Coordinate();
<a name="l00073"></a>00073 
<a name="l00080"></a>00080   <a class="code" href="a00335.html" title="perform coordinate transformation, and represent position, in a variety of vtk coordinate...">vtkCoordinate</a> *GetPoint2Coordinate();
<a name="l00081"></a>00081 
<a name="l00083"></a>00083 
<a name="l00085"></a>00085   vtkGetObjectMacro(RingProperty,<a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>);
<a name="l00087"></a>00087   
<a name="l00089"></a>00089 
<a name="l00091"></a>00091   vtkGetObjectMacro(SelectedProperty,<a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>);
<a name="l00093"></a>00093   
<a name="l00095"></a>00095 
<a name="l00096"></a>00096   vtkGetObjectMacro(LabelProperty,<a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>);
<a name="l00098"></a>00098 
<a name="l00100"></a>00100 
<a name="l00103"></a>00103   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00322.html#12d7ab29d6ef7866ed8c6bd1f0530ac5">PlaceWidget</a>(<span class="keywordtype">double</span> bounds[6]);
<a name="l00104"></a>00104   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00322.html#be72643417891d19d660013c21857f46">BuildRepresentation</a>();
<a name="l00105"></a>00105   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00322.html#8145dd3c1232ded404c45f963442c93e">StartWidgetInteraction</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00106"></a>00106   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00322.html#d9d1c0886a5b80e245ee91036a5bd375">WidgetInteraction</a>(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00107"></a>00107   <span class="keyword">virtual</span> <span class="keywordtype">void</span> TiltWidgetInteraction(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00108"></a>00108   <span class="keyword">virtual</span> <span class="keywordtype">void</span> DistanceWidgetInteraction(<span class="keywordtype">double</span> eventPos[2]);
<a name="l00109"></a>00109   <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="l00110"></a>00110   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#4bccab4646d6c0f19d8888a3db9845ff">Highlight</a>(<span class="keywordtype">int</span>);
<a name="l00112"></a>00112 
<a name="l00114"></a>00114 
<a name="l00115"></a>00115   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#941529adca4ea1e3152ecbd7657aed6f">GetActors</a>(<a class="code" href="a01321.html" title="a list of Props">vtkPropCollection</a>*);
<a name="l00116"></a>00116   <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="l00117"></a>00117   <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>*);
<a name="l00118"></a>00118   <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="a01877.html#5db136973bcd6232d212eeb1afcd0354">RenderOpaqueGeometry</a>(<a class="code" href="a01833.html" title="abstract specification for Viewports">vtkViewport</a>*);
<a name="l00120"></a>00120 
<a name="l00121"></a>00121   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetHeading(<span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2106bf5e5151797630e91167caab3f22b9a">value</a>);
<a name="l00122"></a>00122   <span class="keyword">virtual</span> <span class="keywordtype">double</span> GetHeading();
<a name="l00123"></a>00123   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetTilt(<span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2106bf5e5151797630e91167caab3f22b9a">value</a>);
<a name="l00124"></a>00124   <span class="keyword">virtual</span> <span class="keywordtype">double</span> GetTilt();
<a name="l00125"></a>00125   <span class="keyword">virtual</span> <span class="keywordtype">void</span> UpdateTilt(<span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a>);
<a name="l00126"></a>00126   <span class="keyword">virtual</span> <span class="keywordtype">void</span> EndTilt();
<a name="l00127"></a>00127   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetDistance(<span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2106bf5e5151797630e91167caab3f22b9a">value</a>);
<a name="l00128"></a>00128   <span class="keyword">virtual</span> <span class="keywordtype">double</span> GetDistance();
<a name="l00129"></a>00129   <span class="keyword">virtual</span> <span class="keywordtype">void</span> UpdateDistance(<span class="keywordtype">double</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107b83992a2109ab18b82ba0228887498e">time</a>);
<a name="l00130"></a>00130   <span class="keyword">virtual</span> <span class="keywordtype">void</span> EndDistance();
<a name="l00131"></a>00131   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a01877.html#5154e053614a4f996c64e522abb6cbb8">SetRenderer</a>(<a class="code" href="a01480.html" title="abstract specification for renderers">vtkRenderer</a> *ren);
<a name="l00132"></a>00132 
<a name="l00133"></a>00133 <span class="comment">//BTX</span>
<a name="l00134"></a>00134   <span class="comment">// Enums are used to describe what is selected</span>
<a name="l00135"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b7">00135</a>   <span class="keyword">enum</span> <a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b7">_InteractionState</a>
<a name="l00136"></a>00136   {
<a name="l00137"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b76add3087a1b7886d1cdab6d4c6c00933">00137</a>     Outside=0,
<a name="l00138"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b7712c43eedae242a1793ce854399ea3a8">00138</a>     Inside,
<a name="l00139"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b74acf49415c83a18231569d9bdff7ffd6">00139</a>     Adjusting,
<a name="l00140"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b71771a7697b694907f6b4f518cec97fc8">00140</a>     TiltDown,
<a name="l00141"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b7f3dc3b6f77a256eac524199672bfa412">00141</a>     TiltUp,
<a name="l00142"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b74f5184cca31444edfde7c40ed2093e29">00142</a>     TiltAdjusting,
<a name="l00143"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b71bebcbb4da4cb6969a0160cf26eb5f9e">00143</a>     DistanceOut,
<a name="l00144"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b71e69d9b1656732a28227c8f385447a41">00144</a>     DistanceIn,
<a name="l00145"></a><a class="code" href="a00296.html#56ae8698942e963beb1cce411fd638b78df0315ab114be0d9af029bf9087a66d">00145</a>     DistanceAdjusting
<a name="l00146"></a>00146   };
<a name="l00147"></a>00147 <span class="comment">//ETX</span>
<a name="l00148"></a>00148 
<a name="l00149"></a>00149 <span class="keyword">protected</span>:
<a name="l00150"></a>00150   <a class="code" href="a00296.html">vtkCompassRepresentation</a>();
<a name="l00151"></a>00151   ~<a class="code" href="a00296.html">vtkCompassRepresentation</a>();
<a name="l00152"></a>00152 
<a name="l00153"></a>00153   <span class="comment">// Positioning the widget</span>
<a name="l00154"></a><a class="code" href="a00296.html#9a41cd01cb66e09461f1048f55f6e168">00154</a>   <a class="code" href="a00335.html" title="perform coordinate transformation, and represent position, in a variety of vtk coordinate...">vtkCoordinate</a> *Point1Coordinate;
<a name="l00155"></a><a class="code" href="a00296.html#c790a553f278d63588983d25e2812aca">00155</a>   <a class="code" href="a00335.html" title="perform coordinate transformation, and represent position, in a variety of vtk coordinate...">vtkCoordinate</a> *Point2Coordinate;
<a name="l00156"></a>00156 
<a name="l00157"></a>00157   <span class="comment">// radius values</span>
<a name="l00158"></a><a class="code" href="a00296.html#b65b5e29b5aca1b4d91e87004f3e8bdf">00158</a>   <span class="keywordtype">double</span> InnerRadius;
<a name="l00159"></a><a class="code" href="a00296.html#9a68bacd78d900aa46ab57417145d9a7">00159</a>   <span class="keywordtype">double</span> OuterRadius;
<a name="l00160"></a>00160 
<a name="l00161"></a>00161   <span class="comment">// tilt and distance rep</span>
<a name="l00162"></a>00162   <span class="comment">//BTX</span>
<a name="l00163"></a><a class="code" href="a00296.html#15d1e6adfcc398744ff65e9a3d7533bc">00163</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkCenteredSliderRepresentation&gt;</a> TiltRepresentation;
<a name="l00164"></a><a class="code" href="a00296.html#e8495120996cf847f42244486e90b4e1">00164</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkCenteredSliderRepresentation&gt;</a> DistanceRepresentation;
<a name="l00165"></a>00165   <span class="comment">//ETX</span>
<a name="l00166"></a>00166 
<a name="l00167"></a>00167   <span class="comment">// Define the geometry. It is constructed in canaonical position</span>
<a name="l00168"></a>00168   <span class="comment">// along the x-axis and then rotated into position.</span>
<a name="l00169"></a><a class="code" href="a00296.html#dd64a01da05a95aaf5816f7418c5b204">00169</a>   <a class="code" href="a01723.html" title="describes linear transformations via a 4x4 matrix">vtkTransform</a>        *XForm;
<a name="l00170"></a><a class="code" href="a00296.html#e8e8d7fe5a5ac4f057e35cc02da54dab">00170</a>   <a class="code" href="a01250.html" title="represent and manipulate 3D points">vtkPoints</a>           *Points;
<a name="l00171"></a>00171 
<a name="l00172"></a><a class="code" href="a00296.html#c34b7275e1008680fe0cdecf539d2f42">00172</a>   <a class="code" href="a01260.html" title="concrete dataset represents vertices, lines, polygons, and triangle strips">vtkPolyData</a>         *Ring;
<a name="l00173"></a><a class="code" href="a00296.html#ab5e826bf99aebc58183d9c0027684e7">00173</a>   <a class="code" href="a01731.html" title="transform points and associated normals and vectors for polygonal dataset">vtkTransformPolyDataFilter</a> *RingXForm;
<a name="l00174"></a><a class="code" href="a00296.html#574325f0dd9acbf3ae020cbc76ff61c2">00174</a>   <a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a> *RingMapper;
<a name="l00175"></a><a class="code" href="a00296.html#a66cfa06849e746a314fd48708b42ed4">00175</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>          *RingActor;
<a name="l00176"></a><a class="code" href="a00296.html#45e34ebc46178315c6d918260a84b38f">00176</a>   <a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>       *RingProperty;
<a name="l00177"></a>00177 
<a name="l00178"></a><a class="code" href="a00296.html#f89d357b7016ce7b2fb37ee66ae86b23">00178</a>   <a class="code" href="a01266.html" title="draw vtkPolyData onto the image plane">vtkPolyDataMapper2D</a> *BackdropMapper;
<a name="l00179"></a><a class="code" href="a00296.html#9e5950063d6b50873ffa26028a96b198">00179</a>   <a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>          *Backdrop;
<a name="l00180"></a>00180   
<a name="l00181"></a><a class="code" href="a00296.html#dbf284a85f020f8d5c9fd2405dd3a8aa">00181</a>   <a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>     *LabelProperty;
<a name="l00182"></a><a class="code" href="a00296.html#a7b19b3941d97a798c9007ee80ff1a88">00182</a>   <a class="code" href="a01689.html" title="An actor that displays text. Scaled or unscaled.">vtkTextActor</a>        *LabelActor;
<a name="l00183"></a><a class="code" href="a00296.html#6ba26e194743084b29edc40cbed36513">00183</a>   <a class="code" href="a01692.html" title="represent text properties.">vtkTextProperty</a>     *StatusProperty;
<a name="l00184"></a><a class="code" href="a00296.html#faddafe60430d3771230d86dc8b8b5e1">00184</a>   <a class="code" href="a01689.html" title="An actor that displays text. Scaled or unscaled.">vtkTextActor</a>        *StatusActor;
<a name="l00185"></a>00185 
<a name="l00186"></a><a class="code" href="a00296.html#a982b9039dbc2b0276e2dcd69274612b">00186</a>   <a class="code" href="a01323.html" title="represent surface properties of a 2D image">vtkProperty2D</a>       *SelectedProperty;
<a name="l00187"></a>00187 
<a name="l00188"></a>00188   <span class="comment">// build the tube geometry</span>
<a name="l00189"></a>00189   <span class="keywordtype">void</span> BuildRing();
<a name="l00190"></a>00190   <span class="keywordtype">void</span> BuildBackdrop();
<a name="l00191"></a>00191 
<a name="l00192"></a>00192   <span class="comment">// used for positioning etc</span>
<a name="l00193"></a>00193   <span class="keywordtype">void</span> GetCenterAndUnitRadius(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d2107cf190fdac7e1fa1890c67ec92d414d6">center</a>[2], <span class="keywordtype">double</span> &amp;<a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c88c373494669189048f82ee86af5852">radius</a>);
<a name="l00194"></a>00194 
<a name="l00195"></a><a class="code" href="a00296.html#16cebd147fb86a3d7d1a75da21ef4eed">00195</a>   <span class="keywordtype">int</span> HighlightState;
<a name="l00196"></a>00196 
<a name="l00197"></a><a class="code" href="a00296.html#2cb555f8b88e2c896a2eef40c1208534">00197</a>   <span class="keywordtype">double</span> Heading;
<a name="l00198"></a><a class="code" href="a00296.html#4ec7eff460cdd27321b61f79feb4ea54">00198</a>   <span class="keywordtype">double</span> Tilt;
<a name="l00199"></a><a class="code" href="a00296.html#edc340ce9f9d43c6bf1c35d70c9ae352">00199</a>   <span class="keywordtype">double</span> Distance;
<a name="l00200"></a>00200 
<a name="l00201"></a>00201 <span class="keyword">private</span>:
<a name="l00202"></a>00202   <a class="code" href="a00296.html">vtkCompassRepresentation</a>(<span class="keyword">const</span> <a class="code" href="a00296.html">vtkCompassRepresentation</a>&amp;); <span class="comment">//Not implemented </span>
<a name="l00203"></a>00203   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00296.html">vtkCompassRepresentation</a>&amp;); <span class="comment">//Not implemented</span>
<a name="l00204"></a>00204 };
<a name="l00205"></a>00205 
<a name="l00206"></a>00206 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 18:35:19 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>