void
VISU_ElnoMapperHolder::SetUnstructuredGridIDMapper(const VISU::PUnstructuredGridIDMapper& theIDMapper)
{
- myPolyDataFilter->SetInput(theIDMapper->GetUnstructuredGridOutput());
+ myPolyDataFilter->SetInput( theIDMapper->GetUnstructuredGridOutput() );
myUnstructuredGridIDMapper = theIDMapper;
SetIDMapper(theIDMapper);
}
myElnoMapper = VISU_OpenGLElnoMapper::New();
myElnoMapper->Delete();
+
+ myElnoMapper->SetInput( myPolyDataFilter->GetOutput() );
+
SetMapper(myElnoMapper.GetPointer());
}