11 #include <util/param/ParamComponent.h> 12 #include <util/param/Label.h> Begin(const char *label, bool isRequired=true)
Constructor.
bool isRequired() const
Is this the label for a required component?
virtual void resetParam()
Do-nothing implementation of virtual resetParam function.
Utility classes for scientific computation.
virtual void writeParam(std::ostream &out)
Write the opening line.
Abstract base class for classes that input and ouput parameters to file.
A label string in a file format.
bool isRequired() const
Is this the beginning line for a required element?
bool isActive() const
Is this an active element (has it been read from file)?
virtual void readParam(std::istream &in)
Read the opening line.
Beginning line of a composite parameter block.