Skip to content

Target Schema #39

@ReinderVosDeWael

Description

@ReinderVosDeWael
classDiagram

Viewer .. Surface
Viewer .. VoxelVolume
Viewer .. VertexMap

class Viewer {
    Self init(htmlRootElement)

    Surface addSurface(NumberArray vertices, NumberArray faces)
    VertexMap addVertexMap(NumberArray intensities, colorFunctionOrColorName)
    VoxelVolume addVoxelVolume(voxelArray, affineArray)
}

class Surface {
    Self setVertexMap(VertexMap vmap)

    Method update(surfaceParams)
}

class VoxelVolume {
    # Not implemented yet
    Float32Array voxelArray
    Float32Array affineArray
}

class VertexMap {
    number[] intensity
    callable colorFun

    Method update(vertexMapParams)
}

class Legend {
    Self init(htmlRootElement)

    Method update(legendParams)
}

Loading

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions