mitkRawDataReader Class Reference
mitkRawDataReader - An abstract class of reading Raw Data.
More...
#include <mitkRawDataReader.h>
Inherits mitkReader.
Inherited by mitkTrackedBscanDataReader.
Inheritance diagram for mitkRawDataReader:
[legend]Collaboration diagram for mitkRawDataReader:
[legend]List of all members.
|
Public Member Functions |
virtual void | PrintSelf (ostream &os) |
void | SetOoCSupport (char const *diskPath=mitkOoCGlobalSettings::DiskCachePath, unsigned int bufSliceNum=mitkOoCGlobalSettings::BufferedSliceNumber, bool supportOoC=true) |
Detailed Description
mitkRawDataReader - An abstract class of reading Raw Data.
mitkRawDataReader is an abstract class of reading Raw Data for Volume reconstruction. It is inherited by all kinds of concrete classes (e.g. mitkTrackedBscanDataReader) reading particular Raw Data (e.g. mitkTrackedBscanData) for dedicated Volume Reconstruction (CT, MRI, or 3D ultrasound).
Member Function Documentation
virtual void mitkRawDataReader::PrintSelf |
( |
ostream & |
os |
) |
[virtual] |
|
|
Print the necessary information about this object for the debugging purpose. - Parameters:
-
| os | The specified ostream to output information. |
Reimplemented from mitkReader.
Reimplemented in mitkTrackedBscanDataReader. |
void mitkRawDataReader::SetOoCSupport |
( |
char const * |
diskPath = mitkOoCGlobalSettings::DiskCachePath , |
|
|
unsigned int |
bufSliceNum = mitkOoCGlobalSettings::BufferedSliceNumber , |
|
|
bool |
supportOoC = true |
|
) |
|
|
|
Let the reader support out-of-core volume data. - Parameters:
-
| diskPath | the path in the disk to cache the volume data |
| bufSliceNum | the number of slices to cache in the main memory |
| supportOoC | whether to turn on out-of-core support |
- Note:
- The parameter diskPath must be specified (not NULL) if you really want to turn on out-of-core support, if not, the value of supportOoC will be ignored even if it is set to true.
|
The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:05:21 2014 for MITK (Medical Imaging ToolKit) by
1.4.3