Skip to content
  • Cory Quammen's avatar
    Ensure points in extracted selection match type of input points · c1c821f4
    Cory Quammen authored
    New points in the extracted selection were always stored in single
    precision (the default buffer type for vtkPoints). Fixed that by
    setting the point precision type to the same as the input point set
    precision type for vtkPointSets. Datasets with implicit points (e.g.,
    vtkImageData) will have vtkPoints with single precision. Modified
    existing test to ensure that the point precision is carried through
    the extraction.
    c1c821f4