|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "WriteCCMIO.hpp"#include "ccmio.h"#include "ccmioutility.h"#include "ccmiocore.h"#include <utility>#include <algorithm>#include <ctime>#include <string>#include <vector>#include <cstdio>#include <iostream>#include <sstream>#include "moab/Interface.hpp"#include "moab/Range.hpp"#include "moab/CN.hpp"#include "moab/Skinner.hpp"#include <cassert>#include "Internals.hpp"#include "ExoIIUtil.hpp"#include "MBTagConventions.hpp"#include "moab/WriteUtilIface.hpp"
Include dependency graph for WriteCCMIO.cpp:Go to the source code of this file.
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
| #define | INS_ID(stringvar, prefix, id) sprintf( stringvar, prefix, id ) |
| #define | CHK_SET_CCMERR(ccm_err_code, ccm_err_msg) |
Variables | |
| static char const | moab::kStateName [] = "default" |
| #define CHK_SET_CCMERR | ( | ccm_err_code, | |
| ccm_err_msg | |||
| ) |
{ \
if( kCCMIONoErr != ( ccm_err_code ) ) MB_SET_ERR( MB_FAILURE, ccm_err_msg ); \
}
Definition at line 101 of file WriteCCMIO.cpp.
Referenced by moab::WriteCCMIO::close_and_compress(), moab::WriteCCMIO::create_ccmio_structure(), moab::WriteCCMIO::open_file(), moab::WriteCCMIO::write_cells_and_faces(), moab::WriteCCMIO::write_dbl_option(), moab::WriteCCMIO::write_external_faces(), moab::WriteCCMIO::write_int_option(), moab::WriteCCMIO::write_nodes(), moab::WriteCCMIO::write_problem_description(), moab::WriteCCMIO::write_processor(), and moab::WriteCCMIO::write_str_option().
| #define INS_ID | ( | stringvar, | |
| prefix, | |||
| id | |||
| ) | sprintf( stringvar, prefix, id ) |
Definition at line 99 of file WriteCCMIO.cpp.