#include <sidl_cxx.hh>
#include "TSTTB.hh"
#include "TSTTM.hh"
#include "MeshTSTT.hpp"
#include "MsqDebug.hpp"
#include "MsqVertex.hpp"
#include "MsqError.hpp"
#include "MeshInterface.hpp"
#include "TSTTUtil.hpp"
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | TSTTIterator |
Wrapper around single-entity TSTT interator. More... | |
class | SIDLIterator |
Iterate over a sidl array of TSTT entity handles. More... | |
class | TSTTArrIter |
TSTT iterator using array-iterator interface and buffer of handles. More... | |
class | MeshTSTTImpl |
Implementation of MeshTSTT. More... | |
Namespaces | |
Mesquite | |
Used to hold the error state and return it to the application. | |
Macros | |
#define | OPAQUE_TYPE_OPAQUE_PADDED 0 |
#define | OPAQUE_TYPE_OPAQUE_PACKED 1 |
#define | OPAQUE_TYPE_CHAR 2 |
#define | OPAQUE_TYPE_UCHAR 3 |
#define | OPAQUE_TYPE_BYTE OPAQUE_TYPE_UCHAR |
#define | TSTT_OPAQUE_TAG_TYPE OPAQUE_TYPE_CHAR |
Definition in file MeshTSTT.cpp.
#define OPAQUE_TYPE_BYTE OPAQUE_TYPE_UCHAR |
Definition at line 58 of file MeshTSTT.cpp.
#define OPAQUE_TYPE_CHAR 2 |
Definition at line 56 of file MeshTSTT.cpp.
#define OPAQUE_TYPE_OPAQUE_PACKED 1 |
Definition at line 55 of file MeshTSTT.cpp.
#define OPAQUE_TYPE_OPAQUE_PADDED 0 |
Definition at line 54 of file MeshTSTT.cpp.
#define OPAQUE_TYPE_UCHAR 3 |
Definition at line 57 of file MeshTSTT.cpp.
#define TSTT_OPAQUE_TAG_TYPE OPAQUE_TYPE_CHAR |
Definition at line 59 of file MeshTSTT.cpp.