/usr/share/doc/openvdb/html/deprecated.html is in libopenvdb-doc 2.1.0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>OpenVDB: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">OpenVDB
 <span id="projectnumber">2.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="classopenvdb_1_1v2__1__0_1_1tree_1_1InternalNode.html#a566e763015b0a81bc17c0ae30befee2a">InternalNode< _ChildNodeType, Log2Dim >::getOrigin</a> () const </dt>
<dd>Use origin() instead. </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="classopenvdb_1_1v2__1__0_1_1tree_1_1LeafManager.html#a6b4c76a399dd4342ea5c567bbff769c8">LeafManager< TreeT >::rebuildLeafs</a> ()</dt>
<dd>Use rebuildLeafArray() instead. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="classopenvdb_1_1v2__1__0_1_1tree_1_1LeafNode_3_01bool_00_01Log2Dim_01_4.html#ae712158d7de98a9c1eda1587e5ccf002">LeafNode< bool, Log2Dim >::getOrigin</a> () const </dt>
<dd>Use origin() instead. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="classopenvdb_1_1v2__1__0_1_1tree_1_1LeafNode.html#ae712158d7de98a9c1eda1587e5ccf002">LeafNode< T, Log2Dim >::getOrigin</a> () const </dt>
<dd>Use origin() instead. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="namespaceopenvdb_1_1v2__1__0_1_1math.html#a776ab17c63eb1a7fdf730918b8dcf4da">openvdb::v2_1_0::math::randSeed</a> (unsigned int seed)</dt>
<dd>Use math::Random01 or Boost.Random instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="namespaceopenvdb_1_1v2__1__0_1_1math.html#ad57956227745e423b84bc0f0791ea3bb">openvdb::v2_1_0::math::randUniform</a> ()</dt>
<dd>Use math::Random01 or Boost.Random instead. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="classopenvdb_1_1v2__1__0_1_1io_1_1Stream.html#add4aff52f6a1c5d4675fc3abee950ea7">Stream::write</a> (std::ostream &, const GridPtrContainerT &, const MetaMap &=MetaMap()) const </dt>
<dd>Use Stream(os).write(grids) instead. </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Feb 7 2014 01:56:46 for OpenVDB by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|