#include <NCWriteFV.hpp>
|
| NCWriteFV (WriteNC *writeNC, int fileId, const FileOptions &opts, EntityHandle fileSet) |
|
virtual | ~NCWriteFV () |
|
| 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 NCWriteFV.hpp.
◆ NCWriteFV()
Definition at line 20 of file NCWriteFV.hpp.
21 : ScdNCWriteHelper( writeNC, fileId, opts, fileSet )
22 {
23 }
◆ ~NCWriteFV()
moab::NCWriteFV::~NCWriteFV |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: