27 #ifndef vtkJavaScriptDataWriter_h 
   28 #define vtkJavaScriptDataWriter_h 
   30 #include "vtkIOCoreModule.h"  
   50   vtkSetStringMacro(VariableName);
 
   51   vtkGetStringMacro(VariableName);
 
   58   vtkSetStringMacro(FileName);
 
   59   vtkGetStringMacro(FileName);
 
   78   vtkSetMacro(IncludeFieldNames, 
bool);
 
   79   vtkGetMacro(IncludeFieldNames, 
bool);
 
   83   void SetOutputStream(ostream* my_stream);
 
   84   ostream* GetOutputStream();
 
   94   virtual void WriteTable(
vtkTable* table, ostream* stream_ptr);