#include <direction.h>
|
| Direction (QObject *parent=0) |
| Direction::Direction. More...
|
|
| Direction (const OiVec &v, QObject *parent=0) |
| Direction::Direction. More...
|
|
| Direction (const double &x, const double &y, const double &z, const double &h=1.0, QObject *parent=0) |
| Direction::Direction. More...
|
|
| Direction (const Direction ©, QObject *parent=0) |
| Direction::Direction. More...
|
|
Direction & | operator= (const Direction ©) |
| Direction::operator =. More...
|
|
| ~Direction () |
| Direction::~Direction. More...
|
|
void | setVector (const double &x, const double &y, const double &z, const double &h=1.0) |
| Direction::setVector. More...
|
|
void | setVector (const OiVec &v) |
| Direction::setVector. More...
|
|
const OiVec & | getVector () const |
| Direction::getVector. More...
|
|
const OiVec & | getVectorH () const |
| Direction::getVectorH. More...
|
|
| Element (QObject *parent=0) |
|
| Element (const Element ©, QObject *parent=0) |
|
Element & | operator= (const Element ©) |
|
virtual | ~Element () |
|
int | getId () const |
| Element::getId. More...
|
|
virtual QDomElement | toOpenIndyXML (QDomDocument &xmlDoc) const |
| Element::setId. More...
|
|
virtual bool | fromOpenIndyXML (QDomElement &xmlElem) |
| Element::fromOpenIndyXML. More...
|
|
Direction::Direction |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Direction::Direction |
( |
const OiVec & |
v, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
Direction::Direction |
( |
const double & |
x, |
|
|
const double & |
y, |
|
|
const double & |
z, |
|
|
const double & |
h = 1.0 , |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
Direction::Direction |
( |
const Direction & |
copy, |
|
|
QObject * |
parent = 0 |
|
) |
| |
Direction::~Direction |
( |
| ) |
|
const OiVec & Direction::getVector |
( |
| ) |
const |
const OiVec & Direction::getVectorH |
( |
| ) |
const |
void Direction::setVector |
( |
const double & |
x, |
|
|
const double & |
y, |
|
|
const double & |
z, |
|
|
const double & |
h = 1.0 |
|
) |
| |
void Direction::setVector |
( |
const OiVec & |
v | ) |
|
The documentation for this class was generated from the following files: