Use SetInputDataObject
if you have a vtkMultiBlockDataSet
or use the pattern
mapper->SetInputConnection(datasource->GetOutputPort())
if you have a source object that produces the vtkMultiBlockDataSet
.
Use SetInputDataObject
if you have a vtkMultiBlockDataSet
or use the pattern
mapper->SetInputConnection(datasource->GetOutputPort())
if you have a source object that produces the vtkMultiBlockDataSet
.