Public Member Functions | |
virtual std::string | getName () const |
Returns the free-form name of this class. | |
std::string | getProperty (const std::string &prop) const |
Returns a property of this class. | |
CjNS_EW (std::string args, const ctor_va_t &) | |
virtual bool | selectNode (select_arg_t &, unsigned int &node) |
performs the node selection | |
Static Public Member Functions | |
static std::string | getName_static () |
Returns the free-form name of this class (static version). | |
static std::string | getProperty_static (const std::string &opt) |
Returns a property of this class (static version). | |
Protected Attributes | |
bool | m_dupe_link_ok |
bool | m_no_alpha_beta_warn |
double | m_alpha |
double | m_beta |
bool jmitie::corelib::CjNS_EW::selectNode | ( | select_arg_t & | , | |
unsigned int & | node | |||
) | [virtual] |
performs the node selection
Returns false if a node cound not be found and true otherwise.
Implements jmitie::CjNodeSelector.