VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkXMLPImageDataWriter Class Reference

Write PVTK XML ImageData files. More...

#include <vtkXMLPImageDataWriter.h>

Inheritance diagram for vtkXMLPImageDataWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkXMLPImageDataWriter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkXMLPStructuredDataWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLPImageDataWriterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
const char * GetDefaultFileExtension ()
vtkImageDataGetInput ()

Static Public Member Functions

static vtkXMLPImageDataWriterNew ()
static int IsTypeOf (const char *type)
static vtkXMLPImageDataWriterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLPImageDataWriter ()
 ~vtkXMLPImageDataWriter ()
const char * GetDataSetName ()
void WritePrimaryElementAttributes (ostream &os, vtkIndent indent)
vtkXMLStructuredDataWriterCreateStructuredPieceWriter ()
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

Write PVTK XML ImageData files.

vtkXMLPImageDataWriter writes the PVTK XML ImageData file format. One image data input can be written into a parallel file format with any number of pieces spread across files. The standard extension for this writer's file format is "pvti". This writer uses vtkXMLImageDataWriter to write the individual piece files.

See also:
vtkXMLImageDataWriter

Definition at line 36 of file vtkXMLPImageDataWriter.h.


Member Typedef Documentation

Reimplemented from vtkXMLPStructuredDataWriter.

Definition at line 40 of file vtkXMLPImageDataWriter.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

static int vtkXMLPImageDataWriter::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 vtkXMLPStructuredDataWriter.

virtual int vtkXMLPImageDataWriter::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 vtkXMLPStructuredDataWriter.

Reimplemented from vtkXMLPStructuredDataWriter.

virtual vtkObjectBase* vtkXMLPImageDataWriter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkXMLPStructuredDataWriter.

Reimplemented from vtkXMLPStructuredDataWriter.

void vtkXMLPImageDataWriter::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 vtkXMLPStructuredDataWriter.

Get/Set the writer's input.

Reimplemented from vtkXMLWriter.

Get the default file extension for files written by this writer.

Implements vtkXMLWriter.

const char* vtkXMLPImageDataWriter::GetDataSetName ( ) [protected, virtual]

Implements vtkXMLWriter.

void vtkXMLPImageDataWriter::WritePrimaryElementAttributes ( ostream &  os,
vtkIndent  indent 
) [protected, virtual]

Reimplemented from vtkXMLPStructuredDataWriter.

virtual int vtkXMLPImageDataWriter::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.


The documentation for this class was generated from the following file: