8#ifndef VTKGRIDWRITERIMPLEMENTATION_H_
9#define VTKGRIDWRITERIMPLEMENTATION_H_
34 unsigned int _numCellsPlotted;
37 unsigned int _numVerticesPlotted;
42 const std::vector<double>* _processorSpeeds;
80 bool isVTKFileInitialized();
82 bool isParallelVTKFileInitialized();
84 unsigned int getNumCellsPlotted();
86 unsigned int getNumVerticesPlotted();
Class corresponding to the VTKFile_t schema type.
Definition: vtk-punstructured.h:1096
Definition: VTKGridCell.h:16
Definition: VTKGridWriterImplementation.h:23
void initializeVTKFile()
Definition: VTKGridWriterImplementation.cpp:36
void plotCell(VTKGridCell &molecule)
Definition: VTKGridWriterImplementation.cpp:78
VTKGridWriterImplementation(int rank, const std::vector< double > *processorSpeeds=nullptr)
Definition: VTKGridWriterImplementation.cpp:18
void initializeParallelVTKFile(const std::vector< std::string > &fileNames)
Definition: VTKGridWriterImplementation.cpp:148
void writeParallelVTKFile(const std::string &fileName)
Definition: VTKGridWriterImplementation.cpp:190
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-punstructured.h:270