iRoCS Toolbox
1.1.0
|
The SparseItem class specifies one element in a SpareFV. More...
#include <SparseFV.hh>
Public Member Functions | |
SparseItem (unsigned int index, double value) | |
unsigned int | index () const |
const double & | value () const |
double & | value () |
Protected Attributes | |
unsigned int | pIndex |
double | pValue |
The SparseItem class specifies one element in a SpareFV.
Definition at line 97 of file SparseFV.hh.
|
inline |
Definition at line 100 of file SparseFV.hh.
|
inline |
Definition at line 107 of file SparseFV.hh.
Referenced by svt::SparseFV::operator[](), and svt::SparseFV::readWithoutLabel().
|
inline |
Definition at line 112 of file SparseFV.hh.
Referenced by svt::SparseFV::readWithoutLabel(), and svt::SparseFV::setLabel().
|
inline |
Definition at line 117 of file SparseFV.hh.
|
protected |
Definition at line 120 of file SparseFV.hh.
Referenced by index().
|
protected |
Definition at line 125 of file SparseFV.hh.
Referenced by value().