Skip to content
  • Sankhesh Jhaveri's avatar
    FIX: Changes to fix compiler errors · 9a01a9a9
    Sankhesh Jhaveri authored
    Removed all vtkSource, vtkPolyDataToPolyData references
    Places where the producer of a dataObject is desired, an alternative method is followed.
    --Directly use the algorithm producing dataObject
    --Create a trivialProducer and set its output to dataObject
    --Use the PRODUCER() information key from vtkStreamingDemandDrivenPipeline
    9a01a9a9