|
ParaView
|
Data writer for ParaView. More...
#include <vtkXMLPVDWriter.h>


Data writer for ParaView.
vtkXMLPVDWriter is used to save all parts of a current source to a file with pieces spread across ther server processes.
Definition at line 30 of file vtkXMLPVDWriter.h.
| vtkXMLPVDWriter::vtkXMLPVDWriter | ( | ) | [protected] |
| vtkXMLPVDWriter::~vtkXMLPVDWriter | ( | ) | [protected] |
| static vtkXMLPVDWriter* vtkXMLPVDWriter::New | ( | ) | [static] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPVAnimationWriter.
| virtual const char* vtkXMLPVDWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPVAnimationWriter.
| static int vtkXMLPVDWriter::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPVAnimationWriter.
| virtual int vtkXMLPVDWriter::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPVAnimationWriter.
| static vtkXMLPVDWriter* vtkXMLPVDWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPVAnimationWriter.
| void vtkXMLPVDWriter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLPVAnimationWriter.
| virtual const char* vtkXMLPVDWriter::GetDefaultFileExtension | ( | ) | [virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
| virtual int vtkXMLPVDWriter::GetPiece | ( | ) | [virtual] |
Get/Set the piece number to write. The same piece number is used for all inputs.
| virtual void vtkXMLPVDWriter::SetPiece | ( | int | ) | [virtual] |
Get/Set the piece number to write. The same piece number is used for all inputs.
| virtual int vtkXMLPVDWriter::GetNumberOfPieces | ( | ) | [virtual] |
Get/Set the number of pieces into which the inputs are split.
| virtual void vtkXMLPVDWriter::SetNumberOfPieces | ( | int | ) | [virtual] |
Get/Set the number of pieces into which the inputs are split.
| virtual int vtkXMLPVDWriter::GetGhostLevel | ( | ) | [virtual] |
Get/Set the number of ghost levels to be written for unstructured data.
| virtual void vtkXMLPVDWriter::SetGhostLevel | ( | int | ) | [virtual] |
Get/Set the number of ghost levels to be written for unstructured data.
| void vtkXMLPVDWriter::AddInputData | ( | vtkDataObject * | ) |
Add an input of this algorithm.
| virtual int vtkXMLPVDWriter::GetWriteCollectionFile | ( | ) | [virtual] |
Get/Set whether this instance will write the main collection file.
| virtual void vtkXMLPVDWriter::SetWriteCollectionFile | ( | int | flag | ) | [virtual] |
Get/Set whether this instance will write the main collection file.
| int vtkXMLPVDWriter::ProcessRequest | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [virtual] |
Reimplemented from vtkXMLWriter.
| virtual int vtkXMLPVDWriter::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
| int vtkXMLPVDWriter::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
| virtual int vtkXMLPVDWriter::WriteData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
| virtual const char* vtkXMLPVDWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLWriter.
| void vtkXMLPVDWriter::CreateWriters | ( | ) | [protected] |
| vtkXMLWriter* vtkXMLPVDWriter::GetWriter | ( | int | index | ) | [protected] |
| void vtkXMLPVDWriter::SplitFileName | ( | ) | [protected] |
| const char* vtkXMLPVDWriter::GetFilePrefix | ( | ) | [protected] |
| const char* vtkXMLPVDWriter::GetFilePath | ( | ) | [protected] |
| void vtkXMLPVDWriter::AppendEntry | ( | const char * | entry | ) | [protected] |
| void vtkXMLPVDWriter::DeleteAllEntries | ( | ) | [protected] |
| int vtkXMLPVDWriter::WriteCollectionFileIfRequested | ( | ) | [protected] |
| void vtkXMLPVDWriter::MakeDirectory | ( | const char * | name | ) | [protected] |
| void vtkXMLPVDWriter::RemoveADirectory | ( | const char * | name | ) | [protected] |
| static void vtkXMLPVDWriter::ProgressCallbackFunction | ( | vtkObject * | , |
| unsigned | long, | ||
| void * | , | ||
| void * | |||
| ) | [static, protected] |
| virtual void vtkXMLPVDWriter::ProgressCallback | ( | vtkAlgorithm * | w | ) | [protected, virtual] |
| virtual void vtkXMLPVDWriter::ReportReferences | ( | vtkGarbageCollector * | ) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
vtkXMLPVDWriterInternals* vtkXMLPVDWriter::Internal [protected] |
Reimplemented in vtkXMLPVAnimationWriter.
Definition at line 109 of file vtkXMLPVDWriter.h.
int vtkXMLPVDWriter::Piece [protected] |
Definition at line 112 of file vtkXMLPVDWriter.h.
int vtkXMLPVDWriter::NumberOfPieces [protected] |
Definition at line 115 of file vtkXMLPVDWriter.h.
int vtkXMLPVDWriter::GhostLevel [protected] |
Definition at line 118 of file vtkXMLPVDWriter.h.
int vtkXMLPVDWriter::WriteCollectionFile [protected] |
Definition at line 121 of file vtkXMLPVDWriter.h.
int vtkXMLPVDWriter::WriteCollectionFileInitialized [protected] |
Definition at line 122 of file vtkXMLPVDWriter.h.
vtkCallbackCommand* vtkXMLPVDWriter::ProgressObserver [protected] |
Definition at line 131 of file vtkXMLPVDWriter.h.
1.7.5.1