struct
Phase::ReadonlyView::RegionTransform
Defined in:
view_util/transforms.crConstructors
Instance Method Summary
-
#apply(coord : InputCoord(Int32)) : ReadonlyWrapper(OutputCoord(Int32), Int32)
must not mutate coord
-
#compose(t : CoordTransform) : CoordTransform
TODO check reaaaaally carefully
-
#region : IndexRegion(Int32)
each of these has size = dimensions TODO: Try to make this accept a generic coordinate type
Instance methods inherited from struct Phase::ReadonlyView::CoordTransform
apply(coord : InputCoord(Int32)) : ReadonlyWrapper(OutputCoord(Int32), Int32)
apply,
commutes_with?(t : CoordTransform) : Bool
commutes_with?,
compose(t : CoordTransform) : CoordTransform
compose,
initialize
initialize
Constructor methods inherited from struct Phase::ReadonlyView::CoordTransform
new
new
Constructor Detail
Instance Method Detail
Description copied from struct Phase::ReadonlyView::CoordTransform
must not mutate coord
def region : IndexRegion(Int32)
#
each of these has size = dimensions
TODO Try to make this accept a generic coordinate type