36 #ifndef MESHREADER_HPP_ 37 #define MESHREADER_HPP_ 40 #define _BACKWARD_BACKWARD_WARNING_H 1 //Cut out the vtk deprecated warning 41 #include <vtkUnstructuredGrid.h> 42 #include <vtkSmartPointer.h> 43 #include "SmartPointers.hpp" 76 static boost::shared_ptr<MeshReader>
Create();
81 vtkSmartPointer<vtkUnstructuredGrid>
GetMesh();
vtkSmartPointer< vtkUnstructuredGrid > GetMesh()
static boost::shared_ptr< MeshReader > Create()
void SetFilename(const std::string &rFilename)
vtkSmartPointer< vtkUnstructuredGrid > mpVtkMesh