TensorStore
tensorstore::GetBoxDomainOf[TransformedArray]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
          • EContainerKind
          • CByteStridedPointer
          • CStridedLayout
          • CElementPointer
          • CArray
          • CTransformedArray
            • Types
            • Data members
            • Constructors
            • Methods
            • Related Types
            • Related Constants
            • Related Functions
              • FUnownedToShared
              • FGetBoxDomainOf
              • FComposeLayoutAndTransform
              • FMakeTransformedArray
              • FMakeCopy
              • FCopyTransformedArray
              • FApplyIndexTransform
              • FMaterialize
              • FTryConvertToArray
              • FIterateOverTransformedArrays
          • 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.

    Back to top
    Previous tensorstore::UnownedToShared
    Next tensorstore::ComposeLayoutAndTransform