MOAB: Mesh Oriented datABase  (version 5.4.1)
Tqdcfr.cpp File Reference
#include "Tqdcfr.hpp"
#include "moab/Core.hpp"
#include "moab/Range.hpp"
#include "moab/FileOptions.hpp"
#include <iostream>
#include <string>
#include "moab/ReadUtilIface.hpp"
#include "SequenceManager.hpp"
#include "moab/GeomTopoTool.hpp"
#include "MBTagConventions.hpp"
#include "moab/CN.hpp"
#include "Internals.hpp"
#include "moab/HigherOrderFactory.hpp"
#include "exodus_order.h"
#include <sstream>
#include <cassert>
#include <cstring>
+ Include dependency graph for Tqdcfr.cpp:

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define RR   if( MB_SUCCESS != result ) return result
#define IO_ASSERT(C)   INT_IO_ERROR( C, __LINE__ )
#define MAX(a, b)   ( ( a ) > ( b ) ? ( a ) : ( b ) )
#define MIN(a, b)   ( ( a ) < ( b ) ? ( a ) : ( b ) )
#define REC   records[current_record]

Functions

static void moab::INT_IO_ERROR (bool condition, unsigned line)
static void moab::swap8_voff (long *data)
static void moab::swap4_uint (unsigned int *data)

Variables

static int moab::major = -1
static int moab::minor = -1
const int *const *const *const moab::cub_elem_order_map = exodus_elem_order_map
const char *const moab::BLOCK_NODESET_OFFSET_TAG_NAME = "BLOCK_NODESET_OFFSET"
const char *const moab::BLOCK_SIDESET_OFFSET_TAG_NAME = "BLOCK_SIDESET_OFFSET"

Define Documentation

#define IO_ASSERT (   C)    INT_IO_ERROR( C, __LINE__ )
#define MAX (   a,
 
)    ( ( a ) > ( b ) ? ( a ) : ( b ) )
#define MIN (   a,
 
)    ( ( a ) < ( b ) ? ( a ) : ( b ) )
#define REC   records[current_record]
#define RR   if( MB_SUCCESS != result ) return result

Definition at line 106 of file Tqdcfr.cpp.

Referenced by moab::Tqdcfr::load_file(), and moab::Tqdcfr::read_nodes().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines