vtkCompositeDataWriter Class Reference

#include <vtkCompositeDataWriter.h>

Inheritance diagram for vtkCompositeDataWriter:

Inheritance graph
[legend]
Collaboration diagram for vtkCompositeDataWriter:

Collaboration graph
[legend]

List of all members.


Detailed Description

legacy VTK file writer for vtkCompositeDataSet subclasses.

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)
vtkCompositeDataSetGetInput ()
vtkCompositeDataSetGetInput (int port)

Static Public Member Functions

static vtkCompositeDataWriterNew ()
static int IsTypeOf (const char *type)
static vtkCompositeDataWriterSafeDownCast (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)

Member Typedef Documentation

Reimplemented from vtkDataWriter.

Definition at line 37 of file vtkCompositeDataWriter.h.


Constructor & Destructor Documentation

vtkCompositeDataWriter::vtkCompositeDataWriter (  )  [protected]

vtkCompositeDataWriter::~vtkCompositeDataWriter (  )  [protected]


Member Function Documentation

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]


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

Generated on Wed Aug 24 11:31:49 2011 for VTK by  doxygen 1.5.6