Go to the documentation of this file.
26 #ifndef vtkGeoJSONWriter_h
27 #define vtkGeoJSONWriter_h
29 #include "vtkIOGeoJSONModule.h"
45 vtkSetStringMacro(FileName);
54 vtkGetMacro(WriteToOutputString,
bool);
64 vtkGetMacro(OutputStringLength,
int);
68 return reinterpret_cast<unsigned char *
>(this->OutputString);
80 vtkGetMacro(ScalarFormat,
int);
102 char *RegisterAndGetOutputString();
127 void CloseFile(ostream *);
137 #endif // vtkGeoJSONWriter_h
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
abstract superclass for arrays of numeric data
Convert vtkPolyData to Geo JSON format.
virtual void WriteData()=0
unsigned char * GetBinaryOutputString()
a simple class to control print indentation
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
map scalar values into colors via a lookup table
static vtkAlgorithm * New()
vtkLookupTable * LookupTable
Wrapper around std::string to keep symbols short.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.