Skip to content
Snippets Groups Projects
  1. Dec 05, 2024
  2. Dec 02, 2024
  3. Nov 29, 2024
  4. Nov 27, 2024
  5. Nov 26, 2024
  6. Nov 22, 2024
  7. Nov 18, 2024
  8. Nov 15, 2024
  9. Nov 14, 2024
  10. Nov 13, 2024
  11. Nov 08, 2024
  12. Nov 07, 2024
    • Nicolas Vuaille's avatar
      Make vtkDataObjectMeshCache log independ of build type · 564729c9
      Nicolas Vuaille authored
      It is used for performance. So debugging often occurs while using
      Release build and not Debug.
      Using classical Log macro instead of the vtkDebugMacro allows to get
      log even in Release build
      Relying on this->Debug allows to filter in only relevant
      instances
      564729c9
    • Nicolas Vuaille's avatar
      Fix Cache Status when consumer changes data type · 9f00b62f
      Nicolas Vuaille authored
      One cannot compare Cache and Original data type:
      the consumer can change it! E.g. ExtractSurface
      can have an UG as Original data but has a PolyData as Cache.
      
      What we want to check here is only input type
      across different executions. So put the check
      in SetOriginalData instead and invalidate the
      Cache as needed
      9f00b62f
  13. Nov 04, 2024
Loading