OpenVDB  11.0.0
Public Member Functions | Friends | List of all members
SparseStencilMatrix< ValueType_, STENCIL_SIZE >::ConstValueIter Class Reference

Iterator over the stored values in a row of this matrix. More...

#include <openvdb/math/ConjGradient.h>

Public Member Functions

const ValueTypeoperator* () const
 
SizeType column () const
 
void increment ()
 
ConstValueIteroperator++ ()
 
 operator bool () const
 
void reset ()
 

Friends

class SparseStencilMatrix
 

Detailed Description

template<typename ValueType_, SizeType STENCIL_SIZE>
class openvdb::v11_0::math::pcg::SparseStencilMatrix< ValueType_, STENCIL_SIZE >::ConstValueIter

Iterator over the stored values in a row of this matrix.

Member Function Documentation

SizeType column ( ) const
inline
void increment ( )
inline
operator bool ( ) const
inline
const ValueType& operator* ( ) const
inline
ConstValueIter& operator++ ( )
inline
void reset ( )
inline

Friends And Related Function Documentation

friend class SparseStencilMatrix
friend