 |
VTK
9.0.1
|
Go to the documentation of this file.
30 #include "vtkCommonCoreModule.h"
47 vtkGetStringMacro(ArchiveName);
48 vtkSetStringMacro(ArchiveName);
static vtkArchiver * New()
virtual void InsertIntoArchive(const std::string &relativePath, const char *data, std::size_t size)
Insert data of size size into the archive at relativePath.
virtual void CloseArchive()
Close the arhive.
abstract base class for most VTK objects
a simple class to control print indentation
virtual bool Contains(const std::string &relativePath)
Checks if relativePath represents an entry in the archive.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void OpenArchive()
Open the arhive for writing.