Sophie

Sophie

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

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: vtkGeoSource Class Reference</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 class="current"><a href="classes.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>vtkGeoSource Class Reference</h1><!-- doxytag: class="vtkGeoSource" --><!-- doxytag: inherits="vtkObject" --><code>#include &lt;<a class="el" href="a04242.html">vtkGeoSource.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkGeoSource:</div>
<div class="dynsection">
<p><center><img src="a10245.png" border="0" usemap="#a10246" alt="Inheritance graph"></center>
<map name="a10246">
<area shape="rect" href="a00611.html" title="Splits hi&#45;res image into tiles." alt="" coords="451,5,643,32"><area shape="rect" href="a00617.html" title="A tiled image source on disk." alt="" coords="463,56,631,83"><area shape="rect" href="a00618.html" title="A source for tiled geometry on disk." alt="" coords="459,107,635,133"><area shape="rect" href="a00619.html" title="Spherical globe source." alt="" coords="475,157,619,184"><area shape="rect" href="a00630.html" title="A 2D geographic geometry source." alt="" coords="461,208,632,235"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="165,107,245,133"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,107,116,133"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkGeoSource:</div>
<div class="dynsection">
<p><center><img src="a10247.png" border="0" usemap="#a10248" alt="Collaboration graph"></center>
<map name="a10248">
<area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="264,214,344,240"><area shape="rect" href="a00314.html" title="mutual exclusion locking class" alt="" coords="601,80,751,107"><area shape="rect" href="a00285.html" title="create and manipulate unsorted lists of objects" alt="" coords="945,200,1047,227"><area shape="rect" href="a00286.html" title="vtkCollectionElement" alt="" coords="601,272,751,299"><area shape="rect" href="a01074.html" title="mutual exclusion locking class" alt="" coords="623,338,729,364"><area shape="rect" href="a01064.html" title="A class for performing multithreaded execution." alt="" coords="1301,368,1427,395"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="7,188,116,215"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="7,239,116,266"><area shape="rect" href="a01547.html" title="vtkSimpleConditionVariable" alt="" coords="209,54,399,80"><area shape="rect" href="a01065.html" title="vtkMultiThreader::ThreadInfo" alt="" coords="896,338,1096,364"><area shape="rect" href="a01552.html" title="vtkSimpleMutexLock" alt="" coords="231,488,377,515"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a10249.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
A multi-resolution geographic data source. 
<p>
<a class="el" href="a00633.html" title="A multi-resolution geographic data source.">vtkGeoSource</a> is an abstract superclass for all multi-resolution data sources shown in a geographic view like <a class="el" href="a00639.html" title="A 3D geospatial view.">vtkGeoView</a> or <a class="el" href="a00640.html" title="A 2D geospatial view.">vtkGeoView2D</a>. <a class="el" href="a00633.html" title="A multi-resolution geographic data source.">vtkGeoSource</a> subclasses need to implement the <a class="el" href="a00633.html#7bdffd5805c5df3bda0faab4aa01ba24">FetchRoot()</a> method, which fills a <a class="el" href="a00638.html">vtkGeoTreeNode</a> with the low-res data at the root, and <a class="el" href="a00633.html#028ad83c3540008edd7cf4f5b9c5c3e4">FetchChild()</a>, which produces a refinement of a parent node. Other geovis classes such as <a class="el" href="a00634.html" title="A 3D terrain model for the globe.">vtkGeoTerrain</a>, <a class="el" href="a00635.html" title="A 2D terrain model for the globe.">vtkGeoTerrain2D</a>, and <a class="el" href="a00611.html" title="Splits hi-res image into tiles.">vtkGeoAlignedImageSource</a> use a <a class="el" href="a00633.html" title="A multi-resolution geographic data source.">vtkGeoSource</a> subclass to build their geometry or image caches which are stored in trees. The source itself does not maintain the tree, but simply provides a mechanism for generating refined tree nodes.<p>
Sources are multi-threaded. Each source may have one or more worker threads associated with it, which this superclass manages. It is essential that the <a class="el" href="a00633.html#028ad83c3540008edd7cf4f5b9c5c3e4">FetchChild()</a> method is thread-safe, since it may be called from multiple workers simultaneously.<p>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_6.html#c2_vtk_t_vtkGeoSource">vtkGeoSource (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04242.html#l00055">55</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a01084.html">vtkObject</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#02a0ef3950d0325dccdcd59486ffa929">Superclass</a></td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#8eadf9d8b4967b8a9a38c3f08bb5ef55">GetClassName</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#736d7d51f3056f2d8ac084cafc1c969a">IsA</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#2a8988b3f440e0dac1666001248a6462">vtkGeoSource</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#873ff003b401d0dbae083f3179ff5b78">~vtkGeoSource</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#7336f33fc0d9c31d1e30f113d718364b">Initialize</a> (int numThreads=1)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#cfd01f37d2fb59b7e23d111c9d12c1c2">ShutDown</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#d93789f3f1540ef78ca7f3b75b0f064c">WorkerThread</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a00089.html">vtkAbstractTransform</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#4d9e1c64afdee6fd3663ad49a7c28dfe">GetTransform</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#7bdffd5805c5df3bda0faab4aa01ba24">FetchRoot</a> (<a class="el" href="a00638.html">vtkGeoTreeNode</a> *root)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#028ad83c3540008edd7cf4f5b9c5c3e4">FetchChild</a> (<a class="el" href="a00638.html">vtkGeoTreeNode</a> *node, int index, <a class="el" href="a00638.html">vtkGeoTreeNode</a> *child)=0</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#f9124f508ef2105ec103c5698b34c692">RequestChildren</a> (<a class="el" href="a00638.html">vtkGeoTreeNode</a> *node)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a00285.html">vtkCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#44fa4232a97269baa2e4bde6878d43bd">GetRequestedNodes</a> (<a class="el" href="a00638.html">vtkGeoTreeNode</a> *node)</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#a31dd41a13dd8f53291ffaa34db47e6b">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="a00633.html">vtkGeoSource</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#80576d3f0f1fdd2c5224a31a55dc3a1a">SafeDownCast</a> (<a class="el" href="a01084.html">vtkObject</a> *o)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00285.html">vtkCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#eb9b852dfbea771823a0bb7c44730286">InputSet</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00285.html">vtkCollection</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#9ab463e6921dcb8f8e8027d53ff432cb">ProcessingSet</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01074.html">vtkMutexLock</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#5d7743548247065f9f5d06404a772114">Lock</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00314.html">vtkConditionVariable</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#c6aed6bac908a02a979f451e4d5caa7a">Condition</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01064.html">vtkMultiThreader</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#c47c0890496a2f2e013ac735cf099c99">Threader</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#2b0f16d0d6397d12cdf83713d2c98895">StopThread</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#0f69d66d282932cff357cdd576c5f60a">Initialized</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">implementation *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#ac2857dea8d805928cc26273fc1551fa">Implementation</a></td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01074.html">vtkMutexLock</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#6c833d6d842ed41c1f339d71399c080b">InputSetLock</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01074.html">vtkMutexLock</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#3c454ac1dbc1d0be10e127685c006831">ProcessingSetLock</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a01074.html">vtkMutexLock</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00633.html#b99de7e381713594511266068d835187">OutputSetLock</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="02a0ef3950d0325dccdcd59486ffa929"></a><!-- doxytag: member="vtkGeoSource::Superclass" ref="02a0ef3950d0325dccdcd59486ffa929" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a01084.html">vtkObject</a> <a class="el" href="a01084.html">vtkGeoSource::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01084.html#11429dee69f4b562e03e07b453dae9b5">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00611.html#a18a5f8299f9835b88cb2f3e08a1eb7d">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#62fca04717b209ee07eba102b6a24cf4">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#80343434c21cc0986064b22df0ddc601">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#2f295baad86b378b7b6e7b47cb8ec84d">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#e4129b4b525425c90980d414ab2f3ce1">vtkGeoProjectionSource</a>.</p>

