1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="Description" content="ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large."/>
<meta name="Keywords" content="kitware, visualization, visualization technology, large datasets, paraview, information visualization, informatics, paraview consulting"/>
<title>ParaView - Open Source Scientific Visualization</title>
<link rel="icon" type="image/png" href="img/favicon.png"/>
<link href="kitware.css" rel="stylesheet" type="text/css"/>
<script src="ext/js-core/jquery-1.8.2.min.js"></script>
</head>
<body>
<div id="bg">
<div id="frame">
<div id="bannerPara">
<div id="nav">
</div>
<div id="cdashlogo">
<a href="http://www.paraview.org"><img src="img/paraview75.png" title="ParaView Home" width="326" height="85" border="0" id="paraview"/></a>
</div>
<div id="logo2">
<a href="http://www.kitware.com"><img src="img/logo2out.png" title="Kitware Home" width="75" height="35" border="0" id="kitsmall5"/></a>
</div>
</div>
<div id="ContentBg">
<div id="Content">
<div class="doc-links">
<ul>
<li><a type="cxx-doc" title='ParaView C++ documentation'><img src="img/cxx-doc-disable.png"/></a></li>
<li><a type="py-doc" title='ParaView Python documentation'><img src="img/py-doc-disable.png"/></a></li>
<li><a type="js-doc" title='ParaViewWeb JavaScript documentation'><img src="img/js-doc-disable.png"/></a></li>
</ul>
</div>
<div id="ContentTxtProd">
<p><strong>ParaView</strong> is an open-source, multi-platform data analysis and visualization application. ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView's batch processing capabilities.</p>
<p>ParaView was developed to analyze extremely large datasets using distributed memory computing resources. It can be run on supercomputers to analyze datasets of terascale as well as on laptops for smaller data.</p>
<p>
This page aims to provide an entry point to ParaView generated documentation. This include the C++ one based on Doxygen
but also the Python and ParaViewWeb one.
</p>
</div>
<br class="clear"/>
</div>
</div>
<div id="footer">
<br/><br/><br/><br/>
<table width="98%" border="0" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td><a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nd/3.0/80x15.png"></a> This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Creative Commons Attribution-NoDerivs 3.0 Unported License</a>. Additional information on this license can be found <a href="http://www.kitware.com/company/cclicense.html">here</a>.<br></td>
<td align="right"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript">
$('.doc-links a').each(function(){
var me = $(this), key = me.attr('type'), url = key + '/index.html';
$.ajax({
url: url,
success: function() {
var image = me.attr('href', url).attr('target', key).children().eq(0);
image.attr('src', image.attr('src').replace(/-disable/g,''));
}
})
});
</script>
</body>
</html>
|