OpenVDB 10.0.1
Loading...
Searching...
No Matches
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::v10_0::math::pcg::SparseStencilMatrix< ValueType_, STENCIL_SIZE >::ConstValueIter

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

Member Function Documentation

◆ column()

SizeType column ( ) const
inline

◆ increment()

void increment ( )
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator*()

const ValueType & operator* ( ) const
inline

◆ operator++()

ConstValueIter & operator++ ( )
inline

◆ reset()

void reset ( )
inline

Friends And Related Function Documentation

◆ SparseStencilMatrix

friend class SparseStencilMatrix
friend