vtkXMLHierarchicalBoxDataWriter Class Reference

#include <vtkXMLHierarchicalBoxDataWriter.h>

Inheritance diagram for vtkXMLHierarchicalBoxDataWriter:

Inheritance graph
[legend]
Collaboration diagram for vtkXMLHierarchicalBoxDataWriter:

Collaboration graph
[legend]

List of all members.


Detailed Description

writer for vtkHierarchicalBoxDataSet.

vtkXMLHierarchicalBoxDataWriter is a vtkXMLCompositeDataWriter subclass to handle vtkHierarchicalBoxDataSet.

Definition at line 28 of file vtkXMLHierarchicalBoxDataWriter.h.


Public Types

typedef vtkXMLCompositeDataWriter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual const char * GetDefaultFileExtension ()

Static Public Member Functions

static
vtkXMLHierarchicalBoxDataWriter
New ()
static int IsTypeOf (const char *type)
static
vtkXMLHierarchicalBoxDataWriter
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkXMLHierarchicalBoxDataWriter ()
 ~vtkXMLHierarchicalBoxDataWriter ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual void FillDataTypes (vtkCompositeDataSet *)
virtual int WriteComposite (vtkCompositeDataSet *compositeData, vtkXMLDataElement *parent, int &writerIdx)

Protected Attributes

int * AMRBoxes
int * AMRBoxDims

Member Typedef Documentation

Reimplemented from vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

Definition at line 32 of file vtkXMLHierarchicalBoxDataWriter.h.


Constructor & Destructor Documentation

vtkXMLHierarchicalBoxDataWriter::vtkXMLHierarchicalBoxDataWriter (  )  [protected]

vtkXMLHierarchicalBoxDataWriter::~vtkXMLHierarchicalBoxDataWriter (  )  [protected]


Member Function Documentation

static vtkXMLHierarchicalBoxDataWriter* vtkXMLHierarchicalBoxDataWriter::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

virtual const char* vtkXMLHierarchicalBoxDataWriter::GetClassName (  )  [virtual]

Reimplemented from vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

static int vtkXMLHierarchicalBoxDataWriter::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 vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

virtual int vtkXMLHierarchicalBoxDataWriter::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 vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

static vtkXMLHierarchicalBoxDataWriter* vtkXMLHierarchicalBoxDataWriter::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

void vtkXMLHierarchicalBoxDataWriter::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 vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

virtual const char* vtkXMLHierarchicalBoxDataWriter::GetDefaultFileExtension (  )  [inline, virtual]

Get the default file extension for files written by this writer.

Reimplemented from vtkXMLCompositeDataWriter.

Definition at line 37 of file vtkXMLHierarchicalBoxDataWriter.h.

virtual int vtkXMLHierarchicalBoxDataWriter::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 vtkXMLCompositeDataWriter.

virtual void vtkXMLHierarchicalBoxDataWriter::FillDataTypes ( vtkCompositeDataSet  )  [protected, virtual]

Determine the data types for each of the leaf nodes.

Reimplemented from vtkXMLCompositeDataWriter.

Reimplemented in vtkXMLPHierarchicalBoxDataWriter.

virtual int vtkXMLHierarchicalBoxDataWriter::WriteComposite ( vtkCompositeDataSet compositeData,
vtkXMLDataElement element,
int &  writerIdx 
) [protected, virtual]

Internal method called recursively to create the xml tree for the children of compositeData as well as write the actual data set files. element will only have added nested information. writerIdx is the global piece index used to create unique filenames for each file written. This function returns 0 if no files were written from compositeData.

Implements vtkXMLCompositeDataWriter.


Member Data Documentation

Definition at line 56 of file vtkXMLHierarchicalBoxDataWriter.h.

Definition at line 57 of file vtkXMLHierarchicalBoxDataWriter.h.


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

Generated on Mon Sep 27 19:03:00 2010 for VTK by  doxygen 1.5.6