Sophie

Sophie

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

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/vtkGeoGraphRepresentation.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/vtkGeoGraphRepresentation.h</h1><a href="a02441.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: vtkGeoGraphRepresentation.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 <span class="comment">/*-------------------------------------------------------------------------</span>
<a name="l00016"></a>00016 <span class="comment">  Copyright 2008 Sandia Corporation.</span>
<a name="l00017"></a>00017 <span class="comment">  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,</span>
<a name="l00018"></a>00018 <span class="comment">  the U.S. Government retains certain rights in this software.</span>
<a name="l00019"></a>00019 <span class="comment">-------------------------------------------------------------------------*/</span>
<a name="l00035"></a>00035 <span class="preprocessor">#ifndef __vtkGeoGraphRepresentation_h</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define __vtkGeoGraphRepresentation_h</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="a03589.html">vtkDataRepresentation.h</a>"</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include "<a class="code" href="a02127.html">vtkSmartPointer.h</a>"</span> <span class="comment">// for ivars</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 <span class="keyword">class </span><a class="code" href="a00092.html" title="represents an object (geometry &amp;amp; properties) in a rendered scene">vtkActor</a>;
<a name="l00042"></a>00042 <span class="keyword">class </span><a class="code" href="a00093.html" title="a actor that draws 2D data">vtkActor2D</a>;
<a name="l00043"></a>00043 <span class="keyword">class </span><a class="code" href="a00102.html" title="Proxy object to connect input/output ports.">vtkAlgorithmOutput</a>;
<a name="l00044"></a>00044 <span class="keyword">class </span><a class="code" href="a00362.html" title="general representation of visualization data">vtkDataObject</a>;
<a name="l00045"></a>00045 <span class="keyword">class </span><a class="code" href="a00446.html" title="generate points at center of edges">vtkEdgeCenters</a>;
<a name="l00046"></a>00046 <span class="keyword">class </span><a class="code" href="a00448.html" title="layout graph edges">vtkEdgeLayout</a>;
<a name="l00047"></a>00047 <span class="keyword">class </span><a class="code" href="a00449.html" title="abstract superclass for all edge layout strategies">vtkEdgeLayoutStrategy</a>;
<a name="l00048"></a>00048 <span class="keyword">class </span><a class="code" href="a00514.html" title="return a subgraph of a vtkGraph">vtkExtractSelectedGraph</a>;
<a name="l00049"></a>00049 <span class="keyword">class </span><a class="code" href="a00613.html" title="Given latitude and longitude arrays, take the values in those arrays and convert...">vtkGeoAssignCoordinates</a>;
<a name="l00050"></a>00050 <span class="keyword">class </span><a class="code" href="a00616.html" title="Layout graph edges on a globe as arcs.">vtkGeoEdgeStrategy</a>;
<a name="l00051"></a>00051 <span class="keyword">class </span><a class="code" href="a00669.html" title="map vtkGraph and derived classes to graphics primitives">vtkGraphMapper</a>;
<a name="l00052"></a>00052 <span class="keyword">class </span><a class="code" href="a00672.html" title="convert a vtkGraph to vtkPolyData">vtkGraphToPolyData</a>;
<a name="l00053"></a>00053 <span class="keyword">class </span><a class="code" href="a00938.html" title="draw text labels at dataset points">vtkLabeledDataMapper</a>;
<a name="l00054"></a>00054 <span class="keyword">class </span><a class="code" href="a01254.html" title="build a label hierarchy for a graph or point set.">vtkPointSetToLabelHierarchy</a>;
<a name="l00055"></a>00055 <span class="keyword">class </span><a class="code" href="a00946.html" title="place a prioritized hierarchy of labels in screen space">vtkLabelPlacer</a>;
<a name="l00056"></a>00056 <span class="keyword">class </span><a class="code" href="a00947.html">vtkLabelSizeCalculator</a>;
<a name="l00057"></a>00057 <span class="keyword">class </span><a class="code" href="a00992.html" title="selectively filter points">vtkMaskPoints</a>;
<a name="l00058"></a>00058 <span class="keyword">class </span><a class="code" href="a01265.html" title="map vtkPolyData to graphics primitives">vtkPolyDataMapper</a>;
<a name="l00059"></a>00059 <span class="keyword">class </span><a class="code" href="a01522.html" title="A node in a selection tree. Used to store selection results.">vtkSelection</a>;
<a name="l00060"></a>00060 <span class="keyword">class </span><a class="code" href="a01528.html" title="extract points that are visible (based on z-buffer calculation)">vtkSelectVisiblePoints</a>;
<a name="l00061"></a>00061 <span class="keyword">class </span><a class="code" href="a00089.html" title="superclass for all geometric transformations">vtkAbstractTransform</a>;
<a name="l00062"></a>00062 <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="l00063"></a>00063 <span class="keyword">class </span><a class="code" href="a01830.html" title="The superclass for all views.">vtkView</a>;
<a name="l00064"></a>00064 <span class="keyword">class </span><a class="code" href="a01834.html" title="Sets theme colors for a graphical view.">vtkViewTheme</a>;
<a name="l00065"></a>00065 
<a name="l00066"></a><a class="code" href="a00620.html">00066</a> <span class="keyword">class </span><a class="code" href="a02170.html#a46c0c05c9ad9271ed6829efc6b364cf">VTK_GEOVIS_EXPORT</a> <a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a> : <span class="keyword">public</span> <a class="code" href="a00373.html" title="The superclass for all representations.">vtkDataRepresentation</a>
<a name="l00067"></a>00067 {
<a name="l00068"></a>00068 <span class="keyword">public</span>:
<a name="l00069"></a>00069   <span class="keyword">static</span> <a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a> *<a class="code" href="a00373.html#0866970c996eaea64255991141f14906">New</a>();
<a name="l00070"></a><a class="code" href="a00620.html#5a62d22fb583c92fa0d7abae96287fee">00070</a>   vtkTypeRevisionMacro(<a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a>, <a class="code" href="a00373.html" title="The superclass for all representations.">vtkDataRepresentation</a>);
<a name="l00071"></a>00071   <span class="keywordtype">void</span> <a class="code" href="a00373.html#fc4d591589c67435e8a481e64b4949a3">PrintSelf</a>(ostream&amp; os, <a class="code" href="a00869.html" title="a simple class to control print indentation">vtkIndent</a> indent);
<a name="l00072"></a>00072   
<a name="l00074"></a>00074   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="a00373.html#eac1b46877521662870da5c833c019be">SetInputConnection</a>(<a class="code" href="a00102.html" title="Proxy object to connect input/output ports.">vtkAlgorithmOutput</a>* conn);
<a name="l00075"></a>00075 
<a name="l00077"></a>00077 
<a name="l00078"></a>00078   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetVertexLabelArrayName(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c713735f1d46c2694d66e85217207be2">name</a>);
<a name="l00079"></a>00079   <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetVertexLabelArrayName();
<a name="l00081"></a>00081 
<a name="l00083"></a>00083 
<a name="l00084"></a>00084   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetVertexLabelVisibility(<span class="keywordtype">bool</span> b);
<a name="l00085"></a>00085   <span class="keyword">virtual</span> <span class="keywordtype">bool</span> GetVertexLabelVisibility();
<a name="l00086"></a><a class="code" href="a00620.html#aaf3780fce5540d447c2785407ed3394">00086</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> VertexLabelVisibilityOn() { this-&gt;SetVertexLabelVisibility(<span class="keyword">true</span>); }
<a name="l00087"></a><a class="code" href="a00620.html#0bd611bacc436abb9622d1b1bd0a045f">00087</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> VertexLabelVisibilityOff() { this-&gt;SetVertexLabelVisibility(<span class="keyword">false</span>); }
<a name="l00089"></a>00089 
<a name="l00091"></a>00091 
<a name="l00092"></a>00092   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetExplodeFactor(<span class="keywordtype">double</span> factor);
<a name="l00093"></a>00093   <span class="keyword">virtual</span> <span class="keywordtype">double</span> GetExplodeFactor();
<a name="l00095"></a>00095 
<a name="l00097"></a>00097 
<a name="l00098"></a>00098   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetNumberOfSubdivisions(<span class="keywordtype">int</span> num);
<a name="l00099"></a>00099   <span class="keyword">virtual</span> <span class="keywordtype">int</span> GetNumberOfSubdivisions();
<a name="l00101"></a>00101 
<a name="l00103"></a>00103 
<a name="l00104"></a>00104   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetLatitudeArrayName(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c713735f1d46c2694d66e85217207be2">name</a>);
<a name="l00105"></a>00105   <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetLatitudeArrayName();
<a name="l00107"></a>00107 
<a name="l00109"></a>00109 
<a name="l00110"></a>00110   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetLongitudeArrayName(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c713735f1d46c2694d66e85217207be2">name</a>);
<a name="l00111"></a>00111   <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* GetLongitudeArrayName();
<a name="l00113"></a>00113 
<a name="l00115"></a>00115 
<a name="l00116"></a>00116   <span class="keywordtype">void</span> SetVertexLabelFontSize(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e3d5e7c015dff08d8daf72a0102e1444">size</a>);
<a name="l00117"></a>00117   <span class="keywordtype">int</span> GetVertexLabelFontSize();
<a name="l00119"></a>00119 
<a name="l00121"></a>00121 
<a name="l00122"></a>00122   <span class="keywordtype">void</span> SetColorVertices(<span class="keywordtype">bool</span> b);
<a name="l00123"></a>00123   <span class="keywordtype">bool</span> GetColorVertices();
<a name="l00124"></a>00124   vtkBooleanMacro(ColorVertices, <span class="keywordtype">bool</span>);
<a name="l00126"></a>00126 
<a name="l00128"></a>00128 
<a name="l00129"></a>00129   <span class="keywordtype">void</span> SetVertexColorArrayName(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c713735f1d46c2694d66e85217207be2">name</a>);
<a name="l00130"></a>00130   <span class="keyword">const</span> <span class="keywordtype">char</span>* GetVertexColorArrayName();
<a name="l00132"></a>00132 
<a name="l00134"></a>00134 
<a name="l00135"></a>00135   <span class="keywordtype">void</span> SetEdgeLabelVisibility(<span class="keywordtype">bool</span> b);
<a name="l00136"></a>00136   <span class="keywordtype">bool</span> GetEdgeLabelVisibility();
<a name="l00137"></a>00137   vtkBooleanMacro(EdgeLabelVisibility, <span class="keywordtype">bool</span>);
<a name="l00139"></a>00139 
<a name="l00141"></a>00141 
<a name="l00142"></a>00142   <span class="keywordtype">void</span> SetEdgeLabelArrayName(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c713735f1d46c2694d66e85217207be2">name</a>);
<a name="l00143"></a>00143   <span class="keyword">const</span> <span class="keywordtype">char</span>* GetEdgeLabelArrayName();
<a name="l00145"></a>00145 
<a name="l00147"></a>00147 
<a name="l00148"></a>00148   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetEdgeLayoutStrategy(<a class="code" href="a00449.html" title="abstract superclass for all edge layout strategies">vtkEdgeLayoutStrategy</a>* strategy);
<a name="l00149"></a>00149   <span class="keyword">virtual</span> <a class="code" href="a00449.html" title="abstract superclass for all edge layout strategies">vtkEdgeLayoutStrategy</a>* GetEdgeLayoutStrategy();
<a name="l00150"></a>00150   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetEdgeLayoutStrategyToGeo();
<a name="l00151"></a>00151   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetEdgeLayoutStrategyToArcParallel();
<a name="l00153"></a>00153 
<a name="l00155"></a>00155 
<a name="l00156"></a>00156   <span class="keywordtype">void</span> SetEdgeLabelFontSize(<span class="keywordtype">int</span> <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210e3d5e7c015dff08d8daf72a0102e1444">size</a>);
<a name="l00157"></a>00157   <span class="keywordtype">int</span> GetEdgeLabelFontSize();
<a name="l00159"></a>00159 
<a name="l00161"></a>00161 
<a name="l00162"></a>00162   <span class="keywordtype">void</span> SetColorEdges(<span class="keywordtype">bool</span> b);
<a name="l00163"></a>00163   <span class="keywordtype">bool</span> GetColorEdges();
<a name="l00164"></a>00164   vtkBooleanMacro(ColorEdges, <span class="keywordtype">bool</span>);
<a name="l00166"></a>00166 
<a name="l00168"></a>00168 
<a name="l00169"></a>00169   <span class="keywordtype">void</span> SetEdgeColorArrayName(<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="a03761.html#c6551f7bf833e8254b2b3ecdaea0d210c713735f1d46c2694d66e85217207be2">name</a>);
<a name="l00170"></a>00170   <span class="keyword">const</span> <span class="keywordtype">char</span>* GetEdgeColorArrayName();
<a name="l00172"></a>00172 
<a name="l00174"></a>00174 
<a name="l00176"></a>00176   <span class="keywordtype">void</span> SetTransform(<a class="code" href="a00089.html" title="superclass for all geometric transformations">vtkAbstractTransform</a>* trans);
<a name="l00177"></a>00177   <a class="code" href="a00089.html" title="superclass for all geometric transformations">vtkAbstractTransform</a>* GetTransform();
<a name="l00179"></a>00179 
<a name="l00181"></a>00181   <span class="keywordtype">void</span> ApplyViewTheme(<a class="code" href="a01834.html" title="Sets theme colors for a graphical view.">vtkViewTheme</a>* theme);
<a name="l00182"></a>00182 
<a name="l00184"></a>00184   <span class="keyword">virtual</span> <span class="keywordtype">void</span> PrepareForRendering();
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 <span class="keyword">protected</span>:
<a name="l00187"></a>00187   <a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a>();
<a name="l00188"></a>00188   ~<a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a>();
<a name="l00189"></a>00189 
<a name="l00191"></a>00191 
<a name="l00193"></a>00193   vtkSetStringMacro(LabelArrayName);
<a name="l00194"></a>00194   vtkGetStringMacro(LabelArrayName);
<a name="l00196"></a>00196 
<a name="l00199"></a>00199   <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="a00373.html#9959b0453d651b390c11e9828ad8e111">AddToView</a>(<a class="code" href="a01830.html" title="The superclass for all views.">vtkView</a>* view);
<a name="l00200"></a>00200 
<a name="l00203"></a>00203   <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="a00373.html#3123cef489f6f49709b59404bfcb177b">RemoveFromView</a>(<a class="code" href="a01830.html" title="The superclass for all views.">vtkView</a>* view);
<a name="l00204"></a>00204 
<a name="l00208"></a>00208   <span class="keyword">virtual</span> <a class="code" href="a01522.html" title="A node in a selection tree. Used to store selection results.">vtkSelection</a>* <a class="code" href="a00373.html#d68233c07a24ffdbcae7d8dbea399f92">ConvertSelection</a>(<a class="code" href="a01830.html" title="The superclass for all views.">vtkView</a>* view, <a class="code" href="a01522.html" title="A node in a selection tree. Used to store selection results.">vtkSelection</a>* selection);
<a name="l00209"></a>00209 
<a name="l00210"></a>00210   <span class="comment">//BTX</span>
<a name="l00212"></a>00212 <span class="comment"></span>
<a name="l00213"></a><a class="code" href="a00620.html#8478ef3c6a054e3b5f2e47a8976d9694">00213</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkGeoAssignCoordinates&gt;</a>    AssignCoordinates;
<a name="l00214"></a><a class="code" href="a00620.html#4f451bf0622bbad56b8e68f788b810a3">00214</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkLabelSizeCalculator&gt;</a>     LabelSize;
<a name="l00215"></a><a class="code" href="a00620.html#d5909de2e55f7a3af0a8a1284a4b1591">00215</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkPointSetToLabelHierarchy&gt;</a> LabelHierarchy;
<a name="l00216"></a><a class="code" href="a00620.html#c2b1854cdb18747cb0b07a6cd7b4c678">00216</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkLabelPlacer&gt;</a>             LabelPlacer;
<a name="l00217"></a><a class="code" href="a00620.html#b904cad4eb6e262d0bdd386b75c617ec">00217</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkLabeledDataMapper&gt;</a>       LabelMapper;
<a name="l00218"></a><a class="code" href="a00620.html#95c08a6a3b9e65298d9d21170ee7e335">00218</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkActor2D&gt;</a>                 LabelActor;
<a name="l00219"></a><a class="code" href="a00620.html#892f740bc4b8cb3a8253bc1512e80c96">00219</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkEdgeLayout&gt;</a>              EdgeLayout;
<a name="l00220"></a><a class="code" href="a00620.html#5de67f2666cc31dc7e866ab28046f9f6">00220</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkGraphMapper&gt;</a>             GraphMapper;
<a name="l00221"></a><a class="code" href="a00620.html#c6dce2716c9b58a06ce0f4b1f9a59e65">00221</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkActor&gt;</a>                   GraphActor;
<a name="l00222"></a><a class="code" href="a00620.html#5d5d77df12f2eb3ccc721237b66c0767">00222</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkGraphToPolyData&gt;</a>         GraphToPolyData;
<a name="l00223"></a><a class="code" href="a00620.html#3752d7b3f98bc712182395acda610bf0">00223</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkEdgeCenters&gt;</a>             EdgeCenters;
<a name="l00224"></a><a class="code" href="a00620.html#523a087897079c686b4a61be4fcafb9e">00224</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkLabeledDataMapper&gt;</a>       EdgeLabelMapper;
<a name="l00225"></a><a class="code" href="a00620.html#753c93204282b892ccda40119f3a3490">00225</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkActor2D&gt;</a>                 EdgeLabelActor;
<a name="l00226"></a><a class="code" href="a00620.html#91759a8e68e487bf6fd76a2f5e9bd189">00226</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkMaskPoints&gt;</a>              EdgeLabelMaskPoints;
<a name="l00227"></a><a class="code" href="a00620.html#aa59ad182cff79b486ad9bd4239ca0ef">00227</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkSelectVisiblePoints&gt;</a>     EdgeLabelSelectVisiblePoints;
<a name="l00228"></a><a class="code" href="a00620.html#d18c64a440542a19b3b07fb3734d0621">00228</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkTransformPolyDataFilter&gt;</a> EdgeLabelTransform;
<a name="l00229"></a><a class="code" href="a00620.html#d404f857e8d478e8334ea56dfe1963d3">00229</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkExtractSelectedGraph&gt;</a>    ExtractSelection;
<a name="l00230"></a><a class="code" href="a00620.html#6d65edcc45051f49328055438fd9ad0d">00230</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkGraphMapper&gt;</a>             SelectionMapper;
<a name="l00231"></a><a class="code" href="a00620.html#c12fb604137a2470d34f4d3687ec0fa5">00231</a>   <a class="code" href="a01562.html" title="Hold a reference to a vtkObjectBase instance.">vtkSmartPointer&lt;vtkActor&gt;</a>                   SelectionActor;
<a name="l00232"></a>00232   <span class="comment">//ETX</span>
<a name="l00234"></a>00234 <span class="comment"></span>
<a name="l00235"></a><a class="code" href="a00620.html#4e3ce40938d656822c49ffb6506bcf2a">00235</a>   <span class="keywordtype">char</span>* LabelArrayName;
<a name="l00236"></a><a class="code" href="a00620.html#3d89b0008b786f54c7921cf828793986">00236</a>   <span class="keywordtype">bool</span> In3DGeoView;
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 <span class="keyword">private</span>:
<a name="l00239"></a>00239   <a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a>(<span class="keyword">const</span> <a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00240"></a>00240   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="a00620.html" title="Displays a graph on a earth view.">vtkGeoGraphRepresentation</a>&amp;);  <span class="comment">// Not implemented.</span>
<a name="l00241"></a>00241 };
<a name="l00242"></a>00242 
<a name="l00243"></a>00243 <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>