#include "tensorstore/box.h" explicit tensorstore::BoxView<Rank, Mutable>::BoxView( RankType rank, IndexType* origin, IndexType* shape); Constructs from a rank, an origin base pointer, and a shape base pointer. Parameters:¶ RankType rank¶The rank of the index space. IndexType *origin¶Pointer to array of length rank. IndexType *shape¶Pointer to array of length rank.