10#ifndef vtkJavaScriptDataWriter_h
11#define vtkJavaScriptDataWriter_h
13#include "vtkIOCoreModule.h"
16VTK_ABI_NAMESPACE_BEGIN
33 vtkSetStringMacro(VariableName);
34 vtkGetStringMacro(VariableName);
61 vtkSetMacro(IncludeFieldNames,
bool);
62 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.
A table, which contains similar-typed columns of data.
abstract class to write data to file(s)