Skip to content
  • T.J. Corona's avatar
    Enable vtkTableBasedClipDataSet to generate clipped output. · 029c8002
    T.J. Corona authored
    This commit is in reference to issue #0015663. vtkTableBasedClipDataSet has
    methods for enabling a secondary output of clipped data, but the
    implementation did not exist. This commit facilitates the output of clipped
    data upon request by simply toggling the InsideOut field and running the
    filter again.
    029c8002