Skip to content
  • Sreekanth Arikatla's avatar
    PERF: Move vtk cell consistency check to utility · 690eae31
    Sreekanth Arikatla authored
    The cell consistency check takes considerable time during the initialization
    and is removed from the surfaceMeshRenderDelegate.
    
    Mesh related checks such as this (watertightness etc.) should be done
    within the utility functions of Mesh or Rendering module. For now the user
    is expected to supply correct meshes.
    690eae31