#include <mlFields.h>

Public Member Functions | |
| SubImageBoxdField () | |
| Default constructor, do not use it. | |
| SubImageBoxdField (const std::string &name) | |
Constructor, creates a field with a name to manage a float box. | |
| void | setStringValue (const std::string &stringValue) |
Sets the value of the field to stringValue. | |
| void | setSubImageBoxdValue (const SubImageBoxd &subImageBoxfValue) |
Sets the value of the field to subImageBoxfValue. | |
| std::string | getStringValue () const |
| Returns the value of the field as a string value. | |
| const SubImageBoxd & | getSubImageBoxdValue () const |
| Returns the value of the field. | |
Deprecated | |
| void | setSubImgBoxValue (const SubImageBoxd &value) |
| const SubImageBoxd & | getSubImgBoxValue () const |
| void | setSubImgBoxfValue (const SubImageBoxd &value) |
| const SubImageBoxd & | getSubImgBoxfValue () const |
Deprecated | |
| SubImageBoxdField (const std::string &name, SubImageBoxd *valuePtr) | |
Protected Member Functions | |
| virtual void | setValueFromField (const Field &field) |
| Reimplementation from Field which copies the field value more efficiently. | |
Definition at line 2451 of file mlFields.h.
| ml::SubImageBoxdField::SubImageBoxdField | ( | ) |
Default constructor, do not use it.
| ml::SubImageBoxdField::SubImageBoxdField | ( | const std::string & | name | ) |
Constructor, creates a field with a name to manage a float box.
Default value is the empty box.
| ml::SubImageBoxdField::SubImageBoxdField | ( | const std::string & | name, | |
| SubImageBoxd * | valuePtr | |||
| ) |
| std::string ml::SubImageBoxdField::getStringValue | ( | ) | const [virtual] |
Returns the value of the field as a string value.
setStringValue must be able to reinterpret this returned string correctly.
Implements ml::Field.
| const SubImageBoxd& ml::SubImageBoxdField::getSubImageBoxdValue | ( | ) | const |
Returns the value of the field.
| const SubImageBoxd& ml::SubImageBoxdField::getSubImgBoxfValue | ( | ) | const [inline] |
| const SubImageBoxd& ml::SubImageBoxdField::getSubImgBoxValue | ( | ) | const [inline] |
| void ml::SubImageBoxdField::setStringValue | ( | const std::string & | stringValue | ) | [virtual] |
| void ml::SubImageBoxdField::setSubImageBoxdValue | ( | const SubImageBoxd & | subImageBoxfValue | ) |
Sets the value of the field to subImageBoxfValue.
| void ml::SubImageBoxdField::setSubImgBoxfValue | ( | const SubImageBoxd & | value | ) | [inline] |
| void ml::SubImageBoxdField::setSubImgBoxValue | ( | const SubImageBoxd & | value | ) | [inline] |
| virtual void ml::SubImageBoxdField::setValueFromField | ( | const Field & | field | ) | [protected, virtual] |
1.5.8