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 32 of file vtkXMLPVDWriter.h.
◆ Superclass
◆ vtkXMLPVDWriter()
vtkXMLPVDWriter::vtkXMLPVDWriter |
( |
| ) |
|
|
protected |
◆ ~vtkXMLPVDWriter()
vtkXMLPVDWriter::~vtkXMLPVDWriter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkXMLPVDWriter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkXMLPVDWriter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkXMLPVDWriter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkXMLPVDWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ GetDefaultFileExtension()
virtual const char* vtkXMLPVDWriter::GetDefaultFileExtension |
( |
| ) |
|
|
virtual |
Get the default file extension for files written by this writer.
◆ GetPiece()
virtual int vtkXMLPVDWriter::GetPiece |
( |
| ) |
|
|
virtual |
Get/Set the piece number to write.
The same piece number is used for all inputs.
◆ SetPiece()
virtual void vtkXMLPVDWriter::SetPiece |
( |
int |
| ) |
|
|
virtual |
Get/Set the piece number to write.
The same piece number is used for all inputs.
◆ GetNumberOfPieces()
virtual int vtkXMLPVDWriter::GetNumberOfPieces |
( |
| ) |
|
|
virtual |
Get/Set the number of pieces into which the inputs are split.
◆ SetNumberOfPieces()
virtual void vtkXMLPVDWriter::SetNumberOfPieces |
( |
int |
| ) |
|
|
virtual |
Get/Set the number of pieces into which the inputs are split.
◆ GetGhostLevel()
virtual int vtkXMLPVDWriter::GetGhostLevel |
( |
| ) |
|
|
virtual |
Get/Set the number of ghost levels to be written for unstructured data.
◆ SetGhostLevel()
virtual void vtkXMLPVDWriter::SetGhostLevel |
( |
int |
| ) |
|
|
virtual |
Get/Set the number of ghost levels to be written for unstructured data.
◆ AddInputData()
void vtkXMLPVDWriter::AddInputData |
( |
vtkDataObject * |
| ) |
|
Add an input of this algorithm.
◆ GetWriteCollectionFile()
virtual int vtkXMLPVDWriter::GetWriteCollectionFile |
( |
| ) |
|
|
virtual |
Get/Set whether this instance will write the main collection file.
◆ SetWriteCollectionFile()
virtual void vtkXMLPVDWriter::SetWriteCollectionFile |
( |
int |
flag | ) |
|
|
virtual |
Get/Set whether this instance will write the main collection file.
◆ ProcessRequest()
int vtkXMLPVDWriter::ProcessRequest |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
◆ FillInputPortInformation()
virtual int vtkXMLPVDWriter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ RequestData()
int vtkXMLPVDWriter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
◆ WriteData()
virtual int vtkXMLPVDWriter::WriteData |
( |
| ) |
|
|
protectedvirtual |
◆ GetDataSetName()
virtual const char* vtkXMLPVDWriter::GetDataSetName |
( |
| ) |
|
|
protectedvirtual |
◆ CreateWriters()
void vtkXMLPVDWriter::CreateWriters |
( |
| ) |
|
|
protected |
◆ GetWriter()
vtkXMLWriter* vtkXMLPVDWriter::GetWriter |
( |
int |
index | ) |
|
|
protected |
◆ SplitFileName()
void vtkXMLPVDWriter::SplitFileName |
( |
| ) |
|
|
protected |
◆ GetFilePrefix()
const char* vtkXMLPVDWriter::GetFilePrefix |
( |
| ) |
|
|
protected |
◆ GetFilePath()
const char* vtkXMLPVDWriter::GetFilePath |
( |
| ) |
|
|
protected |
◆ AppendEntry()
void vtkXMLPVDWriter::AppendEntry |
( |
const char * |
entry | ) |
|
|
protected |
◆ DeleteAllEntries()
void vtkXMLPVDWriter::DeleteAllEntries |
( |
| ) |
|
|
protected |
◆ WriteCollectionFileIfRequested()
int vtkXMLPVDWriter::WriteCollectionFileIfRequested |
( |
| ) |
|
|
protected |
◆ MakeDirectory()
void vtkXMLPVDWriter::MakeDirectory |
( |
const char * |
name | ) |
|
|
protected |
◆ RemoveADirectory()
void vtkXMLPVDWriter::RemoveADirectory |
( |
const char * |
name | ) |
|
|
protected |
◆ ProgressCallbackFunction()
static void vtkXMLPVDWriter::ProgressCallbackFunction |
( |
vtkObject * |
, |
|
|
unsigned |
long, |
|
|
void * |
, |
|
|
void * |
|
|
) |
| |
|
staticprotected |
◆ ProgressCallback()
virtual void vtkXMLPVDWriter::ProgressCallback |
( |
vtkAlgorithm * |
w | ) |
|
|
protectedvirtual |
◆ ReportReferences()
virtual void vtkXMLPVDWriter::ReportReferences |
( |
vtkGarbageCollector * |
| ) |
|
|
protectedvirtual |
◆ Internal
vtkXMLPVDWriterInternals* vtkXMLPVDWriter::Internal |
|
protected |
◆ Piece
int vtkXMLPVDWriter::Piece |
|
protected |
◆ NumberOfPieces
int vtkXMLPVDWriter::NumberOfPieces |
|
protected |
◆ GhostLevel
int vtkXMLPVDWriter::GhostLevel |
|
protected |
◆ WriteCollectionFile
int vtkXMLPVDWriter::WriteCollectionFile |
|
protected |
◆ WriteCollectionFileInitialized
int vtkXMLPVDWriter::WriteCollectionFileInitialized |
|
protected |
◆ ProgressObserver
vtkCallbackCommand* vtkXMLPVDWriter::ProgressObserver |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkXMLPVDWriter.h