Go to the documentation of this file.
25 #ifndef vtkGeoJSONWriter_h
26 #define vtkGeoJSONWriter_h
61 return reinterpret_cast<unsigned char *
>(this->OutputString);
122 #endif // vtkGeoJSONWriter_h
#define vtkGetObjectMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
char * RegisterAndGetOutputString()
abstract superclass for arrays of numeric data
vtkStdString GetOutputStdString()
void WriteScalar(vtkDataArray *da, vtkIdType ptId)
Convert vtkPolyData to Geo JSON format.
void CloseFile(ostream *)
unsigned char * GetBinaryOutputString()
void ConditionalComma(vtkIdType, vtkIdType)
a simple class to control print indentation
#define vtkSetStringMacro(name)
abstract class to write data to file(s)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define VTKIOGEOJSON_EXPORT
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
map scalar values into colors via a lookup table
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetLookupTable(vtkLookupTable *lut)
static vtkGeoJSONWriter * New()
vtkLookupTable * LookupTable
virtual ~vtkGeoJSONWriter()
Wrapper around std::string to keep symbols short.