VTK
|
Reads vtkArrayData written by vtkArrayDataWriter. More...
#include <vtkArrayDataReader.h>
Reads vtkArrayData written by vtkArrayDataWriter.
Reads vtkArrayData data written with vtkArrayDataWriter.
Outputs: Output port 0: vtkArrayData containing a collection of vtkArrays.
Definition at line 44 of file vtkArrayDataReader.h.
Reimplemented from vtkArrayDataAlgorithm.
Definition at line 49 of file vtkArrayDataReader.h.
vtkArrayDataReader::vtkArrayDataReader | ( | ) | [protected] |
vtkArrayDataReader::~vtkArrayDataReader | ( | ) | [protected] |
static vtkArrayDataReader* vtkArrayDataReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkArrayDataAlgorithm.
virtual vtkObjectBase* vtkArrayDataReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkArrayDataAlgorithm.
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.
char* vtkArrayDataReader::FileName [protected] |
Definition at line 90 of file vtkArrayDataReader.h.
vtkStdString vtkArrayDataReader::InputString [protected] |
Definition at line 91 of file vtkArrayDataReader.h.
bool vtkArrayDataReader::ReadFromInputString [protected] |
Definition at line 92 of file vtkArrayDataReader.h.