<p>Definition at line <a class="el" href="a04242.html#l00058">58</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="2a8988b3f440e0dac1666001248a6462"></a><!-- doxytag: member="vtkGeoSource::vtkGeoSource" ref="2a8988b3f440e0dac1666001248a6462" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkGeoSource::vtkGeoSource           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="873ff003b401d0dbae083f3179ff5b78"></a><!-- doxytag: member="vtkGeoSource::~vtkGeoSource" ref="873ff003b401d0dbae083f3179ff5b78" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkGeoSource::~vtkGeoSource           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="8eadf9d8b4967b8a9a38c3f08bb5ef55"></a><!-- doxytag: member="vtkGeoSource::GetClassName" ref="8eadf9d8b4967b8a9a38c3f08bb5ef55" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkGeoSource::GetClassName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01084.html#d95975c85c2896ea32ff4cf1f8de0886">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00611.html#2587e0c1da349f131c107d279c4ce0cc">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#f5bcb97da67089c41c5506fdccab2b2b">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#4dec56ab8e494741c051732c6ea73294">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#fd36de83e077969cf770125bd6255184">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#e615c2d835de3cc6ccbb782538253b12">vtkGeoProjectionSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="a31dd41a13dd8f53291ffaa34db47e6b"></a><!-- doxytag: member="vtkGeoSource::IsTypeOf" ref="a31dd41a13dd8f53291ffaa34db47e6b" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkGeoSource::IsTypeOf           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a01084.html#e9548a248bce0f02f73bbcccd0a9489e">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00611.html#8a6817f3d6af422fcaf8c39f582649ff">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#628c4737de138df199a37ea894f9a4e8">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#2a79c3172f5aa93f3d9a9b7662fbbe68">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#727e8a6a542257573da905c4e1f1966b">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#99b8e1baad745c579371d231a887715f">vtkGeoProjectionSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="736d7d51f3056f2d8ac084cafc1c969a"></a><!-- doxytag: member="vtkGeoSource::IsA" ref="736d7d51f3056f2d8ac084cafc1c969a" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkGeoSource::IsA           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a01084.html#831e57b04e46827a7098aa81abadee69">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00611.html#dbaab2aea8fc1ac03fddc0c94c92d9c3">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#aa317d22515be49aa5216e47658469e1">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#dff6ac0a5ba07615044570ffe1eafcc3">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#b88c49868ac3b3619ddaf3869566649d">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#6fff8a28b1c3b1f1d84dbc955c9a2ccd">vtkGeoProjectionSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="80576d3f0f1fdd2c5224a31a55dc3a1a"></a><!-- doxytag: member="vtkGeoSource::SafeDownCast" ref="80576d3f0f1fdd2c5224a31a55dc3a1a" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a00633.html">vtkGeoSource</a>* vtkGeoSource::SafeDownCast           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01084.html">vtkObject</a> *&nbsp;</td>
          <td class="paramname"> <em>o</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a01084.html#bb9351f076544c427ee91229dce83abe">vtkObject</a>.</p>

<p>Reimplemented in <a class="el" href="a00611.html#d9dd4c608619622465b59b6a3cf76a2c">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#7f553a390c365ec149927969e8d107b2">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#bb21f19b5650832f076fb4e006328f77">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#78f63f68a150d4a45cdfcccb643490a7">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#92401657c05e4b042ad4fdeda577e25c">vtkGeoProjectionSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="7bdffd5805c5df3bda0faab4aa01ba24"></a><!-- doxytag: member="vtkGeoSource::FetchRoot" ref="7bdffd5805c5df3bda0faab4aa01ba24" args="(vtkGeoTreeNode *root)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool vtkGeoSource::FetchRoot           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00638.html">vtkGeoTreeNode</a> *&nbsp;</td>
          <td class="paramname"> <em>root</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Blocking access methods. 
<p>Implemented in <a class="el" href="a00611.html#08d1c1c7c0070629db10a274a9948abf">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#69c57a1b4d27fa7ed1d3fe88bd29e4e1">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#fd4f1760983af6a08732d3ab20eb73a1">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#c93e6b2225a22c6cd2d8f4dd114771e5">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#0a25488a1a144c88564a1c13a74fea28">vtkGeoProjectionSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="028ad83c3540008edd7cf4f5b9c5c3e4"></a><!-- doxytag: member="vtkGeoSource::FetchChild" ref="028ad83c3540008edd7cf4f5b9c5c3e4" args="(vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool vtkGeoSource::FetchChild           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00638.html">vtkGeoTreeNode</a> *&nbsp;</td>
          <td class="paramname"> <em>node</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>index</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00638.html">vtkGeoTreeNode</a> *&nbsp;</td>
          <td class="paramname"> <em>child</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Blocking access methods. 
<p>Implemented in <a class="el" href="a00611.html#f671a28c86c28db239872b0a14e45c60">vtkGeoAlignedImageSource</a>, <a class="el" href="a00617.html#a1edc1052805b098e25238752decc57b">vtkGeoFileImageSource</a>, <a class="el" href="a00618.html#c76986c7146e2de710ceee2b2323a95b">vtkGeoFileTerrainSource</a>, <a class="el" href="a00619.html#e463cc97e2a7686e85dd9498f3b28af3">vtkGeoGlobeSource</a>, and <a class="el" href="a00630.html#98ca18f7cc3b4db9489eed55f09f8021">vtkGeoProjectionSource</a>.</p>

</div>
</div><p>
<a class="anchor" name="f9124f508ef2105ec103c5698b34c692"></a><!-- doxytag: member="vtkGeoSource::RequestChildren" ref="f9124f508ef2105ec103c5698b34c692" args="(vtkGeoTreeNode *node)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkGeoSource::RequestChildren           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00638.html">vtkGeoTreeNode</a> *&nbsp;</td>
          <td class="paramname"> <em>node</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Non-blocking methods for sources with high latency. 
</div>
</div><p>
<a class="anchor" name="44fa4232a97269baa2e4bde6878d43bd"></a><!-- doxytag: member="vtkGeoSource::GetRequestedNodes" ref="44fa4232a97269baa2e4bde6878d43bd" args="(vtkGeoTreeNode *node)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00285.html">vtkCollection</a>* vtkGeoSource::GetRequestedNodes           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00638.html">vtkGeoTreeNode</a> *&nbsp;</td>
          <td class="paramname"> <em>node</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Non-blocking methods for sources with high latency. 
</div>
</div><p>
<a class="anchor" name="7336f33fc0d9c31d1e30f113d718364b"></a><!-- doxytag: member="vtkGeoSource::Initialize" ref="7336f33fc0d9c31d1e30f113d718364b" args="(int numThreads=1)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkGeoSource::Initialize           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>numThreads</em> = <code>1</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Spawn worker threads. 
</div>
</div><p>
<a class="anchor" name="cfd01f37d2fb59b7e23d111c9d12c1c2"></a><!-- doxytag: member="vtkGeoSource::ShutDown" ref="cfd01f37d2fb59b7e23d111c9d12c1c2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkGeoSource::ShutDown           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Shut down the source. This terminates the thread and releases memory. 
</div>
</div><p>
<a class="anchor" name="d93789f3f1540ef78ca7f3b75b0f064c"></a><!-- doxytag: member="vtkGeoSource::WorkerThread" ref="d93789f3f1540ef78ca7f3b75b0f064c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkGeoSource::WorkerThread           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="4d9e1c64afdee6fd3663ad49a7c28dfe"></a><!-- doxytag: member="vtkGeoSource::GetTransform" ref="4d9e1c64afdee6fd3663ad49a7c28dfe" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a00089.html">vtkAbstractTransform</a>* vtkGeoSource::GetTransform           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return the projection transformation used by this source. 
<p>Reimplemented in <a class="el" href="a00630.html#40805deffca3405d65ef36986cf5c04a">vtkGeoProjectionSource</a>.</p>

