Skip to content
areku edited this page Dec 3, 2014 · 12 revisions

ALLE

  • Tutorial
  • Beschluss: Naming Convention
  • Beschluss: Test Cases
  • Beispiel aufräumen (Dateirechte, ...)
  • Ensure Naming Conventions
    • Exporter
      • Sofa
      • Hiflow
      • Abaqus
      • FeBIO
    • Examples
      • BunnyExample
        • bunny.msml.xml
        • bunnyCGAL.msml.xml
        • bunnyCGALHigh.msml.xml
        • bunnyCGAL_HiFlow3.msml.xml
        • bunnyExampleCuda.xml
        • bunnySpringsToFixed.xml
        • bunnyTetgen_HiFlow3.msml.xml
        • bunnyVoxelMeshing.msml.xml
        • bunnyVoxelMeshingNoHoles.msml.xml
      • CGALi2vExample
        • CGALExample.xml
        • CGALExamplePressure.xml
        • CGALExamplePressure_surfaces_movie.xml
        • Lungs_new.xml
        • Lungs_new_example_issue_108.xml
        • Lungs_new_wild.xml
        • Lungs_vars_only.xml
      • LiverExample
        • liverLinear.msml.xml
        • liverLinear_py.msml.xml
      • MeshExample
        • bunnyMeshing.msml.xml
      • PythonExamples/Beam
        • beamLinearDisp.msml.xml
        • beamLinearSurfacePressure.msml.xml
      • PythonExamples
        • color-example-sub.xml
        • color-example.xml
    • Operators
      • vdx2ctx
      • mesherTetgen in msml.ext.tetgen:CreateVolumeMeshPython
      • closestPoint in msml.ext.vtk:closest_point
      • copyFile in msml.ext.misc_python:copy_file
      • mesherCGALi2v in msml.ext.cgal:CreateVolumeMeshi2v
      • ConvertVTKPolydataToCGALPolyhedron in msml.ext.cgal:ConvertVTKPolydataToCGALPolyhedron
      • CalculateSubdivisionSurface in msml.ext.cgal:CalculateSubdivisionSurface
      • SimplificateMesh in msml.ext.cgal:SimplificateMesh
      • mesherCGALs2v in msml.ext.cgal:CreateVolumeMeshs2v
      • ExtractSurfaceMesh in msml.ext.misc:ExtractSurfaceMeshPython
      • colormesh in msml.ext.misc:ColorMeshPython
      • apply-dvf in msml.ext.misc:ApplyDVFPython
      • materialId-to-index in msml.ext.misc:computeIndicesFromMaterialId
      • boxROIToIndexOperator in msml.ext.misc:computeIndicesFromBoxROI
      • stl2vtk in msml.ext.misc:ConvertSTLToVTKPython
      • generateDVF in msml.ext.misc:GenerateDVF
      • ExtractAllSurfacesByMaterial in msml.ext.misc:ExtractAllSurfacesByMaterial
      • MorphCube in msml.ext.misc:MorphCube
      • TransformMeshBarycentric in msml.ext.misc:TransformMeshBarycentricPython
      • TransformSurfaceBarycentric in msml.ext.misc:TransformSurfaceBarycentricPython
      • vtk-mesh-to-abaqus-mesh-str in msml.ext.misc:ConvertVTKMeshToAbaqusMeshString
      • ExtractPointPositions in msml.ext.misc:ExtractPointPositionsPython
      • MarchingCube in msml.ext.misc:MarchingCube
      • SmoothMeshPython in msml.ext.misc:SmoothMeshPython
      • voxelize in msml.ext.misc:VoxelizeSurfaceMeshPython
      • paraview
      • SurfaceMeshNumberOfElements in msml.ext.misc:SurfaceMeshNumberOfElements
      • SurfaceMeshSurfaceArea in msml.ext.misc:SurfaceMeshSurfaceArea
      • SurfaceMeshVolume in msml.ext.misc:SurfaceMeshVolume
    • Elements:
      • displacement
      • displacementConstraint
      • surfacePressure
      • springMeshToFixed
      • fixedConstraint
      • pressureConstraint
      • forceConstraint
      • supportingMesh
      • mass
      • linearElasticMaterial
      • illumination
  • Test cases
    • vdx2ctx
    • mesherTetgen in msml.ext.tetgen:CreateVolumeMeshPython
    • closestPoint in msml.ext.vtk:closest_point
    • copyFile in msml.ext.misc_python:copy_file
    • mesherCGALi2v in msml.ext.cgal:CreateVolumeMeshi2v
    • ConvertVTKPolydataToCGALPolyhedron in msml.ext.cgal:ConvertVTKPolydataToCGALPolyhedron
    • CalculateSubdivisionSurface in msml.ext.cgal:CalculateSubdivisionSurface
    • SimplificateMesh in msml.ext.cgal:SimplificateMesh
    • mesherCGALs2v in msml.ext.cgal:CreateVolumeMeshs2v
    • ExtractSurfaceMesh in msml.ext.misc:ExtractSurfaceMeshPython
    • colormesh in msml.ext.misc:ColorMeshPython
    • apply-dvf in msml.ext.misc:ApplyDVFPython
    • materialId-to-index in msml.ext.misc:computeIndicesFromMaterialId
    • boxROIToIndexOperator in msml.ext.misc:computeIndicesFromBoxROI
    • stl2vtk in msml.ext.misc:ConvertSTLToVTKPython
    • generateDVF in msml.ext.misc:GenerateDVF
    • ExtractAllSurfacesByMaterial in msml.ext.misc:ExtractAllSurfacesByMaterial
    • MorphCube in msml.ext.misc:MorphCube
    • TransformMeshBarycentric in msml.ext.misc:TransformMeshBarycentricPython
    • TransformSurfaceBarycentric in msml.ext.misc:TransformSurfaceBarycentricPython
    • vtk-mesh-to-abaqus-mesh-str in msml.ext.misc:ConvertVTKMeshToAbaqusMeshString
    • ExtractPointPositions in msml.ext.misc:ExtractPointPositionsPython
    • MarchingCube in msml.ext.misc:MarchingCube
    • SmoothMeshPython in msml.ext.misc:SmoothMeshPython
    • voxelize in msml.ext.misc:VoxelizeSurfaceMeshPython
    • paraview
    • SurfaceMeshNumberOfElements in msml.ext.misc:SurfaceMeshNumberOfElements
    • SurfaceMeshSurfaceArea in msml.ext.misc:SurfaceMeshSurfaceArea
    • SurfaceMeshVolume in msml.ext.misc:SurfaceMeshVolume
  • Documentation
    • Operators
      • vdx2ctx
      • mesherTetgen in msml.ext.tetgen:CreateVolumeMeshPython
      • closestPoint in msml.ext.vtk:closest_point
      • copyFile in msml.ext.misc_python:copy_file
      • mesherCGALi2v in msml.ext.cgal:CreateVolumeMeshi2v
      • ConvertVTKPolydataToCGALPolyhedron in msml.ext.cgal:ConvertVTKPolydataToCGALPolyhedron
      • CalculateSubdivisionSurface in msml.ext.cgal:CalculateSubdivisionSurface
      • SimplificateMesh in msml.ext.cgal:SimplificateMesh
      • mesherCGALs2v in msml.ext.cgal:CreateVolumeMeshs2v
      • ExtractSurfaceMesh in msml.ext.misc:ExtractSurfaceMeshPython
      • colormesh in msml.ext.misc:ColorMeshPython
      • apply-dvf in msml.ext.misc:ApplyDVFPython
      • materialId-to-index in msml.ext.misc:computeIndicesFromMaterialId
      • boxROIToIndexOperator in msml.ext.misc:computeIndicesFromBoxROI
      • stl2vtk in msml.ext.misc:ConvertSTLToVTKPython
      • generateDVF in msml.ext.misc:GenerateDVF
      • ExtractAllSurfacesByMaterial in msml.ext.misc:ExtractAllSurfacesByMaterial
      • MorphCube in msml.ext.misc:MorphCube
      • TransformMeshBarycentric in msml.ext.misc:TransformMeshBarycentricPython
      • TransformSurfaceBarycentric in msml.ext.misc:TransformSurfaceBarycentricPython
      • vtk-mesh-to-abaqus-mesh-str in msml.ext.misc:ConvertVTKMeshToAbaqusMeshString
      • ExtractPointPositions in msml.ext.misc:ExtractPointPositionsPython
      • MarchingCube in msml.ext.misc:MarchingCube
      • SmoothMeshPython in msml.ext.misc:SmoothMeshPython
      • voxelize in msml.ext.misc:VoxelizeSurfaceMeshPython
      • paraview
      • SurfaceMeshNumberOfElements in msml.ext.misc:SurfaceMeshNumberOfElements
      • SurfaceMeshSurfaceArea in msml.ext.misc:SurfaceMeshSurfaceArea
      • SurfaceMeshVolume in msml.ext.misc:SurfaceMeshVolume
    • Elements:
      • displacement
      • displacementConstraint
      • surfacePressure
      • springMeshToFixed
      • fixedConstraint
      • pressureConstraint
      • forceConstraint
      • supportingMesh
      • mass
      • linearElasticMaterial
      • illumination

