#include <svkLCModelCSVReader.h>
|
| svkLCModelCSVReader () |
|
| ~svkLCModelCSVReader () |
|
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
|
virtual void | ExecuteDataWithInformation (vtkDataObject *output, vtkInformation *outInfo) |
|
| svkLCModelReader () |
|
| ~svkLCModelReader () |
|
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
|
virtual void | ExecuteInformation () |
|
virtual
svkDcmHeader::DcmPixelDataFormat | GetFileType () |
|
string | GetSeriesDescription () |
|
void | GetVoxelIndexFromFileName (string lcmodelFileName, int *col, int *row, int *slice) |
|
virtual string | GetFileSeriesDescription (string fileName) |
|
| svkImageReader2 () |
|
| ~svkImageReader2 () |
|
void | SetupOutputInformation () |
|
void | SetupOutputExtent () |
|
void | SetupOutputScalarData () |
|
virtual void | ReadLine (ifstream *hdr, istringstream *iss) |
|
void | ReadLineIgnore (ifstream *hdr, istringstream *iss, char delim) |
|
string | ReadLineSubstr (ifstream *hdr, istringstream *iss, int start, int stop) |
|
string | ReadLineValue (ifstream *hdr, istringstream *iss, char delim) |
|
int | ReadLineKeyValue (ifstream *hdr, istringstream *iss, char delim, string *key, string *value) |
|
virtual void | SetProvenance () |
|
void | SetReadLength (int length) |
|
|
enum | ReaderType {
UNDEFINED = -1,
DICOM_MRS =0,
DICOM_MRI,
DICOM_ENHANCED_MRI,
DICOM_SEGMENTATION,
DICOM_RAW,
SIEMENS_RDA,
VARIAN_FID,
VARIAN_FDF,
GE_PFILE,
GE_SDBM,
GE_POSTAGE_STAMP,
GE_SIGNA_LX2,
GE_SIGNA_5X,
LC_MODEL_COORD,
LC_MODEL_CSV,
LC_MODEL_TABLE,
VARIABLE_FLIP_DAT,
BRUKER_MRS,
PHILIPS_S,
DDF,
IDF,
LAST_TYPE = IDF
} |
|
string | metName |
|
vtkDataArray * | dataArray |
|
bool | readOneInputFile |
|
bool | onlyGlobFiles |
|
bool | onlyReadHeader |
|
int CanReadFile |
( |
const char * |
fname | ) |
|
|
virtual |
Check to see if the extension indicates a UCSF IDF file. If so, try to open the file for reading. If that works, then return a success code. Return Values: 1 if can read the file, 0 otherwise.
void ExecuteDataWithInformation |
( |
vtkDataObject * |
output, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protectedvirtual |
int FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following files: