VTK
|
writer for vtkHierarchicalBoxDataSet for backwards compatibility. More...
#include <vtkXMLHierarchicalBoxDataWriter.h>
Public Types | |
typedef vtkXMLUniformGridAMRWriter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkXMLHierarchicalBoxDataWriter * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
vtkXMLHierarchicalBoxDataWriter () | |
~vtkXMLHierarchicalBoxDataWriter () |
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.
Reimplemented from vtkXMLUniformGridAMRWriter.
Definition at line 33 of file vtkXMLHierarchicalBoxDataWriter.h.
vtkXMLHierarchicalBoxDataWriter::vtkXMLHierarchicalBoxDataWriter | ( | ) | [protected] |
static vtkXMLHierarchicalBoxDataWriter* vtkXMLHierarchicalBoxDataWriter::New | ( | ) | [static] |
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.
static vtkXMLHierarchicalBoxDataWriter* vtkXMLHierarchicalBoxDataWriter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkXMLUniformGridAMRWriter.
virtual vtkObjectBase* vtkXMLHierarchicalBoxDataWriter::NewInstanceInternal | ( | ) | const [protected, virtual] |
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.