35#ifndef vtkSimplePointsWriter_h 
   36#define vtkSimplePointsWriter_h 
   39#include "vtkIOLegacyModule.h"  
   41VTK_ABI_NAMESPACE_BEGIN
 
   49  vtkGetMacro(DecimalPrecision, 
int);
 
   50  vtkSetMacro(DecimalPrecision, 
int);
 
write any type of vtk dataset to file
 
a simple class to control print indentation
 
write a file of xyz coordinates
 
void WriteData() override
 
static vtkSimplePointsWriter * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkSimplePointsWriter() override=default