Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkPointSetLocaleTest.cpp File Reference
#include "mitkIOUtil.h"
#include "mitkPointSet.h"
#include "mitkStandardFileLocations.h"
#include "mitkTestingMacros.h"
#include <fstream>
#include <iostream>
#include <list>
#include <string>

Go to the source code of this file.

Functions

bool ChangeLocale (const std::string &locale)
 
void ReaderLocaleTest (mitk::Point3D &refPoint, std::string filename)
 
void WriterLocaleTest (mitk::Point3D &refPoint, std::string filename)
 
int mitkPointSetLocaleTest (int, char *[])
 

Function Documentation

bool ChangeLocale ( const std::string &  locale)

Definition at line 26 of file mitkPointSetLocaleTest.cpp.

References MITK_TEST_OUTPUT.

Referenced by mitkPointSetLocaleTest().

void ReaderLocaleTest ( mitk::Point3D refPoint,
std::string  filename 
)
void WriterLocaleTest ( mitk::Point3D refPoint,
std::string  filename 
)