step/stepcore
types.h File Reference
Detailed Description
Type to and from string convertion helpers.
Definition in file types.h.
#include "object.h"
#include "vector.h"
#include <vector>
#include <QByteArray>
#include <gmm/gmm_vector.h>
#include <gmm/gmm_matrix.h>
#include <gmm/gmm_interface.h>
Include dependency graph for types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | StepCore |
Classes | |
| struct | StepCore::Color |
Typedefs | |
| typedef gmm::array1D_reference < double * > | StepCore::GmmArrayVector |
| typedef gmm::col_matrix < GmmSparseVector > | StepCore::GmmSparseColMatrix |
| typedef gmm::row_matrix < GmmSparseVector > | StepCore::GmmSparseRowMatrix |
| typedef gmm::rsvector< double > | StepCore::GmmSparseVector |
| typedef std::vector< double > | StepCore::GmmStdVector |
| typedef std::vector< Vector2d > | StepCore::Vector2dList |
Functions | |
| template<typename T> | |
| T | StepCore::stringToType (const QString &s, bool *ok) |
| template<> | |
| QString | StepCore::typeToString (const Vector2dList &v) |
| template<> | |
| QString | StepCore::typeToString (const Vector2d &v) |
| template<> | |
| QString | StepCore::typeToString (const QByteArray &v) |
| template<> | |
| QString | StepCore::typeToString (const Color &v) |
KDE 4.2 API Reference