#include <MathClasses.h>
Public Member Functions | |
VectorOfInts () | |
VectorOfInts (JString xml) | |
VectorOfInts (XMLNode *node) | |
virtual | ~VectorOfInts () |
Object * | clone () const |
int | operator[] (int n) const |
int | get (int pos) const |
bool | set (int pos, int val) |
bool | add (int val) |
bool | remove (int pos) |
int | getSize () const |
JString | print () |
JString | toXML () |
bool | fromXML (XMLNode *node) |
Public Attributes | |
Collection | coll |
Definition at line 256 of file MathClasses.h.
cmlabs::VectorOfInts::VectorOfInts | ( | ) |
Definition at line 648 of file MathClasses.cpp.
cmlabs::VectorOfInts::VectorOfInts | ( | JString | xml | ) |
Definition at line 649 of file MathClasses.cpp.
cmlabs::VectorOfInts::VectorOfInts | ( | XMLNode * | node | ) |
Definition at line 653 of file MathClasses.cpp.
cmlabs::VectorOfInts::~VectorOfInts | ( | ) | [virtual] |
Definition at line 657 of file MathClasses.cpp.
Object * cmlabs::VectorOfInts::clone | ( | ) | const [virtual] |
int cmlabs::VectorOfInts::operator[] | ( | int | n | ) | const |
Definition at line 665 of file MathClasses.cpp.
int cmlabs::VectorOfInts::get | ( | int | pos | ) | const |
Definition at line 669 of file MathClasses.cpp.
bool cmlabs::VectorOfInts::set | ( | int | pos, | |
int | val | |||
) |
Definition at line 672 of file MathClasses.cpp.
bool cmlabs::VectorOfInts::add | ( | int | val | ) |
Definition at line 676 of file MathClasses.cpp.
bool cmlabs::VectorOfInts::remove | ( | int | pos | ) |
Definition at line 679 of file MathClasses.cpp.
int cmlabs::VectorOfInts::getSize | ( | ) | const |
Definition at line 683 of file MathClasses.cpp.
JString cmlabs::VectorOfInts::print | ( | ) | [virtual] |
JString cmlabs::VectorOfInts::toXML | ( | ) | [virtual] |
bool cmlabs::VectorOfInts::fromXML | ( | XMLNode * | node | ) | [virtual] |
Definition at line 266 of file MathClasses.h.