VTK
|
Write VTK XML StructuredGrid files. More...
#include <vtkXMLStructuredGridWriter.h>
Write VTK XML StructuredGrid files.
vtkXMLStructuredGridWriter writes the VTK XML StructuredGrid file format. One structured grid input can be written into one file in any number of streamed pieces. The standard extension for this writer's file format is "vts". This writer is also used to write a single piece of the parallel file format.
Definition at line 39 of file vtkXMLStructuredGridWriter.h.
Reimplemented from vtkXMLStructuredDataWriter.
Definition at line 43 of file vtkXMLStructuredGridWriter.h.
vtkXMLStructuredGridWriter::vtkXMLStructuredGridWriter | ( | ) | [protected] |
vtkXMLStructuredGridWriter::~vtkXMLStructuredGridWriter | ( | ) | [protected] |
static vtkXMLStructuredGridWriter* vtkXMLStructuredGridWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
static int vtkXMLStructuredGridWriter::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 vtkXMLStructuredDataWriter.
virtual int vtkXMLStructuredGridWriter::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 vtkXMLStructuredDataWriter.
static vtkXMLStructuredGridWriter* vtkXMLStructuredGridWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLStructuredDataWriter.
virtual vtkObjectBase* vtkXMLStructuredGridWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
Reimplemented from vtkXMLStructuredDataWriter.
void vtkXMLStructuredGridWriter::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 vtkXMLStructuredDataWriter.
Get/Set the writer's input.
Reimplemented from vtkXMLWriter.
const char* vtkXMLStructuredGridWriter::GetDefaultFileExtension | ( | ) | [virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
virtual int vtkXMLStructuredGridWriter::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
void vtkXMLStructuredGridWriter::WriteAppendedPiece | ( | int | index, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
void vtkXMLStructuredGridWriter::WriteAppendedPieceData | ( | int | index | ) | [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
void vtkXMLStructuredGridWriter::WriteInlinePiece | ( | vtkIndent | indent | ) | [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
void vtkXMLStructuredGridWriter::GetInputExtent | ( | int * | extent | ) | [protected, virtual] |
Implements vtkXMLStructuredDataWriter.
const char* vtkXMLStructuredGridWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLWriter.
void vtkXMLStructuredGridWriter::CalculateSuperclassFraction | ( | float * | fractions | ) | [protected] |
virtual void vtkXMLStructuredGridWriter::AllocatePositionArrays | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
virtual void vtkXMLStructuredGridWriter::DeletePositionArrays | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
OffsetsManagerGroup* vtkXMLStructuredGridWriter::PointsOM [protected] |
Definition at line 72 of file vtkXMLStructuredGridWriter.h.