SCHOCH

  • MSMLalize EMCL's Pre/Postprocessing Scripts
    • existing: 2D-Surface-in-3D-Space to MetaImage to Contour to 3D-VolumeMesh to *.inp
    • existing: VonMisesStress-Visualization Paraview/python/vtk-Script
    • open wish: Box2FacetIndices-Operator -> something similar to computeIndicesFromBoxROI @ MSML needed?!
    • open wish: vtkIndex2PointCoords-Operator -> ExtractPointPositionsPython or positionFromIndices available @ MSML - how does it work?!
    • open wish:
  • HiFlow3-Elasticity-MSML-Version for RESTflow
  • RESTflow and HiFlow3-Linter
  • Integration of Mitral-Valve-Reconstruction-Workflow into MSML
  • HiFlow3-MSML-Exporter
    • should have an example/test -> see issue #137
    • new setup of hf3.xml-Files,
    • integrate contact simulation functionalities in Exporter (and MSML-Scene-Modelling?!).
    • see ticket #66?! Note: HiFlow3 needs VTU in ASCII-xml-vtk-format.
    • see ticket #83?! https://github.com/CognitionGuidedSurgery/msml/blob/master/src/msml/sorts.py#L342
    • see ticket #88?! IOHelpers VTK writer defaults: the explicit conversion via ConvertVTKToVTU operator does always write ASCII.
  • MSML-activated run of Hiflow3-Elasticity-Application
  • Dokumentation

STOLL

  • Solve 1.0 issues
  • Discuss issue Generic operators #114

Suwelack

WEIGL

  • Neues Binary elasticity
  • Übergabe hf3lint
  • Übergabe elasticity (binary)
  • CircleCI abschließen
    • add tetgen1.5
    • add sofa
  • Wenn 14.04 fertig -> Docker testweise aufsetzen

Clone this wiki locally