VTK
|
Write VTK XML ImageData files. More...
#include <vtkXMLImageDataWriter.h>
Public Types | |
typedef vtkXMLStructuredDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
const char * | GetDefaultFileExtension () |
vtkImageData * | GetInput () |
Static Public Member Functions | |
static vtkXMLImageDataWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMLImageDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMLImageDataWriter () | |
~vtkXMLImageDataWriter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
void | WritePrimaryElementAttributes (ostream &os, vtkIndent indent) |
void | GetInputExtent (int *extent) |
const char * | GetDataSetName () |
Write VTK XML ImageData files.
vtkXMLImageDataWriter writes the VTK XML ImageData file format. One image data input can be written into one file in any number of streamed pieces. The standard extension for this writer's file format is "vti". This writer is also used to write a single piece of the parallel file format.
Definition at line 38 of file vtkXMLImageDataWriter.h.
Reimplemented from vtkXMLStructuredDataWriter.
Definition at line 42 of file vtkXMLImageDataWriter.h.
vtkXMLImageDataWriter::vtkXMLImageDataWriter | ( | ) | [protected] |
vtkXMLImageDataWriter::~vtkXMLImageDataWriter | ( | ) | [protected] |
static vtkXMLImageDataWriter* vtkXMLImageDataWriter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual const char* vtkXMLImageDataWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
static int vtkXMLImageDataWriter::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 vtkXMLImageDataWriter::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 vtkXMLImageDataWriter* vtkXMLImageDataWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLStructuredDataWriter.
void vtkXMLImageDataWriter::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.
vtkImageData* vtkXMLImageDataWriter::GetInput | ( | ) |
Get/Set the writer's input.
Reimplemented from vtkXMLWriter.
const char* vtkXMLImageDataWriter::GetDefaultFileExtension | ( | ) | [virtual] |
Get the default file extension for files written by this writer.
Implements vtkXMLWriter.
virtual int vtkXMLImageDataWriter::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 vtkXMLImageDataWriter::WritePrimaryElementAttributes | ( | ostream & | os, |
vtkIndent | indent | ||
) | [protected, virtual] |
Reimplemented from vtkXMLStructuredDataWriter.
void vtkXMLImageDataWriter::GetInputExtent | ( | int * | extent | ) | [protected, virtual] |
Implements vtkXMLStructuredDataWriter.
const char* vtkXMLImageDataWriter::GetDataSetName | ( | ) | [protected, virtual] |
Implements vtkXMLWriter.