![]() |
OpenIndy-Core
0.2.0.43
|
#include <QMap>
#include <QMultiMap>
#include <QStringList>
#include <QtXml>
#include <QObject>
#include <QPointer>
#include "point.h"
#include "line.h"
#include "plane.h"
#include "sphere.h"
#include "circle.h"
#include "cone.h"
#include "cylinder.h"
#include "ellipsoid.h"
#include "hyperboloid.h"
#include "nurbs.h"
#include "paraboloid.h"
#include "pointcloud.h"
#include "station.h"
#include "coordinatesystem.h"
#include "trafoparam.h"
#include "observation.h"
#include "statistic.h"
#include "scalarentitydistance.h"
#include "scalarentityangle.h"
#include "scalarentitytemperature.h"
#include "scalarentitymeasurementseries.h"
#include "reading.h"
#include "slottedhole.h"
#include "torus.h"
#include "ellipse.h"
#include "pluginmetadata.h"
#include "featurewrapper.h"
#include "types.h"
#include "util.h"
Go to the source code of this file.
Classes | |
class | oi::NeededElement |
The NeededElement class Save the needed element types that are necessary to solve a function. More... | |
class | oi::InputElement |
The InputElement class Save the input elements that are used to solve a function. More... | |
class | oi::ScalarInputParams |
The ScalarInputParams class Save user specified non-element scalar function input parameters. More... | |
class | oi::FixedParameter |
The FixedParameter class Save a value for each parameter that shall be fixed. More... | |
class | oi::Function |
The Function class. More... | |
Namespaces | |
oi | |
Macros | |
#define | STR(x) #x |
#define | STR2(x) STR(x) |
#define | CONCAT(a, b) a ## b |
#define | CONCAT2(a, b) CONCAT(a, b) |
#define | FUNCTION_PREFIX de.openIndy.plugin.function.v |
#define | Function_iid STR2(CONCAT2(FUNCTION_PREFIX, PLUGIN_INTERFACE_VERSION)) |
#define CONCAT | ( | a, | |
b | |||
) | a ## b |
#define CONCAT2 | ( | a, | |
b | |||
) | CONCAT(a, b) |
#define Function_iid STR2(CONCAT2(FUNCTION_PREFIX, PLUGIN_INTERFACE_VERSION)) |
#define FUNCTION_PREFIX de.openIndy.plugin.function.v |
#define STR | ( | x | ) | #x |
#define STR2 | ( | x | ) | STR(x) |