27#ifndef vtkJavaScriptDataWriter_h
28#define vtkJavaScriptDataWriter_h
30#include "vtkIOCoreModule.h"
50 vtkSetStringMacro(VariableName);
51 vtkGetStringMacro(VariableName);
78 vtkSetMacro(IncludeFieldNames,
bool);
79 vtkGetMacro(IncludeFieldNames,
bool);
a simple class to control print indentation
A Javascript data writer for vtkTable Writes a vtkTable into a Javascript data format.
void WriteData() override
vtkSetFilePathMacro(FileName)
Get/Set the filename for the file.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetOutputStream(ostream *my_stream)
vtkJavaScriptDataWriter()
static vtkJavaScriptDataWriter * New()
ostream * GetOutputStream()
vtkGetFilePathMacro(FileName)
Get/Set the filename for the file.
~vtkJavaScriptDataWriter() override
virtual void WriteTable(vtkTable *table, ostream *stream_ptr)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Wrapper around std::string to keep symbols short.
A table, which contains similar-typed columns of data.
abstract class to write data to file(s)