Skip to content
  • Will Schroeder's avatar
    vtkExtractSurface initializes point values. · 633d1e5e
    Will Schroeder authored
    vtkExtractSurface was outputting uninitialized point coordinates.
    This was due to skipping sections of the volume because no triangles
    were generated, although points needed to be. Also, the definition of
    "empty" voxels in vtkSignedDistance was set to -(this->Radius) to be
    consistent with the ppaper.
    633d1e5e