 |
VTK
9.0.1
|
Go to the documentation of this file.
30 #ifndef vtkDataObjectWriter_h
31 #define vtkDataObjectWriter_h
34 #include "vtkIOLegacyModule.h"
49 void SetFileName(
const char* filename) { this->Writer->SetFileName(filename); }
51 void SetHeader(
const char* header) { this->Writer->SetHeader(header); }
52 char*
GetHeader() {
return this->Writer->GetHeader(); }
65 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)
vtkStdString GetOutputStdString()
void SetFileTypeToASCII()
vtkIdType GetOutputStringLength()
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)