FLUID-5890: Include inRange and Quantize in the model transformation framework

Metadata

Source
FLUID-5890
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Kasper Galschiot Markus
Reporter
Kasper Galschiot Markus
Created
2016-04-15T09:08:59.809-0400
Updated
2016-07-08T09:07:08.600-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Model Transformation System

Description

There are currently two transformation functions in the GPII universal repository that would be generally usable:

quantize: https://github.com/GPII/universal/blob/718b599668e2350966a7a002ba776fe6c798ac2a/gpii/node_modules/transformer/src/js/Transformer.js#L108-L123

and

inRange: https://github.com/GPII/universal/blob/718b599668e2350966a7a002ba776fe6c798ac2a/gpii/node_modules/transformer/src/js/Transformer.js#L141-L148

These should be moved to the infusion repository

Comments