MFEM  v4.6.0
Finite element discretization library
Public Member Functions | List of all members
mfem::DSTable::RowIterator Class Reference

#include <table.hpp>

Public Member Functions

 RowIterator (const DSTable &t, int r)
 
int operator! ()
 
void operator++ ()
 
int Column ()
 
int Index ()
 
void SetIndex (int new_idx)
 

Detailed Description

Definition at line 273 of file table.hpp.

Constructor & Destructor Documentation

◆ RowIterator()

mfem::DSTable::RowIterator::RowIterator ( const DSTable t,
int  r 
)
inline

Definition at line 278 of file table.hpp.

Member Function Documentation

◆ Column()

int mfem::DSTable::RowIterator::Column ( )
inline

Definition at line 281 of file table.hpp.

◆ Index()

int mfem::DSTable::RowIterator::Index ( )
inline

Definition at line 282 of file table.hpp.

◆ operator!()

int mfem::DSTable::RowIterator::operator! ( )
inline

Definition at line 279 of file table.hpp.

◆ operator++()

void mfem::DSTable::RowIterator::operator++ ( )
inline

Definition at line 280 of file table.hpp.

◆ SetIndex()

void mfem::DSTable::RowIterator::SetIndex ( int  new_idx)
inline

Definition at line 283 of file table.hpp.


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