Difference between revisions of "2017 Winter Project Week/Support for volumetric meshes"
From NAMIC Wiki
Line 49: | Line 49: | ||
* DisplayableManager updated for 3D to allow cutting through volumetric mesh. | * DisplayableManager updated for 3D to allow cutting through volumetric mesh. | ||
* SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view. | * SliceDisplableManager updated for 2D Slices to be able to use same display properties than 3D view. | ||
− | * qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the current values. | + | * qMRMLModelDisplayNodeWidget updated to simplify scalar range mode selection, adapt number of decimals and single step for manual selection of the range based on the magnitude of the current values. |
* Progress made to threshold displayed mesh by scalar values. | * Progress made to threshold displayed mesh by scalar values. | ||
* WIP branch on github: https://github.com/Slicer/Slicer/compare/master...agirault:volumetric-mesh-support | * WIP branch on github: https://github.com/Slicer/Slicer/compare/master...agirault:volumetric-mesh-support |
Revision as of 16:34, 13 January 2017
Home < 2017 Winter Project Week < Support for volumetric meshesPrevious works
Results
Key Investigators
- Alexis Girault (Kitware, Inc.)
- Curtis Lisle (KnowledgeVis, LLC)
- Steve Pieper (Isomics, Inc.)
Project Description
Objective | Approach and Plan | Progress/Results | Next steps/Future work |
---|---|---|---|
From top priority to possible future work:
|
|
|
|
Background and References
- IA_FEMesh (Slicer 3) : https://www.slicer.org/wiki/Modules:IA_FEMesh-Documentation-3.6
- BodyCentricCubicMesh module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/BodyCentricCubicMesh
- MeshCompression module : https://www.slicer.org/wiki/Documentation/Nightly/Modules/MeshCompression
- CleaverExtenstion : https://www.slicer.org/wiki/Documentation/Nightly/Extensions/CleaverExtension
- vtkUnstructuredGrid : http://www.vtk.org/doc/nightly/html/classvtkUnstructuredGrid.html