VTK-m  2.0
VTKPolyDataReader.h
Go to the documentation of this file.
1 //============================================================================
2 // Copyright (c) Kitware, Inc.
3 // All rights reserved.
4 // See LICENSE.txt for details.
5 //
6 // This software is distributed WITHOUT ANY WARRANTY; without even
7 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8 // PURPOSE. See the above copyright notice for more information.
9 //============================================================================
10 #ifndef vtk_m_io_VTKPolyDataReader_h
11 #define vtk_m_io_VTKPolyDataReader_h
12 
15 
17 
18 #include <iterator>
19 
20 namespace vtkm
21 {
22 namespace io
23 {
24 
25 class VTKM_IO_EXPORT VTKPolyDataReader : public VTKDataSetReaderBase
26 {
27 public:
28  explicit VTKM_CONT VTKPolyDataReader(const char* fileName);
29  explicit VTKM_CONT VTKPolyDataReader(const std::string& fileName);
30 
31 private:
32  void Read() override;
33 };
34 }
35 } // namespace vtkm::io
36 
37 #endif // vtk_m_io_VTKPolyDataReader_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
VTKDataSetCells.h
vtkm::io::VTKDataSetReaderBase
Definition: VTKDataSetReaderBase.h:97
ArrayPortalToIterators.h
vtkm::io::VTKPolyDataReader
Definition: VTKPolyDataReader.h:25
VTKM_CONT
#define VTKM_CONT
Definition: ExportMacros.h:57
VTKDataSetReaderBase.h