VTK
|
legacy VTK file writer for vtkCompositeDataSet subclasses. More...
#include <vtkCompositeDataWriter.h>
legacy VTK file writer for vtkCompositeDataSet subclasses.
vtkCompositeDataWriter is a writer for writing legacy VTK files for vtkCompositeDataSet and subclasses.
Definition at line 43 of file vtkCompositeDataWriter.h.
Reimplemented from vtkDataWriter.
Definition at line 47 of file vtkCompositeDataWriter.h.
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.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataWriter.
virtual vtkObjectBase* vtkCompositeDataWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataWriter.
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.
Get the input to this writer.
Reimplemented from vtkWriter.
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::WriteCompositeData | ( | ostream * | , |
vtkOverlappingAMR * | |||
) | [protected] |
bool vtkCompositeDataWriter::WriteCompositeData | ( | ostream * | , |
vtkNonOverlappingAMR * | |||
) | [protected] |
bool vtkCompositeDataWriter::WriteBlock | ( | ostream * | fp, |
vtkDataObject * | block | ||
) | [protected] |