Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 263386785cefb9ae5d63b926d214d809 > files > 660

mpqc-2.1.2-4mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>sc::SCMatrixSubblockIter class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.5 on Mon Oct 14 14:17:45 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>sc::SCMatrixSubblockIter  Class Reference</h1>Objects of class <a class="el" href="class_sc__SCMatrixSubblockIter.html">SCMatrixSubblockIter</a> are used to iterate through the blocks of a matrix. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="block_h-source.html">block.h</a>&gt;</code>
<p>
Inheritance diagram for sc::SCMatrixSubblockIter<p><center><img src="class_sc__SCMatrixSubblockIter_inherit_graph.gif" border="0" usemap="#sc::SCMatrixSubblockIter_inherit_map" alt="Inheritance graph"></center>
<map name="sc::SCMatrixSubblockIter_inherit_map">
<area href="class_sc__RefCount.html" shape="rect" coords="497,13,579,32">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for sc::SCMatrixSubblockIter:<p><center><img src="class_sc__SCMatrixSubblockIter_coll_graph.gif" border="0" usemap="#sc::SCMatrixSubblockIter_coll_map" alt="Collaboration graph"></center>
<map name="sc::SCMatrixSubblockIter_coll_map">
<area href="class_sc__RefCount.html" shape="rect" coords="49,80,131,99">
<area href="class_sc__Identity.html" shape="rect" coords="54,13,126,32">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_sc__SCMatrixSubblockIter-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><b>Access</b> { <b>Read</b>, 
<b>Write</b>, 
<b>Accum</b>, 
<b>None</b>
 }</td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="a0" doxytag="sc::SCMatrixSubblockIter::SCMatrixSubblockIter"></a>
&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCMatrixSubblockIter.html#a0">SCMatrixSubblockIter</a> (Access access)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>The access variable should be one of Read, Write, Accum, and None, with the <a class="el" href="class_sc__SCMatrixSubblockIter.html">SCMatrixSubblockIter</a>:: scope operator applied.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a1" doxytag="sc::SCMatrixSubblockIter::begin"></a>
virtual void&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCMatrixSubblockIter.html#a1">begin</a> ()=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Start at the beginning.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a2" doxytag="sc::SCMatrixSubblockIter::ready"></a>
virtual int&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCMatrixSubblockIter.html#a2">ready</a> ()=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns nonzero if there is another block.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a3" doxytag="sc::SCMatrixSubblockIter::next"></a>
virtual void&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCMatrixSubblockIter.html#a3">next</a> ()=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Proceed to the next block.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a4" doxytag="sc::SCMatrixSubblockIter::block"></a>
virtual <a class="el" href="class_sc__SCMatrixBlock.html">SCMatrixBlock</a>*&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCMatrixSubblockIter.html#a4">block</a> ()=0</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return the current block.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a5" doxytag="sc::SCMatrixSubblockIter::access"></a>
Access&nbsp;</td><td valign=bottom><a class="el" href="class_sc__SCMatrixSubblockIter.html#a5">access</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return the type of Access allowed for these blocks.</em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="sc::SCMatrixSubblockIter::access_"></a>
Access&nbsp;</td><td valign=bottom><b>access_</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Objects of class <a class="el" href="class_sc__SCMatrixSubblockIter.html">SCMatrixSubblockIter</a> are used to iterate through the blocks of a matrix.
<p>
The object must be deleted before using the matrix that owns the blocks that <a class="el" href="class_sc__SCMatrixSubblockIter.html">SCMatrixSubblockIter</a> is iterating through. 
<p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="block_h-source.html">block.h</a></ul>
<hr>
<address>
<small>

Generated at Mon Oct 14 14:17:45 2002 for <a
href="http://aros.ca.sandia.gov/~cljanss/mpqc">MPQC</a>
2.1.2 using the documentation package <a
href="http://www.stack.nl/~dimitri/doxygen/index.html">Doxygen</a>
1.2.5.

</small>
</address>
</body>
</html>