Skip to content
Snippets Groups Projects
  1. Sep 22, 2017
  2. Sep 18, 2017
  3. Sep 15, 2017
  4. Sep 12, 2017
  5. Sep 11, 2017
    • Mark OLESEN's avatar
      ENH: add input surface scaling (issue #514) · da373d4f
      Mark OLESEN authored
      - surfaceFeatureExtract
        * dictionary "scale" entry
      
      - triSurface
      - triSurfaceLoader
        * optional scaleFactor on reading
      
      - surfaceAdd
      - surfaceBooleanFeatures
      - surfaceClean
      - surfaceCoarsen
        * scale option
      
      - surfaceTransformPoints, transformPoints
        * scale option as scalar or vector quantity
      da373d4f
  6. Sep 08, 2017
  7. Sep 07, 2017
  8. Sep 06, 2017
  9. Aug 31, 2017
  10. Aug 28, 2017
  11. Aug 18, 2017
  12. Aug 14, 2017
  13. Aug 10, 2017
  14. Aug 09, 2017
  15. Aug 07, 2017
  16. Aug 03, 2017
    • Mark OLESEN's avatar
      STYLE: manage dictionary inputMode directly within entry class · 2de7aeef
      Mark OLESEN authored
      - The logic for switching input-mode was previously completely
        encapsulated within the #inputMode directive, but without any
        programming equivalent. Furthermore, the encapsulation in inputMode
        made the logic less clear in other places.
      
        Exposing the inputMode as an enum with direct access from entry
        simplifies things a fair bit.
      
      - eliminate one level of else/if nesting in entryIO.C for clearer logic
      
      - for dictionary function entries, simply use
        addNamedToMemberFunctionSelectionTable() and avoid defining a type()
        as a static. For most function entries the information is only used
        to get a name for the selection table lookup anyhow.
      2de7aeef
  17. Aug 02, 2017
  18. Jul 29, 2017
    • Mark OLESEN's avatar
      ENH: additional method for switching error throwing on/off (issue #552) · 837c7486
      Mark OLESEN authored
      - error::throwExceptions(bool) returning the previous state makes it
        easier to set and restore states.
      
      - throwing() method to query the current handling (if required).
      
      - the normal error::throwExceptions() and error::dontThrowExceptions()
        also return the previous state, to make it easier to restore later.
      837c7486
  19. Jul 26, 2017
  20. Jul 22, 2017
  21. Jul 21, 2017
  22. Jul 20, 2017
  23. Jul 19, 2017