walberla::cell::CellArray Class Reference

Detailed Description

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 Celloperator[] (const uint_t index) const
 
Celloperator[] (const uint_t index)
 
const Cellbegin () const
 
Cellbegin ()
 
const Cellend () const
 
Cellend ()
 
void swap (Array &array)
 
void toStream (std::ostream &os) const
 
std::string toString () const
 

Additional Inherited Members

- Protected Attributes inherited from walberla::Array< Cell >
Cellarray_
 
uint_t size_
 

Constructor & Destructor Documentation

◆ CellArray() [1/3]

walberla::cell::CellArray::CellArray ( )
inline

◆ CellArray() [2/3]

walberla::cell::CellArray::CellArray ( const CellVector cells)
inline

◆ CellArray() [3/3]

walberla::cell::CellArray::CellArray ( const CellSet cells)
inline

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