Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialbox::SliceTriple Struct Reference

Slice per dimension. More...

#include <Slice.h>

Public Attributes

int start
 Starting index of the slice.
 
int stop
 Stopping index of the slice (index stop is not included)
 
int step
 Step of the slice.
 

Detailed Description

Slice per dimension.

Definition at line 29 of file Slice.h.


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