TensorStore
tensorstore::GetAffineTransformRange[OptionallyImplicitIndexInterval]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
          • T Index
          • T DimensionIndex
          • C IndexInterval
          • C OptionallyImplicitIndexInterval
            • Constructors
            • Accessors
            • Friend functions
            • Related Functions
              • F Hull
              • F Intersect
              • F IntersectPreferringExplicit
              • F MergeOptionallyImplicitIndexIntervals
              • F ExtractHalfOpenStridedSlice
              • F ExtractClosedStridedSlice
              • F ExtractSizedStridedSlice
              • F ExtractStridedSlice
              • F ComputeStridedSliceMap
              • F GetAffineTransformRange
          • C IndexDomainDimension
          • T InlineRank
          • C RankConstraint
          • C Box
          • T DimensionSet
          • C IndexDomain
          • C IndexTransform
          • V IsIndexArray
          • C DimExpression
          • 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_interval.h"
    Result<OptionallyImplicitIndexInterval>
    tensorstore::GetAffineTransformRange(
        
    OptionallyImplicitIndexInterval interval,
        
    Index offset,
        
    Index multiplier);

    Same as above, but also propagates interval.implicit_lower() and interval.implicit_upper() to the output space.