<p>Definition at line <a class="el" href="a04242.html#l00084">84</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="eb9b852dfbea771823a0bb7c44730286"></a><!-- doxytag: member="vtkGeoSource::InputSet" ref="eb9b852dfbea771823a0bb7c44730286" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00285.html">vtkCollection</a>* <a class="el" href="a00633.html#eb9b852dfbea771823a0bb7c44730286">vtkGeoSource::InputSet</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00088">88</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="9ab463e6921dcb8f8e8027d53ff432cb"></a><!-- doxytag: member="vtkGeoSource::ProcessingSet" ref="9ab463e6921dcb8f8e8027d53ff432cb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00285.html">vtkCollection</a>* <a class="el" href="a00633.html#9ab463e6921dcb8f8e8027d53ff432cb">vtkGeoSource::ProcessingSet</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00089">89</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6c833d6d842ed41c1f339d71399c080b"></a><!-- doxytag: member="vtkGeoSource::InputSetLock" ref="6c833d6d842ed41c1f339d71399c080b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01074.html">vtkMutexLock</a>* <a class="el" href="a00633.html#6c833d6d842ed41c1f339d71399c080b">vtkGeoSource::InputSetLock</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Locks the set for reading or writing 
<p>Definition at line <a class="el" href="a04242.html#l00093">93</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3c454ac1dbc1d0be10e127685c006831"></a><!-- doxytag: member="vtkGeoSource::ProcessingSetLock" ref="3c454ac1dbc1d0be10e127685c006831" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01074.html">vtkMutexLock</a>* <a class="el" href="a00633.html#3c454ac1dbc1d0be10e127685c006831">vtkGeoSource::ProcessingSetLock</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Locks the set for reading or writing 
<p>Definition at line <a class="el" href="a04242.html#l00094">94</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b99de7e381713594511266068d835187"></a><!-- doxytag: member="vtkGeoSource::OutputSetLock" ref="b99de7e381713594511266068d835187" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01074.html">vtkMutexLock</a>* <a class="el" href="a00633.html#b99de7e381713594511266068d835187">vtkGeoSource::OutputSetLock</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Locks the set for reading or writing 
<p>Definition at line <a class="el" href="a04242.html#l00095">95</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5d7743548247065f9f5d06404a772114"></a><!-- doxytag: member="vtkGeoSource::Lock" ref="5d7743548247065f9f5d06404a772114" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01074.html">vtkMutexLock</a>* <a class="el" href="a00633.html#5d7743548247065f9f5d06404a772114">vtkGeoSource::Lock</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00098">98</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c6aed6bac908a02a979f451e4d5caa7a"></a><!-- doxytag: member="vtkGeoSource::Condition" ref="c6aed6bac908a02a979f451e4d5caa7a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00314.html">vtkConditionVariable</a>* <a class="el" href="a00633.html#c6aed6bac908a02a979f451e4d5caa7a">vtkGeoSource::Condition</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00100">100</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c47c0890496a2f2e013ac735cf099c99"></a><!-- doxytag: member="vtkGeoSource::Threader" ref="c47c0890496a2f2e013ac735cf099c99" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a01064.html">vtkMultiThreader</a>* <a class="el" href="a00633.html#c47c0890496a2f2e013ac735cf099c99">vtkGeoSource::Threader</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00102">102</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2b0f16d0d6397d12cdf83713d2c98895"></a><!-- doxytag: member="vtkGeoSource::StopThread" ref="2b0f16d0d6397d12cdf83713d2c98895" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="a00633.html#2b0f16d0d6397d12cdf83713d2c98895">vtkGeoSource::StopThread</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00103">103</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0f69d66d282932cff357cdd576c5f60a"></a><!-- doxytag: member="vtkGeoSource::Initialized" ref="0f69d66d282932cff357cdd576c5f60a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="a00633.html#0f69d66d282932cff357cdd576c5f60a">vtkGeoSource::Initialized</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00104">104</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ac2857dea8d805928cc26273fc1551fa"></a><!-- doxytag: member="vtkGeoSource::Implementation" ref="ac2857dea8d805928cc26273fc1551fa" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">implementation* <a class="el" href="a00633.html#ac2857dea8d805928cc26273fc1551fa">vtkGeoSource::Implementation</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04242.html#l00107">107</a> of file <a class="el" href="a04242.html">vtkGeoSource.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>dox/Geovis/<a class="el" href="a04242.html">vtkGeoSource.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:05:29 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>