VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkArrayDataReader Class Reference

Reads vtkArrayData written by vtkArrayDataWriter. More...

#include <vtkArrayDataReader.h>

Inheritance diagram for vtkArrayDataReader:
Inheritance graph
[legend]
Collaboration diagram for vtkArrayDataReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkArrayDataAlgorithm 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 void SetInputString (const vtkStdString &string)
virtual vtkStdString GetInputString ()
virtual void SetReadFromInputString (bool)
virtual bool GetReadFromInputString ()
virtual void ReadFromInputStringOn ()
virtual void ReadFromInputStringOff ()

Static Public Member Functions

static vtkArrayDataReaderNew ()
static int IsTypeOf (const char *type)
static vtkArrayDataReaderSafeDownCast (vtkObject *o)
static vtkArrayDataRead (istream &stream)
static vtkArrayDataRead (vtkStdString str)

Protected Member Functions

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

Protected Attributes

char * FileName
vtkStdString InputString
bool ReadFromInputString

Detailed Description

Reads vtkArrayData written by vtkArrayDataWriter.

Reads vtkArrayData data written with vtkArrayDataWriter.

Outputs: Output port 0: vtkArrayData containing a collection of vtkArrays.

See also:
vtkArrayDataWriter
Tests:
vtkArrayDataReader (Tests)

Definition at line 43 of file vtkArrayDataReader.h.


Member Typedef Documentation

Reimplemented from vtkArrayDataAlgorithm.

Definition at line 48 of file vtkArrayDataReader.h.


Constructor & Destructor Documentation

vtkArrayDataReader::vtkArrayDataReader ( ) [protected]
vtkArrayDataReader::~vtkArrayDataReader ( ) [protected]

Member Function Documentation

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

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

Reimplemented from vtkArrayDataAlgorithm.

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

Reimplemented from vtkArrayDataAlgorithm.

static int vtkArrayDataReader::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 vtkArrayDataAlgorithm.

virtual int vtkArrayDataReader::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 vtkArrayDataAlgorithm.

static vtkArrayDataReader* vtkArrayDataReader::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkArrayDataAlgorithm.

void vtkArrayDataReader::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 vtkArrayDataAlgorithm.

virtual char* vtkArrayDataReader::GetFileName ( ) [virtual]

Set the filesystem location from which data will be read.

virtual void vtkArrayDataReader::SetFileName ( const char *  ) [virtual]

Set the filesystem location from which data will be read.

virtual void vtkArrayDataReader::SetInputString ( const vtkStdString string) [virtual]

The input string to parse. If you set the input string, you must also set the ReadFromInputString flag to parse the string instead of a file.

virtual vtkStdString vtkArrayDataReader::GetInputString ( ) [virtual]

The input string to parse. If you set the input string, you must also set the ReadFromInputString flag to parse the string instead of a file.

virtual void vtkArrayDataReader::SetReadFromInputString ( bool  ) [virtual]

Whether to read from an input string as opposed to a file, which is the default.

virtual bool vtkArrayDataReader::GetReadFromInputString ( ) [virtual]

Whether to read from an input string as opposed to a file, which is the default.

virtual void vtkArrayDataReader::ReadFromInputStringOn ( ) [virtual]

Whether to read from an input string as opposed to a file, which is the default.

virtual void vtkArrayDataReader::ReadFromInputStringOff ( ) [virtual]

Whether to read from an input string as opposed to a file, which is the default.

static vtkArrayData* vtkArrayDataReader::Read ( istream &  stream) [static]

Read an arbitrary array from a stream. Note: you MUST always open streams in binary mode to prevent problems reading files on Windows.

static vtkArrayData* vtkArrayDataReader::Read ( vtkStdString  str) [static]

Read an arbitrary array from a string.

int vtkArrayDataReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkArrayDataAlgorithm.


Member Data Documentation

char* vtkArrayDataReader::FileName [protected]

Definition at line 89 of file vtkArrayDataReader.h.

Definition at line 90 of file vtkArrayDataReader.h.

Definition at line 91 of file vtkArrayDataReader.h.


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