aimstil  5.0.5
read.h File Reference
#include "til/til_common.h"
#include "til/ImageC.h"
Include dependency graph for read.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

TIL_API void til::readCT (const char *fileName, ImageC< double > &)
 
TIL_API void til::readCT (const char *fileName, ImageC< float > &)
 
TIL_API void til::readCT (const char *fileName, ImageC< ushort > &)
 
TIL_API void til::readCT (const char *fileName, ImageC< uchar > &)
 
TIL_API void til::readRAW (const char *fileName, ImageC< ushort > &im, int xs, int ys, float vx, float vy, float vz)
 
TIL_API void til::readRAW (const char *fileName, ImageC< uchar > &im, int xs, int ys, int zs, float vx=1, float vy=1, float vz=1)