PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkOpenIGTLinkTrackerTest.cxx File Reference
#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>
Include dependency graph for vtkOpenIGTLinkTrackerTest.cxx:

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< vtkPlusOpenIGTLinkServerserver
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 71 of file vtkOpenIGTLinkTrackerTest.cxx.

◆ PrintLogsCallback()

void PrintLogsCallback ( vtkObject *  obj,
unsigned long  eid,
void *  clientdata,
void *  calldata 
)

Definition at line 181 of file vtkOpenIGTLinkTrackerTest.cxx.

◆ StartServer()

PlusStatus StartServer ( vtkXMLDataElement *  configRootElement,
const std::string &  configFilePath 
)

Definition at line 28 of file vtkOpenIGTLinkTrackerTest.cxx.

Variable Documentation

◆ server

vtkNew<vtkPlusOpenIGTLinkServer> server

Definition at line 24 of file vtkOpenIGTLinkTrackerTest.cxx.