vtkXMLPDataWriter Class Reference
#include <vtkXMLPDataWriter.h>
Inheritance diagram for vtkXMLPDataWriter:
[legend]Collaboration diagram for vtkXMLPDataWriter:
[legend]List of all members.
Detailed Description
Write data in a parallel XML format.
vtkXMLPDataWriter is the superclass for all XML parallel data set writers. It provides functionality needed for writing parallel formats, such as the selection of which writer writes the summary file and what range of pieces are assigned to each serial writer.
- Created by:
-
- CVS contributions (if > 5%):
- King, Brad (83%)
- Henderson, Amy (9%)
- Cedilnik, Andy (5%)
- CVS logs (CVSweb):
.h (/IO/vtkXMLPDataWriter
.h)
.cxx (/IO/vtkXMLPDataWriter
.cxx)
Definition at line 44 of file vtkXMLPDataWriter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXMLPDataWriter::vtkXMLPDataWriter |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkXMLPDataWriter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXMLPDataWriter::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
virtual int vtkXMLPDataWriter::IsA |
( |
const char * |
type |
) |
[virtual] |
|
void vtkXMLPDataWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
virtual void vtkXMLPDataWriter::SetNumberOfPieces |
( |
int |
|
) |
[virtual] |
|
|
Get/Set the number of pieces that are being written in parallel. |
virtual int vtkXMLPDataWriter::GetNumberOfPieces |
( |
|
) |
[virtual] |
|
|
Get/Set the number of pieces that are being written in parallel. |
virtual void vtkXMLPDataWriter::SetStartPiece |
( |
int |
|
) |
[virtual] |
|
|
Get/Set the range of pieces assigned to this writer. |
virtual int vtkXMLPDataWriter::GetStartPiece |
( |
|
) |
[virtual] |
|
|
Get/Set the range of pieces assigned to this writer. |
virtual void vtkXMLPDataWriter::SetEndPiece |
( |
int |
|
) |
[virtual] |
|
|
Get/Set the range of pieces assigned to this writer. |
virtual int vtkXMLPDataWriter::GetEndPiece |
( |
|
) |
[virtual] |
|
|
Get/Set the range of pieces assigned to this writer. |
virtual void vtkXMLPDataWriter::SetGhostLevel |
( |
int |
|
) |
[virtual] |
|
|
Get/Set the ghost level used for this writer's piece. |
virtual int vtkXMLPDataWriter::GetGhostLevel |
( |
|
) |
[virtual] |
|
|
Get/Set the ghost level used for this writer's piece. |
virtual void vtkXMLPDataWriter::SetWriteSummaryFile |
( |
int |
flag |
) |
[virtual] |
|
|
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer. |
virtual int vtkXMLPDataWriter::GetWriteSummaryFile |
( |
|
) |
[virtual] |
|
|
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer. |
virtual void vtkXMLPDataWriter::WriteSummaryFileOn |
( |
|
) |
[virtual] |
|
|
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer. |
virtual void vtkXMLPDataWriter::WriteSummaryFileOff |
( |
|
) |
[virtual] |
|
|
Get/Set whether this instance of the writer should write the summary file that refers to all of the pieces' individual files. Default is yes only for piece 0 writer. |
virtual int vtkXMLPDataWriter::WriteInternal |
( |
|
) |
[protected, virtual] |
|
virtual vtkXMLWriter* vtkXMLPDataWriter::CreatePieceWriter |
( |
int |
index |
) |
[protected, pure virtual] |
|
virtual void vtkXMLPDataWriter::WritePrimaryElementAttributes |
( |
|
) |
[protected, virtual] |
|
int vtkXMLPDataWriter::WriteData |
( |
|
) |
[protected, virtual] |
|
virtual void vtkXMLPDataWriter::WritePData |
( |
vtkIndent |
indent |
) |
[protected, virtual] |
|
virtual void vtkXMLPDataWriter::WritePPieceAttributes |
( |
int |
index |
) |
[protected, virtual] |
|
char* vtkXMLPDataWriter::CreatePieceFileName |
( |
int |
index, |
|
|
const char * |
path = 0 |
|
) |
[protected] |
|
void vtkXMLPDataWriter::SplitFileName |
( |
|
) |
[protected] |
|
int vtkXMLPDataWriter::WritePieces |
( |
|
) |
[protected] |
|
int vtkXMLPDataWriter::WritePiece |
( |
int |
index |
) |
[protected] |
|
void vtkXMLPDataWriter::ProgressCallbackFunction |
( |
vtkObject * |
, |
|
|
unsigned |
long, |
|
|
void * |
, |
|
|
void * |
|
|
) |
[static, protected] |
|
virtual void vtkXMLPDataWriter::ProgressCallback |
( |
vtkProcessObject * |
w |
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: