PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
ConvertXmlToFcsv.cxx File Reference
#include "PlusConfigure.h"
#include "PlusPatternLocResultFile.h"
#include <vtkSmartPointer.h>
#include <vtkXMLDataElement.h>
#include <vtkXMLUtilities.h>
#include <vtksys/CommandLineArguments.hxx>
#include <fstream>
#include <iostream>
#include <limits>
#include <sstream>
Include dependency graph for ConvertXmlToFcsv.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

static const int FIDUCIAL_COUNT_PER_SLICE = 7
 
static const int MAX_FIDUCIAL_COUNT = 50
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 36 of file ConvertXmlToFcsv.cxx.

Variable Documentation

◆ FIDUCIAL_COUNT_PER_SLICE

const int FIDUCIAL_COUNT_PER_SLICE = 7
static

Definition at line 23 of file ConvertXmlToFcsv.cxx.

◆ MAX_FIDUCIAL_COUNT

const int MAX_FIDUCIAL_COUNT = 50
static

Definition at line 24 of file ConvertXmlToFcsv.cxx.