libSplash
|
#include <Selection.hpp>
Public Member Functions | |
Selection (Dimensions size_) | |
Selection (Dimensions size_, Dimensions count_, Dimensions offset_) | |
Selection (Dimensions size_, Dimensions count_, Dimensions offset_, Dimensions stride_) | |
void | swapDims (uint32_t ndims) |
std::string | toString (void) const |
Public Attributes | |
Dimensions | size |
Dimensions | count |
Dimensions | offset |
Dimensions | stride |
1-3D dataset selection, similar to an HDF5 hyperslap.
Definition at line 37 of file Selection.hpp.
|
inline |
Constructor
size_ | size of src buffer (select complete buffer) |
Definition at line 46 of file Selection.hpp.
|
inline |
Constructor
size_ | size of src buffer |
count_ | size of selection within src buffer |
offset_ | offset of selection within src buffer |
Definition at line 62 of file Selection.hpp.
|
inline |
Constructor
size_ | size of src buffer |
count_ | size of selection within src buffer |
offset_ | offset of selection within src buffer |
stride_ | stride of selection within src buffer |
Definition at line 79 of file Selection.hpp.
|
inline |
Swap dimensions
ndims | number of dimensions of this selection |
Definition at line 93 of file Selection.hpp.
|
inline |
Create a string representation of this selection
Definition at line 106 of file Selection.hpp.