23 #ifndef vtkGeoJSONWriter_h
24 #define vtkGeoJSONWriter_h
26 #include "vtkIOGeoJSONModule.h"
42 vtkSetStringMacro(FileName);
43 vtkGetStringMacro(FileName);
50 vtkSetMacro(WriteToOutputString,
bool);
51 vtkGetMacro(WriteToOutputString,
bool);
52 vtkBooleanMacro(WriteToOutputString,
bool);
61 vtkGetMacro(OutputStringLength,
int);
62 vtkGetStringMacro(OutputString);
65 return reinterpret_cast<unsigned char *>(this->OutputString);
76 vtkSetMacro(ScalarFormat,
int);
77 vtkGetMacro(ScalarFormat,
int);
99 char *RegisterAndGetOutputString();
124 void CloseFile(ostream *);
134 #endif // vtkGeoJSONWriter_h