#include <FunctionProjectorXML.h>
Inheritance diagram for FunctionProjectorXML:


Sanket B. Malde <sanket@slac.stanford.edu>
Definition at line 29 of file FunctionProjectorXML.h.
Public Member Functions | |
| XmlElement * | createElement () |
| Creates a new element node. | |
| XmlElement * | createElement (const FunctionProjector &projector) |
| Returns a newly created XmlElement with its attributes set for projector. | |
| DataRep * | createFunctionRep (const XmlElement *element, DataRep *target) |
| Creates a FunctionRep from element with target DataRep. | |
| void | fillNodeList (const XmlElement *element, std::list< XmlElement * > &nodelist) |
| Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object. | |
| FunctionProjectorXML (XmlController *) | |
| The only public constructor. | |
| std::string | getFunctionName (const XmlElement *element) |
| Get the function name from the XML element. | |
| const XmlElement * | getNode (const XmlElement *element) const |
| Returns the single child node of element of the type that can be handled by this object. | |
| void | setAttributes (const XmlElement *element, FunctionBase *function) |
| Set the values for the function from the XML element. | |
| virtual const std::string & | tagName () const |
| Returns the tag name used by this class. | |
Protected Types | |
| typedef std::list< XmlElement * > | NodeList_t |
| The container type for element nodes. | |
Protected Member Functions | |
| void | setId (XmlElement &tag, int id) |
| Sets the unique identification of the object. | |
Protected Attributes | |
| XmlController * | m_controller |
| The singleton XML controller object. | |
| const std::string | m_id |
| The attribute name for the identification of the object. | |
| const std::string | m_tagname |
| The tag name used for elements created by this class. | |
| const std::string | m_type |
| The attribute name for the type of object. | |
Private Member Functions | |
| FunctionProjectorXML (const FunctionProjectorXML &) | |
| A private copy constructor in order to avoid copying. | |
|
|
The container type for element nodes.
|
|
|
A private copy constructor in order to avoid copying.
|
|
|
The only public constructor.
Definition at line 42 of file FunctionProjectorXML.cxx. |
|
|
|
Returns a newly created XmlElement with its attributes set for projector.
Definition at line 48 of file FunctionProjectorXML.cxx. References BaseXML::createElement(), FunctionProjector::function(), FunctionBase::getParameters(), BaseXML::m_controller, FunctionBase::name(), XmlElement::setAttribute(), BaseXML::setId(), and num_util::size(). Referenced by DataRepXML::createChildren(). |
|
||||||||||||
|
Creates a FunctionRep from element with target DataRep.
Definition at line 107 of file FunctionProjectorXML.cxx. References FunctionController::createFunctionRep(), FunctionRep::getFunction(), getFunctionName(), FunctionController::instance(), FunctionRep::saveParameters(), and setAttributes(). |
|
||||||||||||
|
Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object.
Definition at line 56 of file BaseXML.cxx. References XmlElement::fillNodeList(), and BaseXML::m_tagname. Referenced by ViewBaseXML::connectPlotters(), PlotterBaseXML::createAxisModels(), AxisModelXML::createChildren(), PlotterBaseXML::createFontObjects(), BinToColorXML::createObject(), BinsBaseXML::createObject(), XmlController::getDataReps(), PlotterBaseXML::getObject(), TupleCutXML::getObjects(), XmlController::getTupleCuts(), XmlController::getViews(), XmlController::openNTuples(), and TupleCutXML::setAttributes(). |
|
|
Get the function name from the XML element.
Definition at line 76 of file FunctionProjectorXML.cxx. References XmlElement::attribute(). Referenced by createFunctionRep(). |
|
|
Returns the single child node of element of the type that can be handled by this object. If no such node exists, returns a null pointer. Definition at line 51 of file BaseXML.cxx. References XmlElement::getNode(), and BaseXML::m_tagname. Referenced by PointRepXML::createObject(), DataRepXML::createObject(), PlotterBaseXML::getObject(), BinningProjectorXML::getObject(), ViewBaseXML::getObjects(), PlotterBaseXML::handleCutPlotter(), and BinningProjectorXML::setBins(). |
|
||||||||||||
|
Set the values for the function from the XML element.
Definition at line 87 of file FunctionProjectorXML.cxx. References XmlElement::attribute(), FunctionBase::setParameters(), FunctionBase::size(), and num_util::size(). Referenced by createFunctionRep(). |
|
||||||||||||
|
Sets the unique identification of the object.
Definition at line 62 of file BaseXML.cxx. References BaseXML::m_id, and XmlElement::setAttribute(). Referenced by ViewBaseXML::createElement(), TupleCutXML::createElement(), PlotterBaseXML::createElement(), NTupleProjectorXML::createElement(), MapMatrixProjectorXML::createElement(), HiNTupleXML::createElement(), createElement(), DataRepXML::createElement(), BinningProjectorXML::createElement(), PointRepXML::setAttributes(), and NTupleXML::setAttributes(). |
|
|
Returns the tag name used by this class.
Definition at line 46 of file BaseXML.cxx. References BaseXML::m_tagname. |
|
|
|
The attribute name for the identification of the object.
Definition at line 55 of file BaseXML.h. Referenced by BaseXML::setId(). |
|
|
The tag name used for elements created by this class.
Definition at line 48 of file BaseXML.h. Referenced by BaseXML::createElement(), BaseXML::fillNodeList(), BaseXML::getNode(), and BaseXML::tagName(). |
|
|
The attribute name for the type of object. Used to create object from one of the classes derived from Factory. Definition at line 52 of file BaseXML.h. Referenced by DataRepXML::createDataRep(), TransformXML::createElement(), PlotterBaseXML::createElement(), DataRepXML::createElement(), BinToColorXML::createElement(), BinsBaseXML::createElement(), TransformXML::createObject(), PointRepXML::createObject(), DataRepXML::createObject(), BinToColorXML::createObject(), BinsBaseXML::createObject(), BinnerAxisXML::createObject(), PlotterBaseXML::createPlotter(), PointRepXML::setAttributes(), and BinnerAxisXML::setAttributes(). |
1.4.3