return myPlot3DPL->GetNumberOfContours();
}
+void VISU::Plot3D_i::SetContourPrs (CORBA::Boolean theIsContourPrs )
+{
+ myPlot3DPL->SetContourPrs( theIsContourPrs );
+}
+
+CORBA::Boolean VISU::Plot3D_i::GetIsContourPrs()
+{
+ return myPlot3DPL->GetIsContourPrs();
+}
+
void VISU::Plot3D_i::DoHook()
{
if (!myPipeLine) myPipeLine = VISU_Plot3DPL::New();
virtual void SetScaleFactor (CORBA::Double theScaleFactor);
virtual CORBA::Double GetScaleFactor();
+ virtual void SetContourPrs (CORBA::Boolean theIsContourPrs );
+ CORBA::Boolean GetIsContourPrs();
+
virtual void SetNbOfContours (CORBA::Long theNb);
virtual CORBA::Long GetNbOfContours();