|
waLBerla 7.2
|
An array of cells.
#include <CellArray.h>
Inheritance diagram for walberla::cell::CellArray:Public Member Functions | |
| CellArray () | |
| CellArray (const CellVector &cells) | |
| CellArray (const CellSet &cells) | |
Public Member Functions inherited from walberla::Array< Cell > | |
| Array () | |
| Array (const uint_t n, const Cell &t=Cell()) | |
| Array (const std::vector< Cell > &vector) | |
| Array (const Array &array) | |
| ~Array () | |
| uint_t | size () const |
| bool | empty () const |
| bool | operator== (const Array &array) const |
| bool | operator!= (const Array &array) const |
| const Cell & | operator[] (const uint_t index) const |
| Cell & | operator[] (const uint_t index) |
| const Cell * | begin () const |
| Cell * | begin () |
| const Cell * | end () const |
| Cell * | end () |
| void | swap (Array &array) |
| void | toStream (std::ostream &os) const |
| std::string | toString () const |
Additional Inherited Members | |
Protected Attributes inherited from walberla::Array< Cell > | |
| Cell * | array_ |
| uint_t | size_ |
|
inline |
|
inline |
|
inline |