Skip to content

Commit

Permalink
ENH: Final documentation tweaks prior to cutting VTK5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wschroed committed Aug 31, 2005
1 parent c710829 commit 98c3ab3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<!-- Changed by: will schroeder, 17-Jan-2003 -->
<!-- Changed by: Prabhu Ramachandran, 6-Feb-2003 -->
<!-- Changed by: will schroeder, 11-Aug-2004 -->
<!-- Changed by: Bra King, 25-Aug-2005 -->
<!-- Changed by: Brad King, 25-Aug-2005 -->

</header>
<body>

<h1>
<IMG ALIGN="middle" SRC=vtkLogo.jpg>
<IMG ALIGN="middle" SRC=vtkBanner.gif><br>
Welcome To The Visualization Toolkit
</h1>
<UL>
Expand All @@ -37,10 +37,11 @@ <h1>
</UL>
<HR>
<h1><A NAME="Introduction">Introduction</h1>
VTK is an open-source software system for image processing, 3D graphics, and
visualization. VTK includes many advanced algorithms (e.g., surface
reconstruction, implicit modelling, decimation) and rendering techniques
(e.g., volume rendering, LOD control).<p>

VTK is an open-source software system for image processing, 3D graphics,
volume rendering and visualization. VTK includes many advanced algorithms
(e.g., surface reconstruction, implicit modelling, decimation) and rendering
techniques (e.g., hardware-accelerated volume rendering, LOD control).<p>

VTK is used by academicians for teaching and research; by government research
institutions such as Los Alamos National Lab in the US or CINECA in Italy; and
Expand Down Expand Up @@ -108,14 +109,14 @@ <h1><A NAME="Organization">Organization</h1>
more information.
<ul>
<li><b>Common</b>- Core classes commonly used by other kits
<li><b>Filtering</b>- Pipeline implementation superclasses
<li><b>Rendering</b>- Classes used to render visualizations
<li><b>Filtering</b>- Data pipeline implementation superclasses
<li><b>Rendering</b>- Classes used to render a scene (surface primitives)
<li><b>Graphics</b>- Filters that process 3D data
<li><b>Imaging</b>- Specialized image processing filters
<li><b>Imaging</b>- Specialized image processing filters (2D & 3D)
<li><b>IO</b>- Classes for reading and writing data
<li><b>VolumeRendering</b>- Classes for rendering volume visualizations
<li><b>VolumeRendering</b>- Classes for rendering volume data
<li><b>Hybrid</b>- Complex classes that depend on imaging and graphics
<li><b>Widgets</b>- Classes for interactive visualizations
<li><b>Widgets</b>- Classes for interacting with the objects in the scene
<li><b>Parallel</b>- Parallel processing support such as MPI
<li><b>GenericFiltering</b>- Part of an adaptor framework
supporting integration of VTK with external systems
Expand Down Expand Up @@ -228,8 +229,8 @@ <h2><a name="Building">Building with CMake</h2>
no earlier prompt for the build system generator a separate
dialog will appear during the first configuration step to prompt
for generator selection. After a while the dialog will present
a set of configuration options. See <a
href="#Configuration">below</a> for details on the meaning of
a set of configuration options.
See <a href="#Configuration">below</a> for details on the meaning of
each of these options. After setting the options as desired
press "Configure" again to make another pass at configuring VTK.
New options may appear when earlier options are adjusted. Keep
Expand Down
Binary file added vtkBanner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98c3ab3

Please sign in to comment.