29 #ifndef __vtkvmtkXdaWriter_h 30 #define __vtkvmtkXdaWriter_h 32 #include "vtkvmtkWin32Header.h" 33 #include "vtkUnstructuredGridWriter.h" 43 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
45 vtkSetStringMacro(BoundaryDataArrayName);
46 vtkGetStringMacro(BoundaryDataArrayName);
52 void WriteData() VTK_OVERRIDE;
54 static
void GetLibmeshConnectivity(
int cellType, vtkIdList* libmeshConnectivity);
55 static
void GetLibmeshFaceOrder(
int cellType, vtkIdList* libmeshFaceOrder);
57 char* BoundaryDataArrayName;