::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_ColoredPL *aPipeLine = dynamic_cast<VISU_ColoredPL*>(thePipeLine)){
if(theIsCopyInput)
SetScalarRange(aPipeLine->GetScalarRange());
SetScaling(aPipeLine->GetScaling());
SetMapScale(aPipeLine->GetMapScale());
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_CutLinesPL *aPipeLine = dynamic_cast<VISU_CutLinesPL*>(thePipeLine)){
SetOrientation(aPipeLine->GetPlaneOrientation(1),
aPipeLine->GetRotateX(1),aPipeLine->GetRotateY(1),1);
else
SetPosition(aPipeLine->GetPosition());
}
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_CutPlanesPL *aPipeLine = dynamic_cast<VISU_CutPlanesPL*>(thePipeLine)){
SetOrientation(aPipeLine->GetPlaneOrientation(),
if(!aPipeLine->IsPartDefault(i))
SetPartPosition(i, aPipeLine->GetPartPosition(i));
}
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_DeformedShapePL *aPipeLine = dynamic_cast<VISU_DeformedShapePL*>(thePipeLine)){
SetScale(aPipeLine->GetScale());
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_IsoSurfacesPL *aPipeLine = dynamic_cast<VISU_IsoSurfacesPL*>(thePipeLine)){
SetNbParts(aPipeLine->GetNbParts());
vtkFloatingPointType aRange[2] = {aPipeLine->GetMin(), aPipeLine->GetMax()};
SetRange(aRange);
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_Plot3DPL *aPipeLine = dynamic_cast<VISU_Plot3DPL*>(thePipeLine)){
SetOrientation (aPipeLine->GetPlaneOrientation(),
aPipeLine->GetRotateX(), aPipeLine->GetRotateY());
SetContourPrs( aPipeLine->GetIsContourPrs() );
SetNumberOfContours( aPipeLine->GetNumberOfContours() );
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_ScalarMapOnDeformedShapePL *aPipeLine = dynamic_cast<VISU_ScalarMapOnDeformedShapePL*>(thePipeLine)){
SetScale(aPipeLine->GetScale());
SetScalars(aPipeLine->GetScalars());
aPipeLine->GetSourceRange(aRange);
SetScalarRange(aRange);
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
//----------------------------------------------------------------------------
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_StreamLinesPL *aPipeLine = dynamic_cast<VISU_StreamLinesPL*>(thePipeLine)){
SetParams(aPipeLine->GetIntegrationStep(),
aPipeLine->GetPropagationTime(),
aPipeLine->GetUsedPoints(),
aPipeLine->GetDirection());
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}
::DoShallowCopy(VISU_PipeLine *thePipeLine,
bool theIsCopyInput)
{
+ Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
+
if(VISU_VectorsPL *aPipeLine = dynamic_cast<VISU_VectorsPL*>(thePipeLine)){
SetGlyphType(aPipeLine->GetGlyphType());
SetGlyphPos(aPipeLine->GetGlyphPos());
}
-
- Superclass::DoShallowCopy(thePipeLine, theIsCopyInput);
}