Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Mar 14, 2017
  3. Mar 13, 2017
  4. Mar 09, 2017
  5. Mar 08, 2017
  6. Feb 28, 2017
  7. Feb 27, 2017
  8. Feb 24, 2017
    • Mayeul Chassagnard's avatar
      ENH: Add ExternalData Management System · 267b7f72
      Mayeul Chassagnard authored
      Download Data from Girder according to data key files contained in iMSTK/Data
      
      This uses ExternalData.cmake (Requires CMake >= 2.8.11 release).
      
      Add TEST: Add ExternalDataTest to verify downloaded files from Girder
      * Be sure the data requiered for the test is not there (delete it)
      * Add the imstk_add_data(${target} ${data_list}) function in CMakeList.txt
      which calls ExternalData_expand_arguments().
      * It downloads the data provided by the data_list (relative path from
      iMSTK/Data)
      
      Add DOC: Add documentation on ExternalData Management
      * How to add data to iMSTK from Grider
      * Update data
      * Use data
      267b7f72
  9. Feb 21, 2017
    • Alexis Girault's avatar
      Merge branch 'add_geometry_test-2017.01.27' into 'master' · 4a5e74d9
      Alexis Girault authored
      Add geometry test 2017.01.27
      
      Closes #116
      
      See merge request !127
      4a5e74d9
    • Mayeul Chassagnard's avatar
      BUG: Fix imstkPlane Issues · 226754ed
      Mayeul Chassagnard authored
      According to e80f6f5ee92f17412034331d5561abb534d889ee
      Test now passing:
      setgetWidth(): Don't allow to change width if <= 0
      setgetNormal(): Add m_normal parameter to rely on it when setgetNormal
      And update rendering delegate part for the Plane.
      226754ed
    • Mayeul Chassagnard's avatar
      TEST: Add test for imstkPlane · 7b960322
      Mayeul Chassagnard authored
      Tests failing:
      setgetWidth() with a width <=0
      setgetNormal(): the vector returned by getNormal() is slightly different
      from the one sent. Indeed, the normal is computed by the difference between
      the orientation and the UP_VECTOR. In order to fix the issue, a m_normal
      parameter must be added in the imstkPlane class.
      Don't forget to update the rendering part based on this new m_normal vector
      7b960322
    • Mayeul Chassagnard's avatar
      BUG: Fix getVolume formula imstkSphere + Test · 14b79ca8
      Mayeul Chassagnard authored
      Fix #116 (in addition to getVolume formula fixes in imsktCube:
      0280cec7)
      14b79ca8
    • Mayeul Chassagnard's avatar
      BUG: Fix imstkCube · 0abc8eab
      Mayeul Chassagnard authored
      Test now passing:
      getVolume(): fix cube volume formula
      setgetWidth(): Don't allow to change width if <= 0
      
      see 1b1b018dc8f61e6b1737ed0de90c1c328d471dba
      0abc8eab
  10. Feb 06, 2017
  11. Jan 31, 2017
  12. Jan 30, 2017
  13. Jan 26, 2017
Loading