Home
last modified time | relevance | path

Searched refs:drawableCollection (Results 1 – 4 of 4) sorted by relevance

/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DGraph.cxx83 void Graph::add(const DrawableCollection & drawableCollection) in add() argument
86 getImplementation()->add(drawableCollection); in add()
102 void Graph::setDrawables(const DrawableCollection & drawableCollection) in setDrawables() argument
105 getImplementation()->setDrawables(drawableCollection); in setDrawables()
H A DGraphImplementation.cxx164 void GraphImplementation::add(const DrawableCollection & drawableCollection) in add() argument
166 …for (UnsignedInteger i = 0; i < drawableCollection.getSize(); ++i) drawablesCollection_.add(drawab… in add()
182 void GraphImplementation::setDrawables(const DrawableCollection & drawableCollection) in setDrawables() argument
184 drawablesCollection_ = drawableCollection; in setDrawables()
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DGraph.hxx78 void add(const DrawableCollection & drawableCollection);
88 void setDrawables(const DrawableCollection & drawableCollection);
H A DGraphImplementation.hxx74 void add(const DrawableCollection & drawableCollection);
84 void setDrawables(const DrawableCollection & drawableCollection);