23 #ifndef vtkPVPLYWriter_h 24 #define vtkPVPLYWriter_h 27 #include "vtkPVVTKExtensionsDefaultModule.h" 28 #include "vtkSmartPointer.h" 29 #include "vtkWriter.h" 32 class vtkScalarsToColors;
39 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetMacro(EnableColoring,
bool);
46 vtkGetMacro(EnableColoring,
bool);
53 void SetDataByteOrder(
int dbo);
58 void SetFileType(
int ftype);
63 void SetFileName(
const char* fname);
69 void SetLookupTable(vtkScalarsToColors* lut);
75 virtual int FillInputPortInformation(
int port, vtkInformation* info);
76 virtual void WriteData();
provides a ParaView friendly API for vtkPLYWriter.
vtkNew< vtkPLYWriter > Writer
vtkSmartPointer< vtkScalarsToColors > LookupTable