|
MITK-IGT
IGT Extension of MITK
|
#include <mitkTestingMacros.h>#include <mitkToFImageCsvWriter.h>#include <mitkImageGenerator.h>#include <mitkImageSliceSelector.h>#include "mitkImageReadAccessor.h"Go to the source code of this file.
Functions | |
| void | CloseCsvFile (FILE *outfile) |
| void | OpenCsvFile (FILE **outfile, std::string outfileName) |
| int | mitkToFImageCsvWriterTest (int, char *[]) |
| void CloseCsvFile | ( | FILE * | outfile | ) |
Definition at line 19 of file mitkToFImageCsvWriterTest.cpp.
| int mitkToFImageCsvWriterTest | ( | int | , |
| char * | [] ) |
Documentation test for the class "ToFImageCsvWriter".
Definition at line 38 of file mitkToFImageCsvWriterTest.cpp.
| void OpenCsvFile | ( | FILE ** | outfile, |
| std::string | outfileName ) |
Definition at line 24 of file mitkToFImageCsvWriterTest.cpp.