|
waLBerla 7.3
|
Index vectors for sparse sweeps.
#include <SparseIndexList.hpp>
Public Types | |
| using | Vector_T = std::vector< IndexStruct, Allocator_T > |
Public Member Functions | |
| IndexListBuffer ()=default | |
| bool | operator== (const IndexListBuffer &other) const |
| Vector_T & | vector () |
| IndexStruct * | data () |
| const IndexStruct * | data () const |
| size_t | size () const |
Private Attributes | |
| Vector_T | vec_ |
| using walberla::v8::sweep::internal::IndexListBuffer< IndexStruct, Allocator_T >::Vector_T = std::vector< IndexStruct, Allocator_T > |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |