33 #ifndef vtkDataObjectWriter_h 34 #define vtkDataObjectWriter_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);};
Wrapper around std::string to keep symbols short.
void WriteToOutputStringOn()
Methods delegated to vtkDataWriter, see vtkDataWriter.
char * GetHeader()
Methods delegated to vtkDataWriter, see vtkDataWriter.
helper class for objects that write vtk data files
#define VTKIOLEGACY_EXPORT
void SetWriteToOutputString(int b)
Methods delegated to vtkDataWriter, see vtkDataWriter.
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetFileType(int type)
Methods delegated to vtkDataWriter, see vtkDataWriter.
a simple class to control print indentation
void SetFileTypeToBinary()
Methods delegated to vtkDataWriter, see vtkDataWriter.
void SetHeader(const char *header)
Methods delegated to vtkDataWriter, see vtkDataWriter.
void SetFieldDataName(const char *fieldname)
Methods delegated to vtkDataWriter, see vtkDataWriter.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
int GetOutputStringLength()
Methods delegated to vtkDataWriter, see vtkDataWriter.
char * GetFieldDataName()
Methods delegated to vtkDataWriter, see vtkDataWriter.
vtkStdString GetOutputStdString()
Methods delegated to vtkDataWriter, see vtkDataWriter.
void SetFileTypeToASCII()
Methods delegated to vtkDataWriter, see vtkDataWriter.
char * GetOutputString()
Methods delegated to vtkDataWriter, see vtkDataWriter.
void SetFileName(const char *filename)
Methods delegated to vtkDataWriter, see vtkDataWriter.
char * GetFileName()
Methods delegated to vtkDataWriter, see vtkDataWriter.
static vtkAlgorithm * New()
virtual void WriteData()=0
unsigned char * GetBinaryOutputString()
Methods delegated to vtkDataWriter, see vtkDataWriter.
int GetFileType()
Methods delegated to vtkDataWriter, see vtkDataWriter.
void WriteToOutputStringOff()
Methods delegated to vtkDataWriter, see vtkDataWriter.
int GetWriteToOutputString()
Methods delegated to vtkDataWriter, see vtkDataWriter.