VTK
|
reader for ISI files More...
#include <vtkISIReader.h>
Public Types | |
typedef vtkTableAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkISIReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual char * | GetFileName () |
virtual void | SetFileName (const char *) |
virtual char * | GetDelimiter () |
virtual void | SetDelimiter (const char *) |
virtual int | GetMaxRecords () |
virtual void | SetMaxRecords (int) |
Static Public Member Functions | |
static vtkISIReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkISIReader * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkISIReader () | |
~vtkISIReader () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
char * | FileName |
char * | Delimiter |
int | MaxRecords |
reader for ISI files
ISI is a tagged format for expressing bibliographic citations. Data is structured as a collection of records with each record composed of one-to-many fields. See
http://isibasic.com/help/helpprn.html#dialog_export_format
for details. vtkISIReader will convert an ISI file into a vtkTable, with the set of table columns determined dynamically from the contents of the file.
Definition at line 49 of file vtkISIReader.h.
Reimplemented from vtkTableAlgorithm.
Definition at line 53 of file vtkISIReader.h.
vtkISIReader::vtkISIReader | ( | ) | [protected] |
vtkISIReader::~vtkISIReader | ( | ) | [protected] |
static vtkISIReader* vtkISIReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTableAlgorithm.
static int vtkISIReader::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
virtual int vtkISIReader::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
static vtkISIReader* vtkISIReader::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
virtual vtkObjectBase* vtkISIReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
vtkISIReader* vtkISIReader::NewInstance | ( | ) | const |
Reimplemented from vtkTableAlgorithm.
void vtkISIReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkTableAlgorithm.
virtual char* vtkISIReader::GetFileName | ( | ) | [virtual] |
Set/get the file to load
virtual void vtkISIReader::SetFileName | ( | const char * | ) | [virtual] |
Set/get the file to load
virtual char* vtkISIReader::GetDelimiter | ( | ) | [virtual] |
Set/get the delimiter to be used for concatenating field data (default: ";")
virtual void vtkISIReader::SetDelimiter | ( | const char * | ) | [virtual] |
Set/get the delimiter to be used for concatenating field data (default: ";")
virtual int vtkISIReader::GetMaxRecords | ( | ) | [virtual] |
Set/get the maximum number of records to read from the file (zero = unlimited)
virtual void vtkISIReader::SetMaxRecords | ( | int | ) | [virtual] |
Set/get the maximum number of records to read from the file (zero = unlimited)
int vtkISIReader::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTableAlgorithm.
char* vtkISIReader::FileName [protected] |
Definition at line 85 of file vtkISIReader.h.
char* vtkISIReader::Delimiter [protected] |
Definition at line 86 of file vtkISIReader.h.
int vtkISIReader::MaxRecords [protected] |
Definition at line 87 of file vtkISIReader.h.