/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\/ M anipulation | Copyright (C) 2017 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM. If not, see . Class Foam::vtkPVblockMesh Description Provides a reader interface for OpenFOAM blockMesh to VTK interaction SourceFiles vtkPVblockMesh.C vtkPVblockMeshConvert.C vtkPVblockMeshUpdate.C vtkPVblockMeshUtils.C // Needed by VTK: vtkDataArrayTemplateImplicit.txx \*---------------------------------------------------------------------------*/ #ifndef vtkPVblockMesh_H #define vtkPVblockMesh_H #include "foamPvCore.H" // * * * * * * * * * * * * * Forward Declarations * * * * * * * * * * * * * // class vtkDataArraySelection; class vtkDataSet; class vtkPoints; class vtkPVblockMeshReader; class vtkRenderer; class vtkTextActor; class vtkMultiBlockDataSet; class vtkPolyData; class vtkUnstructuredGrid; class vtkIndent; // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // namespace Foam { // OpenFOAM class forward declarations class argList; class Time; class blockMesh; template class List; /*---------------------------------------------------------------------------*\ Class vtkPVblockMesh Declaration \*---------------------------------------------------------------------------*/ class vtkPVblockMesh : private foamPvCore { // Private Data //- Access to the controlling vtkPVblockMeshReader vtkPVblockMeshReader* reader_; //- OpenFOAM time control autoPtr