vtkXMLDataSetWriter Class Reference
#include <vtkXMLDataSetWriter.h>
Inheritance diagram for vtkXMLDataSetWriter:
[legend]Collaboration diagram for vtkXMLDataSetWriter:
[legend]List of all members.
Detailed Description
Write any type of VTK XML file.
vtkXMLDataSetWriter is a wrapper around the VTK XML file format writers. Given an input vtkDataSet, the correct writer is automatically selected based on the type of input.
- See also:
- vtkXMLImageDataWriter vtkXMLStructuredGridWriter vtkXMLRectilinearGridWriter vtkXMLPolyDataWriter vtkXMLUnstructuredGridWriter
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.cxx (/IO/vtkXMLDataSetWriter
.cxx)
.h (/IO/vtkXMLDataSetWriter
.h)
- Tests:
- vtkXMLDataSetWriter (Tests)
Definition at line 48 of file vtkXMLDataSetWriter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXMLDataSetWriter::vtkXMLDataSetWriter |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkXMLDataSetWriter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXMLDataSetWriter::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkXMLWriter. |
virtual int vtkXMLDataSetWriter::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkXMLWriter. |
void vtkXMLDataSetWriter::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 vtkXMLWriter. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
void vtkXMLDataSetWriter::SetInput |
( |
vtkDataSet * |
input |
) |
|
|
|
Get/Set the writer's input. |
|
Get/Set the writer's input. |
virtual int vtkXMLDataSetWriter::WriteInternal |
( |
|
) |
[protected, virtual] |
|
int vtkXMLDataSetWriter::WriteData |
( |
|
) |
[protected, virtual] |
|
const char* vtkXMLDataSetWriter::GetDataSetName |
( |
|
) |
[protected, virtual] |
|
const char* vtkXMLDataSetWriter::GetDefaultFileExtension |
( |
|
) |
[protected, virtual] |
|
|
Get the default file extension for files written by this writer.
Implements vtkXMLWriter. |
void vtkXMLDataSetWriter::ProgressCallbackFunction |
( |
vtkObject * |
, |
|
|
unsigned |
long, |
|
|
void * |
, |
|
|
void * |
|
|
) |
[static, protected] |
|
virtual void vtkXMLDataSetWriter::ProgressCallback |
( |
vtkProcessObject * |
w |
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: