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 147 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 154 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 160 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Pointer to the allocated memory.
Definition at line 207 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 170 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 171 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 181 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Value of element [i][j].
Definition at line 187 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 176 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Definition at line 172 of file arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Pointer to the allocated memory.
Definition at line 204 of file arccore/src/base/arccore/base/Array2View.h.
|
friend |
Definition at line 137 of file arccore/src/base/arccore/base/Array2View.h.
|
friend |
Definition at line 137 of file arccore/src/base/arccore/base/Array2View.h.