43 #ifndef SVK_LCMODEL_CSV_READER_H
44 #define SVK_LCMODEL_CSV_READER_H
46 #include <vtkInformation.h>
47 #include <vtkStringArray.h>
93 vtkAbstractArray* csvPixelValues;
94 vtkIntArray* csvColIndex;
95 vtkIntArray* csvRowIndex;
103 #endif //SVK_LCMODEL_CSV_READER_H
vtkTypeMacro(svkLCModelCSVReader, svkLCModelReader)
Definition: svkLCModelCSVReader.h:59
ReaderType
Definition: svkImageReader2.h:67
Definition: svkImageReader2.h:83
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Definition: svkLCModelCSVReader.cc:320
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
Definition: svkLCModelCSVReader.cc:131
static svkLCModelCSVReader * New()
Definition: svkLCModelReader.h:60
virtual svkImageReader2::ReaderType GetReaderType()
Definition: svkLCModelCSVReader.h:67
virtual int CanReadFile(const char *fname)
Definition: svkLCModelCSVReader.cc:98
svkLCModelCSVReader()
Definition: svkLCModelCSVReader.cc:67
~svkLCModelCSVReader()
Definition: svkLCModelCSVReader.cc:86