View for a constant 2D array. More...
#include <arccore/base/Array2View.h>
Public Member Functions | |
| constexpr | ConstArray2View (const DataType *ptr, Integer dim1_size, Integer dim2_size) |
| constexpr | ConstArray2View (const Array2View< DataType > &rhs) |
| constexpr Integer | dim1Size () const |
| constexpr Integer | dim2Size () const |
| constexpr Integer | totalNbElement () const |
| constexpr ConstArrayView< DataType > | operator[] (Integer i) const |
| constexpr DataType | item (Integer i, Integer j) const |
| constexpr const DataType | operator() (Integer i, Integer j) const |
| Value of element [i][j]. | |
| constexpr const DataType * | unguardedBasePointer () const |
| Pointer to the allocated memory. | |
| constexpr const DataType * | data () const |
| Pointer to the allocated memory. | |
Friends | |
| class | SmallSpan2< const DataType > |
| class | Span2< const DataType > |
View for a constant 2D array.
Definition at line 154 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 161 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 167 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 173 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Pointer to the allocated memory.
Definition at line 219 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 182 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 183 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 193 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Value of element [i][j].
Definition at line 199 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 188 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 184 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Pointer to the allocated memory.
Definition at line 216 of file arccore/src/base/arccore/base/Array2View.h.
|
friend |
Definition at line 143 of file arccore/src/base/arccore/base/Array2View.h.
|
friend |
Definition at line 143 of file arccore/src/base/arccore/base/Array2View.h.