Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
PABeamformingTool.cpp File Reference
#include <mitkCommon.h>
#include <chrono>
#include <mitkIOUtil.h>
#include <mitkCommandLineParser.h>
#include <mitkException.h>
#include <mitkPhotoacousticFilterService.h>
#include <mitkBeamformingSettings.h>
#include <mitkCastToFloatImageFilter.h>
#include <itksys/SystemTools.hxx>
#include <tinyxml/tinyxml.h>

Go to the source code of this file.

Functions

InputParameters parseInput (int argc, char *argv[])
 
TiXmlElement * getRootChild (TiXmlElement *root, std::string childName)
 
void ParseXML (std::string xmlFile, InputParameters input, mitk::BeamformingSettings::Pointer *bfSet, BandpassSettings &bandpassSet, CropSettings &cropSet, ResampleSettings &resSet, BModeSettings &bmodeSet, ProcessSettings &processSet)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ getRootChild()

TiXmlElement* getRootChild ( TiXmlElement *  root,
std::string  childName 
)

Definition at line 146 of file PABeamformingTool.cpp.

Referenced by ParseXML().

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ parseInput()

◆ ParseXML()

void ParseXML ( std::string  xmlFile,
InputParameters  input,
mitk::BeamformingSettings::Pointer *  bfSet,
BandpassSettings &  bandpassSet,
CropSettings &  cropSet,
ResampleSettings &  resSet,
BModeSettings &  bmodeSet,
ProcessSettings &  processSet 
)