-
#include "tensorstore/index_interval.h" -
Result<OptionallyImplicitIndexInterval>
tensorstore::GetAffineTransformRange(
OptionallyImplicitIndexInterval interval,
Index offset,
Index multiplier); Same as above, but also propagates
interval.implicit_lower()andinterval.implicit_upper()to the output space.