Kitware / react-vtk-js

Declarative library exposing vtk.js visualization pipeline as React components
https://kitware.github.io/react-vtk-js/
77 stars 24 forks source link

Note for re-write: SliceRepresentation exposes I/J/K/X/Y/Z slicing properties #99

Open jadh4v opened 1 year ago

jadh4v commented 1 year ago
          SliceRepresentation exposes I/J/K/X/Y/Z slicing properties. I wonder if we should split out the functionality into something like a `SliceStackRepresentation`. What do you think @jadh4v @sankhesh?

A note for the rewrite: depending on how the types work out, I may split the ImageArrayMapper and ImageMapper into two separate components, but I haven't given it much thought just yet.

Originally posted by @floryst in https://github.com/Kitware/react-vtk-js/pull/95#pullrequestreview-1297918497