#include <graphics.h>
Inherits array_property.
Public Member Functions | |
row_vector_property (const std::string &nm, const graphics_handle &h, const octave_value &m) | |
row_vector_property (const row_vector_property &p) | |
void | add_constraint (const std::string &type) |
void | add_constraint (const dim_vector &dims) |
void | add_constraint (octave_idx_type len) |
row_vector_property & | operator= (const octave_value &val) |
base_property * | clone (void) const |
Protected Member Functions | |
bool | do_set (const octave_value &v) |
row_vector_property::row_vector_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const octave_value & | m | |||
) | [inline] |
row_vector_property::row_vector_property | ( | const row_vector_property & | p | ) | [inline] |
void row_vector_property::add_constraint | ( | octave_idx_type | len | ) | [inline] |
void row_vector_property::add_constraint | ( | const dim_vector & | dims | ) | [inline] |
Reimplemented from array_property.
void row_vector_property::add_constraint | ( | const std::string & | type | ) | [inline] |
Reimplemented from array_property.
base_property* row_vector_property::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from array_property.
bool row_vector_property::do_set | ( | const octave_value & | v | ) | [inline, protected, virtual] |
Reimplemented from array_property.
row_vector_property& row_vector_property::operator= | ( | const octave_value & | val | ) | [inline] |
Reimplemented from array_property.