Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::WriteHDF5Parallel::NoopDescCreator Struct Reference

#include <WriteHDF5Parallel.hpp>

+ Inheritance diagram for moab::WriteHDF5Parallel::NoopDescCreator:
+ Collaboration diagram for moab::WriteHDF5Parallel::NoopDescCreator:

Public Member Functions

ErrorCode operator() (WriteHDF5 *, long, const ExportSet *, long &start_id) const
 

Detailed Description

Definition at line 130 of file WriteHDF5Parallel.hpp.

Member Function Documentation

◆ operator()()

ErrorCode moab::WriteHDF5Parallel::NoopDescCreator::operator() ( WriteHDF5 ,
long  ,
const ExportSet ,
long &  start_id 
) const
inlinevirtual

Implements moab::WriteHDF5Parallel::DataSetCreator.

Definition at line 132 of file WriteHDF5Parallel.hpp.

133  {
134  start_id = -1;
135  return MB_SUCCESS;
136  }

References MB_SUCCESS.


The documentation for this struct was generated from the following file: