Home
last modified time | relevance | path

Searched refs:getDrawLabels (Results 1 – 9 of 9) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DContour.hxx90 Bool getDrawLabels() const override;
H A DDrawable.hxx120 Bool getDrawLabels() const;
H A DDrawableImplementation.hxx134 virtual Bool getDrawLabels() const;
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DDrawable.cxx262 Bool Drawable::getDrawLabels() const in getDrawLabels() function in Drawable
264 return getImplementation()->getDrawLabels(); in getDrawLabels()
H A DContour.cxx152 Bool Contour::getDrawLabels() const in getDrawLabels() function in Contour
H A DDrawableImplementation.cxx1464 Bool DrawableImplementation::getDrawLabels() const in getDrawLabels() function in DrawableImplementation
/dports/math/openturns/openturns-1.18/python/src/
H A DDrawable_doc.i.in59 %feature("docstring") OT::Drawable::getDrawLabels
H A Dviewer.py441 if drawable.getDrawLabels():
H A DDrawableImplementation_doc.i.in564 %feature("docstring") OT::DrawableImplementation::getDrawLabels