 |
VTK
9.1.0
|
Go to the documentation of this file.
26 #ifndef vtkXMLCompositeDataSetWriterHelper_h
27 #define vtkXMLCompositeDataSetWriterHelper_h
29 #include "vtkIOParallelXMLModule.h"
85 std::map<int, vtkSmartPointer<vtkXMLWriterBase>> WriterCache;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXMLCompositeDataSetWriterHelper * New()
vtkXMLWriterBase * GetWriter(int dataType)
Method to obtain a writer for the given data type.
void SetWriter(vtkXMLWriterBase *writer)
Get/Set the writer using this helper.
~vtkXMLCompositeDataSetWriterHelper() override
abstract base class for most VTK objects
Abstract base class for VTK-XML writers.
a helper class used by vtkXMLWriter2 subclasses that write composite datasets.
std::string WriteDataSet(const std::string &path, const std::string &prefix, vtkDataObject *data)
Write a specific dataset to a file.
a simple class to control print indentation
vtkXMLCompositeDataSetWriterHelper()
general representation of visualization data