PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include "PlusConfigure.h"
#include "vtkPlusDataCollector.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusOpenIGTLinkServer.h"
#include "vtkPlusOpenIGTLinkTracker.h"
#include <vtkCallbackCommand.h>
#include <vtkSmartPointer.h>
#include <vtksys/CommandLineArguments.hxx>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | PrintLogsCallback (vtkObject *obj, unsigned long eid, void *clientdata, void *calldata) |
PlusStatus | StartServer (vtkXMLDataElement *configRootElement, const std::string &configFilePath) |
Variables | |
vtkNew< vtkPlusOpenIGTLinkServer > | server |
Definition at line 71 of file vtkOpenIGTLinkTrackerTest.cxx.
void PrintLogsCallback | ( | vtkObject * | obj, |
unsigned long | eid, | ||
void * | clientdata, | ||
void * | calldata | ||
) |
Definition at line 181 of file vtkOpenIGTLinkTrackerTest.cxx.
PlusStatus StartServer | ( | vtkXMLDataElement * | configRootElement, |
const std::string & | configFilePath | ||
) |
Definition at line 28 of file vtkOpenIGTLinkTrackerTest.cxx.
vtkNew<vtkPlusOpenIGTLinkServer> server |
Definition at line 24 of file vtkOpenIGTLinkTrackerTest.cxx.