MOAB: Mesh Oriented datABase  (version 5.4.1)
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

ErrorCode moab::WriteHDF5Parallel::NoopDescCreator::operator() ( WriteHDF5 ,
long  ,
const ExportSet ,
long &  start_id 
) const [inline, virtual]

Implements moab::WriteHDF5Parallel::DataSetCreator.

Definition at line 132 of file WriteHDF5Parallel.hpp.

References MB_SUCCESS.

        {
            start_id = -1;
            return MB_SUCCESS;
        }

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines