8 #ifndef vtkStringWriter_h 9 #define vtkStringWriter_h 25 vtkSetStdStringFromCharMacro(String);
26 vtkGetCharFromStdStringMacro(String);
33 vtkSetStdStringFromCharMacro(FileName);
34 vtkGetCharFromStdStringMacro(FileName);
60 #endif // vtkStringWriter_h Given a string, write it to a file.
#define VTKPVVTKEXTENSIONSIOCORE_EXPORT
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkAlgorithm * New()
void operator=(const vtkObjectBase &)