![]() |
![]() |
#include <FunctClone.h>
Public Member Functions | |
void | add () const |
double | get (size_t i) const |
double | get (size_t i, double x) const |
Master (const F &f) | |
double | operator() () const |
double | operator() (double x) const |
size_t | size () const |
Private Member Functions | |
void | clear () const |
void | reset () const |
void | update () const |
void | update (double x) const |
Private Attributes | |
const boost::shared_ptr< F > | f_ |
std::vector< bool > | toBeUpdated_ |
double | value_ |
Definition at line 10 of file FunctClone.h.
|
inline |
Definition at line 11 of file FunctClone.h.
|
inline |
Definition at line 19 of file FunctClone.h.
References funct::Master< F >::size(), and funct::Master< F >::toBeUpdated_.
|
inlineprivate |
Definition at line 37 of file FunctClone.h.
References funct::Master< F >::toBeUpdated_.
Referenced by python.Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), python.Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), funct::Master< F >::update(), and python.Vispa.Views.BoxDecayView.BoxDecayView::updateContent().
|
inline |
Definition at line 23 of file FunctClone.h.
References i, funct::Master< F >::toBeUpdated_, funct::Master< F >::update(), and funct::Master< F >::value_.
Referenced by Options.Options::__getitem__().
|
inline |
Definition at line 28 of file FunctClone.h.
References i, funct::Master< F >::toBeUpdated_, funct::Master< F >::update(), funct::Master< F >::value_, and x.
Referenced by Options.Options::__getitem__().
|
inline |
Definition at line 13 of file FunctClone.h.
|
inline |
Definition at line 16 of file FunctClone.h.
References x.
|
inlineprivate |
|
inline |
Definition at line 22 of file FunctClone.h.
References funct::Master< F >::toBeUpdated_.
Referenced by funct::Master< F >::add().
|
inlineprivate |
Definition at line 40 of file FunctClone.h.
References funct::Master< F >::clear(), and funct::Master< F >::value_.
Referenced by python.Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), python.Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), funct::Master< F >::get(), python.Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), python.Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), python.Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), python.Vispa.Gui.FindDialog.FindDialog::reset(), python.Vispa.Gui.PortConnection.PointToPointConnection::select(), python.Vispa.Gui.VispaWidget.VispaWidget::select(), python.Vispa.Views.LineDecayView.LineDecayContainer::select(), python.Vispa.Gui.VispaWidget.VispaWidget::setText(), python.Vispa.Gui.VispaWidget.VispaWidget::setTitle(), python.Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), python.Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and python.Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
inlineprivate |
Definition at line 44 of file FunctClone.h.
References funct::Master< F >::clear(), funct::Master< F >::value_, and x.
Referenced by python.Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), python.Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), python.Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), python.Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), python.Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), python.Vispa.Gui.FindDialog.FindDialog::reset(), python.Vispa.Gui.PortConnection.PointToPointConnection::select(), python.Vispa.Gui.VispaWidget.VispaWidget::select(), python.Vispa.Views.LineDecayView.LineDecayContainer::select(), python.Vispa.Gui.VispaWidget.VispaWidget::setText(), python.Vispa.Gui.VispaWidget.VispaWidget::setTitle(), python.Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), python.Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and python.Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
private |
Definition at line 48 of file FunctClone.h.
|
mutableprivate |
Definition at line 50 of file FunctClone.h.
Referenced by funct::Master< F >::add(), funct::Master< F >::clear(), funct::Master< F >::get(), funct::Master< F >::reset(), and funct::Master< F >::size().
|
mutableprivate |
Definition at line 49 of file FunctClone.h.
Referenced by funct::Master< F >::get(), and funct::Master< F >::update().