TensorStore
tensorstore::GetBoxDomainOf[array]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • E ContainerKind
          • C ByteStridedPointer
          • C StridedLayout
          • C ElementPointer
          • C Array
            • Types
            • Data members
            • Constructors
            • Methods
            • Indexing
            • Friend functions
            • Comparison
            • Related Types
            • Related Constants
            • Related Functions
              • F SubArray
              • F ArrayOriginCast
              • F UnownedToShared
              • F InitializeArray
              • F AllocateArrayElementsLike
              • F ArraysHaveSameShapes
              • F IterateOverArrays
              • F GetBoxDomainOf
              • F AreArraysEqual
              • F IsContiguousLayout
              • F GetByteExtent
              • F ApplyIndexTransform
            • Creation functions
            • Copy functions
            • Formatting
            • Broadcasting
          • C TransformedArray
          • Transformation
          • Iteration
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/array.h"
    template <typename PointerType,
              DimensionIndex Rank,
              ArrayOriginKind OriginKind,
              ContainerKind LayoutContainerKind>
    BoxView<Rank> tensorstore::GetBoxDomainOf(
        
    const Array<PointerType, Rank, OriginKind, LayoutContainerKind>&
            array
    );

    Implements the HasBoxDomain concept for Array.