#include <vtkXMLPolyDataWriter.h>
Inheritance diagram for vtkXMLPolyDataWriter:
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 50 of file vtkXMLPolyDataWriter.h.
Public Types | |
typedef vtkXMLUnstructuredDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetDefaultFileExtension () |
void | SetInput (vtkPolyData *input) |
vtkPolyData * | GetInput () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkXMLPolyDataWriter * | SafeDownCast (vtkObject *o) |
vtkXMLPolyDataWriter * | New () |
Protected Member Functions | |
vtkXMLPolyDataWriter () | |
~vtkXMLPolyDataWriter () | |
const char * | GetDataSetName () |
void | SetInputUpdateExtent (int piece, int numPieces, int ghostLevel) |
void | WriteInlinePieceAttributes () |
void | WriteInlinePiece (vtkIndent indent) |
int | WriteAppendedMode (vtkIndent indent) |
void | WriteAppendedPieceAttributes (int index) |
void | WriteAppendedPiece (int index, vtkIndent indent) |
void | WriteAppendedPieceData (int index) |
virtual vtkIdType | GetNumberOfInputCells () |
void | CalculateSuperclassFraction (float *fractions) |
Protected Attributes | |
unsigned long * | NumberOfVertsPositions |
unsigned long * | NumberOfLinesPositions |
unsigned long * | NumberOfStripsPositions |
unsigned long * | NumberOfPolysPositions |
unsigned long ** | VertsPositions |
unsigned long ** | LinesPositions |
unsigned long ** | StripsPositions |
unsigned long ** | PolysPositions |
|
Reimplemented from vtkXMLUnstructuredDataWriter. Definition at line 53 of file vtkXMLPolyDataWriter.h. |
|
|
|
|
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLUnstructuredDataWriter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
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. |
|
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. |
|
Get/Set the writer's input. |
|
Get the default file extension for files written by this writer. Implements vtkXMLWriter. |
|
Implements vtkXMLUnstructuredDataWriter. |
|
Implements vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Reimplemented from vtkXMLUnstructuredDataWriter. |
|
Implements vtkXMLUnstructuredDataWriter. |
|
|
|
Definition at line 85 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 86 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 87 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 88 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 89 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 90 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 91 of file vtkXMLPolyDataWriter.h. |
|
Definition at line 92 of file vtkXMLPolyDataWriter.h. |