VTK
|
Superclass for VTK XML structured data writers. More...
#include <vtkXMLStructuredDataWriter.h>
Superclass for VTK XML structured data writers.
vtkXMLStructuredDataWriter provides VTK XML writing functionality that is common among all the structured data formats.
Definition at line 32 of file vtkXMLStructuredDataWriter.h.
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
Definition at line 35 of file vtkXMLStructuredDataWriter.h.
vtkXMLStructuredDataWriter::vtkXMLStructuredDataWriter | ( | ) | [protected] |
vtkXMLStructuredDataWriter::~vtkXMLStructuredDataWriter | ( | ) | [protected] |
static int vtkXMLStructuredDataWriter::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 vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual int vtkXMLStructuredDataWriter::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 vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
static vtkXMLStructuredDataWriter* vtkXMLStructuredDataWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual vtkObjectBase* vtkXMLStructuredDataWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
void vtkXMLStructuredDataWriter::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 vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter, vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual void vtkXMLStructuredDataWriter::SetNumberOfPieces | ( | int | ) | [virtual] |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
virtual int vtkXMLStructuredDataWriter::GetNumberOfPieces | ( | ) | [virtual] |
Get/Set the number of pieces used to stream the image through the pipeline while writing to the file.
virtual void vtkXMLStructuredDataWriter::SetWritePiece | ( | int | ) | [virtual] |
Get/Set the piece to write to the file. If this is negative, all pieces will be written.
virtual int vtkXMLStructuredDataWriter::GetWritePiece | ( | ) | [virtual] |
Get/Set the piece to write to the file. If this is negative, all pieces will be written.
virtual void vtkXMLStructuredDataWriter::SetGhostLevel | ( | int | ) | [virtual] |
Get/Set the ghost level used to pad each piece.
virtual int vtkXMLStructuredDataWriter::GetGhostLevel | ( | ) | [virtual] |
Get/Set the ghost level used to pad each piece.
virtual void vtkXMLStructuredDataWriter::SetWriteExtent | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | , | ||
int | |||
) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void vtkXMLStructuredDataWriter::SetWriteExtent | ( | int | [6] | ) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual int* vtkXMLStructuredDataWriter::GetWriteExtent | ( | ) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void vtkXMLStructuredDataWriter::GetWriteExtent | ( | int & | , |
int & | , | ||
int & | , | ||
int & | , | ||
int & | , | ||
int & | |||
) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void vtkXMLStructuredDataWriter::GetWriteExtent | ( | int | [6] | ) | [virtual] |
Get/Set the extent of the input that should be treated as the WholeExtent in the output file. The default is the WholeExtent of the input.
virtual void vtkXMLStructuredDataWriter::WritePrimaryElementAttributes | ( | ostream & | os, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented from vtkXMLWriter.
Reimplemented in vtkXMLImageDataWriter.
virtual void vtkXMLStructuredDataWriter::WriteAppendedPiece | ( | int | index, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual void vtkXMLStructuredDataWriter::WriteAppendedPieceData | ( | int | index | ) | [protected, virtual] |
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual void vtkXMLStructuredDataWriter::WriteInlinePiece | ( | vtkIndent | indent | ) | [protected, virtual] |
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual void vtkXMLStructuredDataWriter::GetInputExtent | ( | int * | extent | ) | [protected, pure virtual] |
Implemented in vtkXMLRectilinearGridWriter, vtkXMLStructuredGridWriter, and vtkXMLImageDataWriter.
virtual int vtkXMLStructuredDataWriter::WriteHeader | ( | ) | [protected, virtual] |
virtual int vtkXMLStructuredDataWriter::WriteAPiece | ( | ) | [protected, virtual] |
virtual int vtkXMLStructuredDataWriter::WriteFooter | ( | ) | [protected, virtual] |
virtual void vtkXMLStructuredDataWriter::AllocatePositionArrays | ( | ) | [protected, virtual] |
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual void vtkXMLStructuredDataWriter::DeletePositionArrays | ( | ) | [protected, virtual] |
Reimplemented in vtkXMLRectilinearGridWriter, and vtkXMLStructuredGridWriter.
virtual int vtkXMLStructuredDataWriter::WriteInlineMode | ( | vtkIndent | indent | ) | [protected, virtual] |
vtkIdType vtkXMLStructuredDataWriter::GetStartTuple | ( | int * | extent, |
vtkIdType * | increments, | ||
int | i, | ||
int | j, | ||
int | k | ||
) | [protected] |
void vtkXMLStructuredDataWriter::CalculatePieceFractions | ( | float * | fractions | ) | [protected] |
void vtkXMLStructuredDataWriter::SetInputUpdateExtent | ( | int | piece | ) | [protected] |
int vtkXMLStructuredDataWriter::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [protected, virtual] |
Upstream/Downstream requests form the generalized interface through which executives invoke a algorithm's functionality. Upstream requests correspond to information flow from the algorithm's outputs to its inputs. Downstream requests correspond to information flow from the algorithm's inputs to its outputs. A downstream request is defined by the contents of the request information object. The input to the request is stored in the input information vector passed to ProcessRequest. The results of an downstream request are stored in the output information vector passed to ProcessRequest. An upstream request is defined by the contents of the request information object. The input to the request is stored in the output information vector passed to ProcessRequest. The results of an upstream request are stored in the input information vector passed to ProcessRequest. It returns the boolean status of the pipeline (false means failure).
Reimplemented from vtkXMLWriter.
virtual void vtkXMLStructuredDataWriter::SetInternalWriteExtent | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | , | ||
int | |||
) | [protected, virtual] |
virtual void vtkXMLStructuredDataWriter::SetInternalWriteExtent | ( | int | [6] | ) | [protected, virtual] |
int vtkXMLStructuredDataWriter::WriteExtent[6] [protected] |
Definition at line 94 of file vtkXMLStructuredDataWriter.h.
int vtkXMLStructuredDataWriter::InternalWriteExtent[6] [protected] |
Definition at line 100 of file vtkXMLStructuredDataWriter.h.
int vtkXMLStructuredDataWriter::NumberOfPieces [protected] |
Definition at line 103 of file vtkXMLStructuredDataWriter.h.
int vtkXMLStructuredDataWriter::WritePiece [protected] |
Definition at line 105 of file vtkXMLStructuredDataWriter.h.
float* vtkXMLStructuredDataWriter::ProgressFractions [protected] |
Definition at line 107 of file vtkXMLStructuredDataWriter.h.
int vtkXMLStructuredDataWriter::CurrentPiece [protected] |
Definition at line 109 of file vtkXMLStructuredDataWriter.h.
int vtkXMLStructuredDataWriter::GhostLevel [protected] |
Definition at line 111 of file vtkXMLStructuredDataWriter.h.
vtkTypeInt64* vtkXMLStructuredDataWriter::ExtentPositions [protected] |
Definition at line 113 of file vtkXMLStructuredDataWriter.h.
Definition at line 117 of file vtkXMLStructuredDataWriter.h.
Definition at line 118 of file vtkXMLStructuredDataWriter.h.