theTarget->SetScalarMode(theSource->GetScalarMode());
theTarget->SetImmediateModeRendering(theSource->GetImmediateModeRendering());
theTarget->SetUseLookupTableScalarRange(theSource->GetUseLookupTableScalarRange());
+ theTarget->SetInterpolateScalarsBeforeMapping(theSource->GetInterpolateScalarsBeforeMapping());
if(theSource->GetArrayAccessMode() == VTK_GET_ARRAY_BY_ID)
theTarget->ColorByArrayComponent(theSource->GetArrayId(), theSource->GetArrayComponent());
else