16#ifndef vtkSimplePointsWriter_h
17#define vtkSimplePointsWriter_h
20#include "vtkIOLegacyModule.h"
22VTK_ABI_NAMESPACE_BEGIN
30 vtkGetMacro(DecimalPrecision,
int);
31 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