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

writer for vtkHierarchicalBoxDataSet for backwards compatibility. More...

#include <vtkXMLHierarchicalBoxDataWriter.h>

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

List of all members.

Public Types

typedef vtkXMLUniformGridAMRWriter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkXMLHierarchicalBoxDataWriterNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkXMLHierarchicalBoxDataWriter ()
 ~vtkXMLHierarchicalBoxDataWriter ()

Detailed Description

writer for vtkHierarchicalBoxDataSet for backwards compatibility.

vtkXMLHierarchicalBoxDataWriter is an empty subclass of vtkXMLUniformGridAMRWriter for writing vtkUniformGridAMR datasets in VTK-XML format.

Definition at line 29 of file vtkXMLHierarchicalBoxDataWriter.h.


Member Typedef Documentation

Reimplemented from vtkXMLUniformGridAMRWriter.

Definition at line 33 of file vtkXMLHierarchicalBoxDataWriter.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkXMLUniformGridAMRWriter.

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 vtkXMLUniformGridAMRWriter.

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 vtkXMLUniformGridAMRWriter.

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented from vtkXMLUniformGridAMRWriter.

Reimplemented from vtkXMLUniformGridAMRWriter.

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 vtkXMLUniformGridAMRWriter.

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

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

Reimplemented from vtkXMLUniformGridAMRWriter.

Definition at line 38 of file vtkXMLHierarchicalBoxDataWriter.h.


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