VolumeData and VertexData objects allow you to store lots of metadata about the view used for the rendering. However, views are not necessarily one-to-one with brain data. Instead, there should be another class "Views", which allow you to associate views with actual brain data. This allows multiple views for each block of data.
We should support storing these views in the Dataset. The webgl view should support separate VIEWS instead of separate DATA.
VolumeData and VertexData objects allow you to store lots of metadata about the view used for the rendering. However, views are not necessarily one-to-one with brain data. Instead, there should be another class "Views", which allow you to associate views with actual brain data. This allows multiple views for each block of data.
We should support storing these views in the Dataset. The webgl view should support separate VIEWS instead of separate DATA.