Go to the documentation of this file.
27 #ifndef vtkJavaScriptDataWriter_h
28 #define vtkJavaScriptDataWriter_h
30 #include "vtkIOCoreModule.h"
50 vtkSetStringMacro(VariableName);
58 vtkSetStringMacro(FileName);
79 vtkGetMacro(IncludeFieldNames,
bool);
83 void SetOutputStream(ostream *my_stream);
84 ostream* GetOutputStream();
93 virtual void WriteTable(
vtkTable* table, ostream *stream_ptr);
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
A table, which contains similar-typed columns of data.
virtual void WriteData()=0
a simple class to control print indentation
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
A Javascript data writer for vtkTable Writes a vtkTable into a Javascript data format.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkAlgorithm * New()
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.