Pointwise Plugin SDK
|
#include "apiGridModel.h"
#include "apiPWP.h"
#include "CaeGridModel.h"
#include "CaeUnsGridModel.h"
Go to the source code of this file.
Functions | |
static PWP_UINT32 | beginCB (PWGM_BEGINSTREAM_DATA *data) |
static PWP_UINT32 | endCB (PWGM_ENDSTREAM_DATA *data) |
static PWP_UINT32 | faceCB (PWGM_FACESTREAM_DATA *data) |
static PWP_UINT64 | ndxMapperCB (const PWP_UINT64 pwgmNdx, void *data) |
bool | operator!= (const PWGM_HELEMENT &h1, const PWGM_HELEMENT &h2) |
bool | operator!= (const PWGM_HVERTEX &h1, const PWGM_HVERTEX &h2) |
bool | operator< (const PWGM_HELEMENT &h1, const PWGM_HELEMENT &h2) |
bool | operator< (const PWGM_HVERTEX &h1, const PWGM_HVERTEX &h2) |
bool | operator== (const PWGM_HELEMENT &h1, const PWGM_HELEMENT &h2) |
bool | operator== (const PWGM_HVERTEX &h1, const PWGM_HVERTEX &h2) |
bool | operator> (const PWGM_HELEMENT &h1, const PWGM_HELEMENT &h2) |
bool | operator> (const PWGM_HVERTEX &h1, const PWGM_HVERTEX &h2) |
|
static |
Definition at line 51 of file CaeUnsGridModel.cxx.
References CaeFaceStreamHandler::streamBegin(), and PWGM_BEGINSTREAM_DATA::userData.
Referenced by PwModStreamFaces(), and CaeUnsGridModel::streamFaces().
|
static |
Definition at line 65 of file CaeUnsGridModel.cxx.
References CaeFaceStreamHandler::streamEnd(), and PWGM_ENDSTREAM_DATA::userData.
Referenced by PwModStreamFaces(), and CaeUnsGridModel::streamFaces().
|
static |
Definition at line 58 of file CaeUnsGridModel.cxx.
References CaeFaceStreamHandler::streamFace(), and PWGM_FACESTREAM_DATA::userData.
Referenced by PwModStreamFaces(), and CaeUnsGridModel::streamFaces().
|
static |
Definition at line 82 of file CaeUnsGridModel.cxx.
References CaeUnsCustomIndexHandler::mapIndex().
Referenced by CaeUnsGridModel::customIndexSchemeReady().
bool operator!= | ( | const PWGM_HELEMENT & | h1, |
const PWGM_HELEMENT & | h2 | ||
) |
Definition at line 143 of file CaeUnsGridModel.cxx.
bool operator!= | ( | const PWGM_HVERTEX & | h1, |
const PWGM_HVERTEX & | h2 | ||
) |
Definition at line 206 of file CaeUnsGridModel.cxx.
bool operator< | ( | const PWGM_HELEMENT & | h1, |
const PWGM_HELEMENT & | h2 | ||
) |
Definition at line 148 of file CaeUnsGridModel.cxx.
References PWGM_HELEMENT_ID, PWGM_HELEMENT_PID, and PWGM_HELEMENT_PTYPE.
bool operator< | ( | const PWGM_HVERTEX & | h1, |
const PWGM_HVERTEX & | h2 | ||
) |
Definition at line 211 of file CaeUnsGridModel.cxx.
References PWGM_HVERTEX_ID.
bool operator== | ( | const PWGM_HELEMENT & | h1, |
const PWGM_HELEMENT & | h2 | ||
) |
Definition at line 131 of file CaeUnsGridModel.cxx.
References PWGM_HELEMENT_ID, PWGM_HELEMENT_PID, and PWGM_HELEMENT_PTYPE.
bool operator== | ( | const PWGM_HVERTEX & | h1, |
const PWGM_HVERTEX & | h2 | ||
) |
Definition at line 196 of file CaeUnsGridModel.cxx.
References PWGM_HVERTEX_ID.
bool operator> | ( | const PWGM_HELEMENT & | h1, |
const PWGM_HELEMENT & | h2 | ||
) |
Definition at line 179 of file CaeUnsGridModel.cxx.
bool operator> | ( | const PWGM_HVERTEX & | h1, |
const PWGM_HVERTEX & | h2 | ||
) |
Definition at line 230 of file CaeUnsGridModel.cxx.