Developer documentation
Version 3.0.3-105-gd3941f44
MR::Fixel::Matrix::InitElement Class Reference

#include "fixel/matrix.h"

Public Types

using ValueType = fixel_index_type
 

Public Member Functions

 InitElement ()
 
 InitElement (const fixel_index_type fixel_index)
 
 InitElement (const fixel_index_type fixel_index, const ValueType track_count)
 
 InitElement (const InitElement &)=default
 
FORCE_INLINE InitElementoperator++ ()
 
FORCE_INLINE InitElementoperator= (const InitElement &that)
 
FORCE_INLINE fixel_index_type index () const
 
FORCE_INLINE ValueType value () const
 
FORCE_INLINE bool operator< (const InitElement &that) const
 

Detailed Description

Definition at line 45 of file matrix.h.

Member Typedef Documentation

◆ ValueType

Constructor & Destructor Documentation

◆ InitElement() [1/4]

MR::Fixel::Matrix::InitElement::InitElement ( )
inline

Definition at line 49 of file matrix.h.

◆ InitElement() [2/4]

MR::Fixel::Matrix::InitElement::InitElement ( const fixel_index_type  fixel_index)
inline

Definition at line 52 of file matrix.h.

◆ InitElement() [3/4]

MR::Fixel::Matrix::InitElement::InitElement ( const fixel_index_type  fixel_index,
const ValueType  track_count 
)
inline

Definition at line 55 of file matrix.h.

◆ InitElement() [4/4]

MR::Fixel::Matrix::InitElement::InitElement ( const InitElement )
default

Member Function Documentation

◆ index()

FORCE_INLINE fixel_index_type MR::Fixel::Matrix::InitElement::index ( ) const
inline

Definition at line 61 of file matrix.h.

◆ operator++()

FORCE_INLINE InitElement & MR::Fixel::Matrix::InitElement::operator++ ( )
inline

Definition at line 59 of file matrix.h.

◆ operator<()

FORCE_INLINE bool MR::Fixel::Matrix::InitElement::operator< ( const InitElement that) const
inline

Definition at line 63 of file matrix.h.

◆ operator=()

FORCE_INLINE InitElement & MR::Fixel::Matrix::InitElement::operator= ( const InitElement that)
inline

Definition at line 60 of file matrix.h.

◆ value()

FORCE_INLINE ValueType MR::Fixel::Matrix::InitElement::value ( ) const
inline

Definition at line 62 of file matrix.h.


The documentation for this class was generated from the following file: