myHolderEntry = theEntry;
}
-std::string
+
+//----------------------------------------------------------------------------
+Handle(SALOME_InteractiveObject)
VISU::ColoredPrs3d_i
-::GetEntry()
+::GetIO()
{
+ Handle(SALOME_InteractiveObject) anIO = TSuperClass::GetIO();
if(myHolderEntry != "")
- return myHolderEntry;
-
- return TSuperClass::GetEntry();
+ anIO->setEntry(myHolderEntry.c_str());
+ return anIO;
}
//----------------------------------------------------------------------------
}
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SameAsParams(const ColoredPrs3d_i* theOrigin)
return myScalarMapPL->GetScalarMode();
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetScalarMode(CORBA::Long theScalarMode)
myScalarMapPL->SetScalarMode(theScalarMode);
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetMin()
return myScalarMapPL->GetScalarRange()[0];
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetMax()
UseFixedRange(false);
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetSourceMin()
}
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetSourceMax()
GetSpecificPL()->SetNbColors(theNbColors);
}
+//----------------------------------------------------------------------------
CORBA::Long
VISU::ColoredPrs3d_i
::GetNbColors()
return GetSpecificPL()->GetNbColors();
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetBarOrientation(VISU::ScalarMap::Orientation theOrientation)
}
}
+//----------------------------------------------------------------------------
VISU::ScalarMap::Orientation
VISU::ColoredPrs3d_i
::GetBarOrientation()
return myOrientation;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetPosition(CORBA::Double X, CORBA::Double Y)
myParamsTime.Modified();
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetPosX()
return myPosition[0];
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetPosY()
return myPosition[1];
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetSize(CORBA::Double theWidth, CORBA::Double theHeight)
myParamsTime.Modified();
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetWidth()
return myWidth;
}
+//----------------------------------------------------------------------------
CORBA::Double
VISU::ColoredPrs3d_i
::GetHeight()
return myHeight;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetLabels(CORBA::Long theNbLabels)
}
}
+//----------------------------------------------------------------------------
CORBA::Long
VISU::ColoredPrs3d_i
::GetLabels()
return myNumberOfLabels;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetTitle(const char* theTitle)
}
}
+//----------------------------------------------------------------------------
char*
VISU::ColoredPrs3d_i
::GetTitle()
return CORBA::string_dup(myTitle.c_str());
}
+//----------------------------------------------------------------------------
std::string
VISU::ColoredPrs3d_i
::GetCTitle()
return myTitle;
}
+//----------------------------------------------------------------------------
bool
VISU::ColoredPrs3d_i
::IsBoldTitle()
return myIsBoldTitle;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetBoldTitle(bool theIsBoldTitle)
}
}
+//----------------------------------------------------------------------------
bool
VISU::ColoredPrs3d_i
::IsItalicTitle()
return myIsItalicTitle;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetItalicTitle(bool theIsItalicTitle)
}
}
+//----------------------------------------------------------------------------
bool
VISU::ColoredPrs3d_i
::IsShadowTitle()
return myIsShadowTitle;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetShadowTitle(bool theIsShadowTitle)
}
}
+//----------------------------------------------------------------------------
int
VISU::ColoredPrs3d_i
::GetTitFontType()
return myTitFontType;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetTitFontType(int theTitFontType)
}
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::GetTitleColor(vtkFloatingPointType* theR,
*theB = myTitleColor[2];
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetTitleColor(vtkFloatingPointType theR,
myParamsTime.Modified();
}
+//----------------------------------------------------------------------------
bool
VISU::ColoredPrs3d_i
::IsBoldLabel()
return myIsBoldLabel;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetBoldLabel(bool theIsBoldLabel)
}
}
+//----------------------------------------------------------------------------
bool
VISU::ColoredPrs3d_i
::IsItalicLabel()
return myIsItalicLabel;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetItalicLabel(bool theIsItalicLabel)
}
}
+//----------------------------------------------------------------------------
bool
VISU::ColoredPrs3d_i
::IsShadowLabel()
return myIsShadowLabel;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetShadowLabel(bool theIsShadowLabel)
}
}
+//----------------------------------------------------------------------------
int
VISU::ColoredPrs3d_i
::GetLblFontType()
return myLblFontType;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetLblFontType(int theLblFontType)
}
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::GetLabelColor(vtkFloatingPointType* theR,
*theB = myLabelColor[2];
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::SetLabelColor(vtkFloatingPointType theR,
return myIsFixedRange;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::UseFixedRange(bool theUseFixedRange)
myIsFixedRange = theUseFixedRange;
}
+//----------------------------------------------------------------------------
std::string
VISU::ColoredPrs3d_i
::GetScalarBarTitle()
return this;
}
+//----------------------------------------------------------------------------
VISU::Storable*
VISU::ColoredPrs3d_i
::Restore(const Storable::TRestoringMap& theMap)
return this;
}
+//----------------------------------------------------------------------------
void
VISU::ColoredPrs3d_i
::ToStream(std::ostringstream& theStr)