VTK
|
Write VTK XML PolyData files. More...
#include <vtkXMLPolyDataWriter.h>
Write VTK XML PolyData files.
vtkXMLPolyDataWriter writes the VTK XML PolyData file format. One polygonal data input can be written into one file in any number of streamed pieces (if supported by the rest of the pipeline). The standard extension for this writer's file format is "vtp". This writer is also used to write a single piece of the parallel file format.
Definition at line 43 of file vtkXMLPolyDataWriter.h.
Reimplemented from vtkXMLUnstructuredDataWriter.
Definition at line 46 of file vtkXMLPolyDataWriter.h.
vtkXMLPolyDataWriter::vtkXMLPolyDataWriter | ( | ) | [protected] |
vtkXMLPolyDataWriter::~vtkXMLPolyDataWriter | ( | ) | [protected] |
static int vtkXMLPolyDataWriter::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 vtkXMLUnstructuredDataWriter.
virtual int vtkXMLPolyDataWriter::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 vtkXMLUnstructuredDataWriter.
static vtkXMLPolyDataWriter* vtkXMLPolyDataWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLUnstructuredDataWriter.
virtual vtkObjectBase* vtkXMLPolyDataWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
Reimplemented from vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::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 vtkXMLUnstructuredDataWriter.
static vtkXMLPolyDataWriter* vtkXMLPolyDataWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
Get/Set the writer's input.
Reimplemented from vtkXMLWriter.
const char* vtkXMLPolyDataWriter::GetDefaultFileExtension | ( | ) | [virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
virtual int vtkXMLPolyDataWriter::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.
const char* vtkXMLPolyDataWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLUnstructuredDataWriter.
virtual void vtkXMLPolyDataWriter::AllocatePositionArrays | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
virtual void vtkXMLPolyDataWriter::DeletePositionArrays | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::WriteInlinePieceAttributes | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::WriteInlinePiece | ( | vtkIndent | indent | ) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::WriteAppendedPieceAttributes | ( | int | index | ) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::WriteAppendedPiece | ( | int | index, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::WriteAppendedPieceData | ( | int | index | ) | [protected, virtual] |
Reimplemented from vtkXMLUnstructuredDataWriter.
virtual vtkIdType vtkXMLPolyDataWriter::GetNumberOfInputCells | ( | ) | [protected, virtual] |
Implements vtkXMLUnstructuredDataWriter.
void vtkXMLPolyDataWriter::CalculateSuperclassFraction | ( | float * | fractions | ) | [protected] |
unsigned long* vtkXMLPolyDataWriter::NumberOfVertsPositions [protected] |
Definition at line 83 of file vtkXMLPolyDataWriter.h.
unsigned long* vtkXMLPolyDataWriter::NumberOfLinesPositions [protected] |
Definition at line 84 of file vtkXMLPolyDataWriter.h.
unsigned long* vtkXMLPolyDataWriter::NumberOfStripsPositions [protected] |
Definition at line 85 of file vtkXMLPolyDataWriter.h.
unsigned long* vtkXMLPolyDataWriter::NumberOfPolysPositions [protected] |
Definition at line 86 of file vtkXMLPolyDataWriter.h.
OffsetsManagerArray* vtkXMLPolyDataWriter::VertsOM [protected] |
Definition at line 88 of file vtkXMLPolyDataWriter.h.
OffsetsManagerArray* vtkXMLPolyDataWriter::LinesOM [protected] |
Definition at line 89 of file vtkXMLPolyDataWriter.h.
OffsetsManagerArray* vtkXMLPolyDataWriter::StripsOM [protected] |
Definition at line 90 of file vtkXMLPolyDataWriter.h.
OffsetsManagerArray* vtkXMLPolyDataWriter::PolysOM [protected] |
Definition at line 91 of file vtkXMLPolyDataWriter.h.