26 #ifndef vtkGeoJSONWriter_h
27 #define vtkGeoJSONWriter_h
29 #include "vtkIOGeoJSONModule.h"
45 vtkSetStringMacro(FileName);
46 vtkGetStringMacro(FileName);
53 vtkSetMacro(WriteToOutputString,
bool);
54 vtkGetMacro(WriteToOutputString,
bool);
55 vtkBooleanMacro(WriteToOutputString,
bool);
64 vtkGetMacro(OutputStringLength,
int);
65 vtkGetStringMacro(OutputString);
68 return reinterpret_cast<unsigned char *>(this->OutputString);
79 vtkSetMacro(ScalarFormat,
int);
80 vtkGetMacro(ScalarFormat,
int);
102 char *RegisterAndGetOutputString();
127 void CloseFile(ostream *);
137 #endif // vtkGeoJSONWriter_h