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 PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int GetOutputStringLength()
char * GetFieldDataName()
void WriteToOutputStringOn()
void SetWriteToOutputString(int b)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int GetWriteToOutputString()
static vtkDataObjectWriter * New()
void WriteToOutputStringOff()
vtkStdString GetOutputStdString()
void SetFieldDataName(const char *fieldname)
void SetFileType(int type)
unsigned char * GetBinaryOutputString()
void SetHeader(const char *header)
void SetFileTypeToBinary()
void SetFileTypeToASCII()
helper class for objects that write vtk data files
a simple class to control print indentation
Wrapper around std::string to keep symbols short.
abstract class to write data to file(s)