#include <NCWriteEuler.hpp>
|
| NCWriteEuler (WriteNC *writeNC, int fileId, const FileOptions &opts, EntityHandle fileSet) |
|
virtual | ~NCWriteEuler () |
|
| ScdNCWriteHelper (WriteNC *writeNC, int fileId, const FileOptions &opts, EntityHandle fileSet) |
|
virtual | ~ScdNCWriteHelper () |
|
| NCWriteHelper (WriteNC *writeNC, int fileId, const FileOptions &opts, EntityHandle fileSet) |
|
virtual | ~NCWriteHelper () |
|
ErrorCode | init_file (std::vector< std::string > &var_names, std::vector< std::string > &desired_names, bool _append) |
| Initialize file: this is where all defines are done The VarData dimension ids are filled up after define. More...
|
|
ErrorCode | write_values (std::vector< std::string > &var_names, std::vector< int > &tstep_nums) |
| Take the info from VarData and write first non-set variables, then set variables. More...
|
|
Definition at line 17 of file NCWriteEuler.hpp.
◆ NCWriteEuler()
Definition at line 20 of file NCWriteEuler.hpp.
21 : ScdNCWriteHelper( writeNC, fileId, opts, fileSet )
22 {
23 }
◆ ~NCWriteEuler()
moab::NCWriteEuler::~NCWriteEuler |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: