TensorStore
tensorstore::IndexTransform<InputRank, OutputRank, CKind>::input_domain
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
              • Foperator bool
              • Finput_rank
              • Foutput_rank
              • Finput_origin
              • Finput_shape
              • Finput_labels
              • Finput_domain
              • Fimplicit_lower_bounds
              • Fimplicit_upper_bounds
              • Foutput_index_maps
              • Foutput_index_map
            • Friend functions
            • Related Types
            • Related Constants
            • Related Functions
            • 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"
    IndexDomainView<InputRank>
    tensorstore::IndexTransform<InputRank, OutputRank, CKind>::
        
    input_domain() const;
    IndexDomainView<InputRank>
    tensorstore::IndexTransform<InputRank, OutputRank, CKind>::domain()
       
     const&;
    IndexDomain<InputRank, CKind> tensorstore::
        
    IndexTransform<InputRank, OutputRank, CKind>::
    domain() &&;

    Returns the input domain.

    Back to top
    Previous tensorstore::IndexTransform<InputRank, OutputRank, CKind>::input_labels
    Next tensorstore::IndexTransform<InputRank, OutputRank, CKind>::implicit_lower_bounds