Functions

mitkRawImageFileReaderTest.cpp File Reference

#include "mitkRawImageFileReader.h"

Go to the source code of this file.

Functions

int mitkRawImageFileReaderTest (int, char *[])

Function Documentation

int mitkRawImageFileReaderTest ( int  ,
char *  [] 
)

Definition at line 21 of file mitkRawImageFileReaderTest.cpp.

References EXIT_SUCCESS, and mitk::RawImageFileReader::New().

{
  // instantiation
  mitk::RawImageFileReader::Pointer reader = mitk::RawImageFileReader::New();

  // freeing
  reader = NULL;

  std::cout<<"[TEST DONE]"<<std::endl;
  return EXIT_SUCCESS;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines