TensorStore
tensorstore::GetBoxDomainOf[TransformedArray]
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
          • C TransformedArray
            • Types
            • Data members
            • Constructors
            • Methods
            • Related Types
            • Related Constants
            • Related Functions
              • F UnownedToShared
              • F GetBoxDomainOf
              • F ComposeLayoutAndTransform
              • F MakeTransformedArray
              • F MakeCopy
              • F CopyTransformedArray
              • F ApplyIndexTransform
              • F Materialize
              • F TryConvertToArray
              • F IterateOverTransformedArrays
          • 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/index_space/transformed_array.h"
    template <typename ElementTagType,
              DimensionIndex Rank,
              ContainerKind LayoutCKind>
    BoxView<Rank> tensorstore::GetBoxDomainOf(
        
    const TransformedArray<ElementTagType, Rank, LayoutCKind>& array);

    Implements the HasBoxDomain concept for TransformedArray.