#include <OpenTracker/dllinclude.h>
#include <OpenTracker/core/ThreadModule.h>
#include <OpenTracker/core/NodeFactory.h>
#include <OpenTracker/core/Context.h>
#include <OpenTracker/core/MathUtils.h>
#include <OpenTracker/core/StringTable.h>
#include <OpenTracker/core/OSUtils.h>
#include <OpenTracker/core/NodePort.h>
#include <OpenTracker/core/OtLogger.h>
Include dependency graph for OpenTracker.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | ot |
Defines | |
| #define | OPENTRACKER_VERSION_MAJOR 2 |
| #define | OPENTRACKER_VERSION_MINOR 0 |
Typedefs | |
| typedef std::vector< Node::Ptr > | ot::NodeVector |
Enumerations | |
| enum | ot::OPENTRACKER_VERSION { ot::VERSION_MAJOR = OPENTRACKER_VERSION_MAJOR, ot::VERSION_MINOR = OPENTRACKER_VERSION_MINOR } |
Functions | |
| void OPENTRACKER_API | ot::initializeContext (Context *context, void *) |
| void OPENTRACKER_API | ot::initializeOpenTracker () |
|
|
|
|
|
|
1.4.6