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

legacy VTK file writer for vtkCompositeDataSet subclasses. More...

#include <vtkCompositeDataWriter.h>

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

List of all members.

Public Types

typedef vtkDataWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCompositeDataWriterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkCompositeDataSetGetInput ()
vtkCompositeDataSetGetInput (int port)

Static Public Member Functions

static vtkCompositeDataWriterNew ()
static int IsTypeOf (const char *type)
static vtkCompositeDataWriterSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkCompositeDataWriter ()
 ~vtkCompositeDataWriter ()
bool WriteCompositeData (ostream *, vtkMultiBlockDataSet *)
bool WriteCompositeData (ostream *, vtkMultiPieceDataSet *)
bool WriteCompositeData (ostream *, vtkHierarchicalBoxDataSet *)
bool WriteCompositeData (ostream *, vtkOverlappingAMR *)
bool WriteCompositeData (ostream *, vtkNonOverlappingAMR *)
bool WriteBlock (ostream *fp, vtkDataObject *block)
virtual void WriteData ()
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

legacy VTK file writer for vtkCompositeDataSet subclasses.

vtkCompositeDataWriter is a writer for writing legacy VTK files for vtkCompositeDataSet and subclasses.

Warning:
This is an experimental format. Use XML-based formats for writing composite datasets. Saving composite dataset in legacy VTK format is expected to change in future including changes to the file layout.
Tests:
vtkCompositeDataWriter (Tests)

Definition at line 43 of file vtkCompositeDataWriter.h.


Member Typedef Documentation

Reimplemented from vtkDataWriter.

Definition at line 47 of file vtkCompositeDataWriter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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]

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