LCOV - code coverage report
Current view: top level - src/io - NCWriteMPAS.hpp (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 0 3 0.0 %
Date: 2020-12-16 07:07:30 Functions: 0 1 0.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /*
       2                 :            :  * NCWriteMPAS.hpp
       3                 :            :  *
       4                 :            :  *  nc write helper for MPAS type data (CAM)
       5                 :            :  *  Created on: April 9, 2014
       6                 :            :  *
       7                 :            :  */
       8                 :            : 
       9                 :            : #ifndef NCWRITEMPAS_HPP_
      10                 :            : #define NCWRITEMPAS_HPP_
      11                 :            : 
      12                 :            : #include "NCWriteHelper.hpp"
      13                 :            : 
      14                 :            : namespace moab
      15                 :            : {
      16                 :            : 
      17                 :            : class NCWriteMPAS : public UcdNCWriteHelper
      18                 :            : {
      19                 :            :   public:
      20                 :          0 :     NCWriteMPAS( WriteNC* writeNC, int fileId, const FileOptions& opts, EntityHandle fileSet )
      21                 :          0 :         : UcdNCWriteHelper( writeNC, fileId, opts, fileSet )
      22                 :            :     {
      23                 :          0 :     }
      24                 :            : 
      25                 :            :     virtual ~NCWriteMPAS();
      26                 :            : 
      27                 :            :   private:
      28                 :            :     //! Implementation of NCWriteHelper::collect_mesh_info()
      29                 :            :     virtual ErrorCode collect_mesh_info();
      30                 :            : 
      31                 :            :     //! Collect data for specified variables
      32                 :            :     virtual ErrorCode collect_variable_data( std::vector< std::string >& var_names, std::vector< int >& tstep_nums );
      33                 :            : 
      34                 :            :     //! Implementation of NCWriteHelper::write_nonset_variables()
      35                 :            :     virtual ErrorCode write_nonset_variables( std::vector< WriteNC::VarData >& vdatas, std::vector< int >& tstep_nums );
      36                 :            : };
      37                 :            : 
      38                 :            : }  // namespace moab
      39                 :            : 
      40                 :            : #endif

Generated by: LCOV version 1.11