vtkISIReader Class Reference

#include <vtkISIReader.h>

Inheritance diagram for vtkISIReader:

Inheritance graph
[legend]
Collaboration diagram for vtkISIReader:

Collaboration graph
[legend]

List of all members.


Detailed Description

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.

Events:
vtkCommand::ProgressEvent
Tests:
vtkISIReader (Tests)

Definition at line 48 of file vtkISIReader.h.


Public Types

typedef vtkTableAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 vtkISIReaderNew ()
static int IsTypeOf (const char *type)
static vtkISIReaderSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkISIReader ()
 ~vtkISIReader ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

char * FileName
char * Delimiter
int MaxRecords

Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 52 of file vtkISIReader.h.


Constructor & Destructor Documentation

vtkISIReader::vtkISIReader (  )  [protected]

vtkISIReader::~vtkISIReader (  )  [protected]


Member Function Documentation

static vtkISIReader* vtkISIReader::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkTableAlgorithm.

virtual const char* vtkISIReader::GetClassName (  )  [virtual]

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 ( vtkObject o  )  [static]

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.


Member Data Documentation

char* vtkISIReader::FileName [protected]

Definition at line 84 of file vtkISIReader.h.

char* vtkISIReader::Delimiter [protected]

Definition at line 85 of file vtkISIReader.h.

int vtkISIReader::MaxRecords [protected]

Definition at line 86 of file vtkISIReader.h.


The documentation for this class was generated from the following file:

Generated on Mon Sep 27 18:31:25 2010 for VTK by  doxygen 1.5.6