#include <CSCPairConstraint.h>
Public Member Functions | |
CSCPairConstraint (int i, int j, double value, double error) | |
virtual double | error () const |
virtual int | i () const |
virtual int | j () const |
virtual bool | valid () const |
virtual double | value () const |
virtual | ~CSCPairConstraint () |
Protected Attributes | |
double | m_error |
int | m_i |
int | m_j |
double | m_value |
|
inline |
Definition at line 16 of file CSCPairConstraint.h.
|
inlinevirtual |
Definition at line 18 of file CSCPairConstraint.h.
|
inlinevirtual |
Reimplemented in CSCPairResidualsConstraint.
Definition at line 23 of file CSCPairConstraint.h.
References m_error.
Referenced by argparse.ArgumentParser::_get_option_tuples(), python.rootplot.argparse.ArgumentParser::_get_option_tuples(), argparse.ArgumentParser::_parse_known_args(), python.rootplot.argparse.ArgumentParser::_parse_known_args(), argparse.ArgumentParser::_parse_optional(), python.rootplot.argparse.ArgumentParser::_parse_optional(), argparse.ArgumentParser::_read_args_from_files(), python.rootplot.argparse.ArgumentParser::_read_args_from_files(), argparse.ArgumentParser::add_subparsers(), python.rootplot.argparse.ArgumentParser::add_subparsers(), Page1Parser.Page1Parser::check_for_whole_start_tag(), argparse.ArgumentParser::parse_args(), python.rootplot.argparse.ArgumentParser::parse_args(), argparse.ArgumentParser::parse_known_args(), and python.rootplot.argparse.ArgumentParser::parse_known_args().
|
inlinevirtual |
Definition at line 20 of file CSCPairConstraint.h.
References m_i.
Referenced by CSCPairResidualsConstraint::read(), and CSCPairResidualsConstraint::write().
|
inlinevirtual |
Definition at line 21 of file CSCPairConstraint.h.
References m_j.
Referenced by CSCPairResidualsConstraint::read(), and CSCPairResidualsConstraint::write().
|
inlinevirtual |
Reimplemented in CSCPairResidualsConstraint.
Definition at line 24 of file CSCPairConstraint.h.
|
inlinevirtual |
Reimplemented in CSCPairResidualsConstraint.
Definition at line 22 of file CSCPairConstraint.h.
References m_value.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), average.Average::average(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Mixins.UsingBlock::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), and Vispa.Views.PropertyView.FileProperty::labelDoubleClicked().
|
protected |
Definition at line 28 of file CSCPairConstraint.h.
Referenced by error().
|
protected |
Definition at line 24 of file CSCPairConstraint.h.
Referenced by i(), CSCPairResidualsConstraint::read(), and valid().
|
protected |
Definition at line 24 of file CSCPairConstraint.h.
Referenced by j(), CSCPairResidualsConstraint::read(), and valid().
|
protected |
Definition at line 28 of file CSCPairConstraint.h.
Referenced by value().