TensorStore
tensorstore::GetBoxDomainOf[IndexTransform]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • TIndex
          • TDimensionIndex
          • CIndexInterval
          • COptionallyImplicitIndexInterval
          • CIndexDomainDimension
          • TInlineRank
          • CRankConstraint
          • CBox
          • TDimensionSet
          • CIndexDomain
          • CIndexTransform
            • Data members
            • Constructors
            • Methods
            • Accessors
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
              • FComposeTransforms
              • FComposeOptionalTransforms
              • FGetBoxDomainOf
              • FInverseTransform
              • FValidateIndexArrayBounds
              • FGetOutputRange
              • FPropagateInputDomainResizeToOutput
              • FWithImplicitDimensions
            • Identity transform
            • Bounds propagation
          • VIsIndexArray
          • CDimExpression
          • Alignment
        • Data types
        • Array
        • 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/index_transform.h"
    template <DimensionIndex InputRank,
             
     DimensionIndex OutputRank,
             
     ContainerKind CKind>
    BoxView<InputRank> tensorstore::GetBoxDomainOf(
        
    const IndexTransform<InputRank, OutputRank, CKind>& transform);

    Implements the HasBoxDomain concept for IndexTransform.

    Back to top
    Previous tensorstore::ComposeOptionalTransforms
    Next tensorstore::InverseTransform