1#ifndef CHI_MESHCONTINUUM_LOCALCELLHANDLER_H_
2#define CHI_MESHCONTINUUM_LOCALCELLHANDLER_H_
const LocalCellHandler & ref_block
const_iterator operator++(int)
bool operator!=(const const_iterator &rhs) const
const_iterator operator++()
bool operator==(const const_iterator &rhs) const
const chi_mesh::Cell & operator*()
const_iterator(const LocalCellHandler &in_block, size_t i)
iterator(LocalCellHandler &in_block, size_t i)
bool operator!=(const iterator &rhs) const
bool operator==(const iterator &rhs) const
LocalCellHandler & ref_block
chi_mesh::Cell & operator*()
chi_mesh::Cell & operator[](uint64_t cell_local_index)
LocalCellHandler(std::vector< std::unique_ptr< chi_mesh::Cell > > &in_native_cells)
const_iterator end() const
std::vector< std::unique_ptr< chi_mesh::Cell > > & native_cells
const_iterator begin() const