#include <PrjObjects.hpp>
Inheritance diagram for openstudio::contam::CvfDat:Public Member Functions | |
Constructors and Destructors | |
| CvfDat () | |
| Create a new object with default values. | |
| CvfDat (int nr, int seqnr, unsigned int flags, int inreq, int n1, int n2, std::string name, std::string desc) | |
| Create a new object. | |
| CvfDat (int nr, int seqnr, unsigned int flags, int inreq, int n1, int n2, std::string name, std::string desc, std::string valuename) | |
| Create a new object. | |
Getters and Setters | |
| std::string | dataType () const override |
| Returns the node data type. | |
Public Member Functions inherited from openstudio::contam::CdvDat | |
| CdvDat () | |
| Create a new object with default values. | |
| CdvDat (int nr, int seqnr, unsigned int flags, int inreq, int n1, int n2, std::string name, std::string desc) | |
| Create a new object. | |
| CdvDat (int nr, int seqnr, unsigned int flags, int inreq, int n1, int n2, std::string name, std::string desc, std::string valuename) | |
| Create a new object. | |
| CdvDat (const CdvDat &other) | |
| Create a new object from another object. | |
| virtual | ~CdvDat () override=default |
| Destroy the object. | |
| CdvDat & | operator= (const CdvDat &other) |
| Copy operator. | |
| bool | operator== (const CdvDat &other) const |
| Equality operator. | |
| bool | operator!= (const CdvDat &other) const |
| Inequality operator. | |
| void | read (Reader &input) |
| Read an object from a Reader. | |
| void | readDetails (Reader &input) |
| Read object details from a Reader. | |
| std::string | write () override |
| Write the object to a string. | |
| int | nr () const override |
| Returns the node number, in order from 1 to the number of control nodes. | |
| void | setNr (const int nr) override |
| Sets the element number. | |
| int | seqnr () const override |
| Returns the computation sequence number, which is set in ContamW. | |
| void | setSeqnr (const int seqnr) override |
| Sets the computation sequence number. | |
| unsigned int | flags () const override |
| Returns the flags for offset & scale, time constant, and 1D sensor. | |
| void | setFlags (const unsigned int flags) override |
| Sets the flags for offset & scale, time constant, and 1D sensor. | |
| int | inreq () const override |
| Returns the number of required inputs. | |
| void | setInreq (const int inreq) override |
| Sets the number of required inputs. | |
| int | n1 () const override |
| Returns the SketchPad number of input node #1. | |
| void | setN1 (const int n1) override |
| Sets the SketchPad number of input node #1. | |
| int | n2 () const override |
| Returns the SketchPad number of input node #2. | |
| void | setN2 (const int n2) override |
| Sets the SketchPad number of input node #2. | |
| std::string | name () const override |
| Returns the element name. | |
| void | setName (const std::string &name) override |
| Sets the element name. | |
| std::string | desc () const override |
| Returns the element description. | |
| void | setDesc (const std::string &desc) override |
| Sets the element description. | |
| std::string | valuename () const |
| Returns the name of the value read from the file. | |
| void | setValuename (const std::string &valuename) |
| Sets the name of the value read from the file. | |
Public Member Functions inherited from openstudio::contam::ControlNode | |
| virtual | ~ControlNode ()=default |
| Destroy the object. | |
Additional Inherited Members | |
Static Public Member Functions inherited from openstudio::contam::ControlNode | |
| static ControlNodeType | convertTag (const std::string &tag) |
| Convert an input string into a control node type enum. | |
| static ControlNode * | readElement (Reader &input) |
| Read a control node element from a Reader object. | |
The CvfDat object represents a continuous value datas file control node.
| openstudio::contam::CvfDat::CvfDat | ( | ) |
Create a new object with default values.
| openstudio::contam::CvfDat::CvfDat | ( | int | nr, |
| int | seqnr, | ||
| unsigned int | flags, | ||
| int | inreq, | ||
| int | n1, | ||
| int | n2, | ||
| std::string | name, | ||
| std::string | desc ) |
Create a new object.
| openstudio::contam::CvfDat::CvfDat | ( | int | nr, |
| int | seqnr, | ||
| unsigned int | flags, | ||
| int | inreq, | ||
| int | n1, | ||
| int | n2, | ||
| std::string | name, | ||
| std::string | desc, | ||
| std::string | valuename ) |
Create a new object.
|
inlineoverridevirtual |
Returns the node data type.
Implements openstudio::contam::CdvDat.