We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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) }
The text was updated successfully, but these errors were encountered:
ReinderVosDeWael
No branches or pull requests
The text was updated successfully, but these errors were encountered: