Superclass::SetShrinkable(theIsShrinkable);
mySurfaceActor->SetShrinkable(theIsShrinkable);
+ myEdgeActor->SetShrinkable(theIsShrinkable);
}
void
Superclass::SetShrinkFactor(theValue);
mySurfaceActor->SetShrinkFactor(theValue);
+ myEdgeActor->SetShrinkFactor(theValue);
}
//----------------------------------------------------------------------------
Superclass::SetShrink();
mySurfaceActor->SetShrink();
+ myEdgeActor->SetShrink();
}
void
Superclass::UnShrink();
mySurfaceActor->UnShrink();
+ myEdgeActor->UnShrink();
}
//----------------------------------------------------------------------------