#include <vtkCompositeDataWriter.h>
vtkCompositeDataWriter is a writer for writing legacy VTK files for vtkCompositeDataSet and subclasses.
Definition at line 33 of file vtkCompositeDataWriter.h.
Public Types | |
typedef vtkDataWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkCompositeDataSet * | GetInput () |
vtkCompositeDataSet * | GetInput (int port) |
Static Public Member Functions | |
static vtkCompositeDataWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkCompositeDataWriter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCompositeDataWriter () | |
~vtkCompositeDataWriter () | |
bool | WriteCompositeData (ostream *, vtkMultiBlockDataSet *) |
bool | WriteCompositeData (ostream *, vtkMultiPieceDataSet *) |
bool | WriteCompositeData (ostream *, vtkHierarchicalBoxDataSet *) |
bool | WriteBlock (ostream *fp, vtkDataObject *block) |
virtual void | WriteData () |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
vtkCompositeDataWriter::vtkCompositeDataWriter | ( | ) | [protected] |
vtkCompositeDataWriter::~vtkCompositeDataWriter | ( | ) | [protected] |
static vtkCompositeDataWriter* vtkCompositeDataWriter::New | ( | ) | [static] |
Created object with default header, ASCII format, and default names for scalars, vectors, tensors, normals, and texture coordinates.
Reimplemented from vtkDataWriter.
virtual const char* vtkCompositeDataWriter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataWriter.
static int vtkCompositeDataWriter::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 vtkDataWriter.
virtual int vtkCompositeDataWriter::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 vtkDataWriter.
static vtkCompositeDataWriter* vtkCompositeDataWriter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataWriter.
void vtkCompositeDataWriter::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 vtkDataWriter.
vtkCompositeDataSet* vtkCompositeDataWriter::GetInput | ( | ) |
Get the input to this writer.
Reimplemented from vtkWriter.
vtkCompositeDataSet* vtkCompositeDataWriter::GetInput | ( | int | port | ) |
Get the input to this writer.
Reimplemented from vtkWriter.
virtual void vtkCompositeDataWriter::WriteData | ( | ) | [protected, virtual] |
Performs the actual writing.
Reimplemented from vtkDataWriter.
virtual int vtkCompositeDataWriter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Performs the actual writing.
Reimplemented from vtkAlgorithm.
bool vtkCompositeDataWriter::WriteCompositeData | ( | ostream * | , | |
vtkMultiBlockDataSet * | ||||
) | [protected] |
bool vtkCompositeDataWriter::WriteCompositeData | ( | ostream * | , | |
vtkMultiPieceDataSet * | ||||
) | [protected] |
bool vtkCompositeDataWriter::WriteCompositeData | ( | ostream * | , | |
vtkHierarchicalBoxDataSet * | ||||
) | [protected] |
bool vtkCompositeDataWriter::WriteBlock | ( | ostream * | fp, | |
vtkDataObject * | block | |||
) | [protected] |