Go to the documentation of this file.
33 #ifndef vtkDataObjectWriter_h
34 #define vtkDataObjectWriter_h
36 #include "vtkIOLegacyModule.h"
52 void SetFileName(
const char *filename) {this->Writer->SetFileName(filename);};
54 void SetHeader(
const char *header) {this->Writer->SetHeader(header);};
55 char *
GetHeader() {
return this->Writer->GetHeader();};
68 void SetFieldDataName(
const char *fieldname) {this->Writer->SetFieldDataName(fieldname);};
void SetFileName(const char *filename)
Methods delegated to vtkDataWriter, see vtkDataWriter.
void SetFieldDataName(const char *fieldname)
void WriteToOutputStringOff()
void SetFileTypeToBinary()
void SetWriteToOutputString(int b)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetFileType(int type)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetWriteToOutputString()
void WriteToOutputStringOn()
virtual void WriteData()=0
a simple class to control print indentation
abstract class to write data to file(s)
int GetOutputStringLength()
vtkStdString GetOutputStdString()
void SetFileTypeToASCII()
static vtkAlgorithm * New()
char * GetFieldDataName()
unsigned char * GetBinaryOutputString()
helper class for objects that write vtk data files
Wrapper around std::string to keep symbols short.
void SetHeader(const char *header)