Pointwise Plugin SDK
Functions
CaeUnsGridModel.cxx File Reference
#include "apiGridModel.h"
#include "apiPWP.h"
#include "CaeGridModel.h"
#include "CaeUnsGridModel.h"
+ Include dependency graph for CaeUnsGridModel.cxx:

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)
 

Function Documentation

◆ beginCB()

static PWP_UINT32 beginCB ( PWGM_BEGINSTREAM_DATA data)
static

◆ endCB()

static PWP_UINT32 endCB ( PWGM_ENDSTREAM_DATA data)
static

◆ faceCB()

static PWP_UINT32 faceCB ( PWGM_FACESTREAM_DATA data)
static

◆ ndxMapperCB()

static PWP_UINT64 ndxMapperCB ( const PWP_UINT64  pwgmNdx,
void *  data 
)
static

◆ operator!=() [1/2]

bool operator!= ( const PWGM_HELEMENT h1,
const PWGM_HELEMENT h2 
)

Definition at line 180 of file CaeUnsGridModel.cxx.

◆ operator!=() [2/2]

bool operator!= ( const PWGM_HVERTEX h1,
const PWGM_HVERTEX h2 
)

Definition at line 246 of file CaeUnsGridModel.cxx.

◆ operator<() [1/2]

bool operator< ( const PWGM_HELEMENT h1,
const PWGM_HELEMENT h2 
)

Definition at line 186 of file CaeUnsGridModel.cxx.

References PWGM_HELEMENT_ID, PWGM_HELEMENT_PID, and PWGM_HELEMENT_PTYPE.

◆ operator<() [2/2]

bool operator< ( const PWGM_HVERTEX h1,
const PWGM_HVERTEX h2 
)

Definition at line 252 of file CaeUnsGridModel.cxx.

References PWGM_HVERTEX_ID.

◆ operator==() [1/2]

bool operator== ( const PWGM_HELEMENT h1,
const PWGM_HELEMENT h2 
)

Definition at line 167 of file CaeUnsGridModel.cxx.

References PWGM_HELEMENT_ID, PWGM_HELEMENT_PID, and PWGM_HELEMENT_PTYPE.

◆ operator==() [2/2]

bool operator== ( const PWGM_HVERTEX h1,
const PWGM_HVERTEX h2 
)

Definition at line 235 of file CaeUnsGridModel.cxx.

References PWGM_HVERTEX_ID.

◆ operator>() [1/2]

bool operator> ( const PWGM_HELEMENT h1,
const PWGM_HELEMENT h2 
)

Definition at line 218 of file CaeUnsGridModel.cxx.

◆ operator>() [2/2]

bool operator> ( const PWGM_HVERTEX h1,
const PWGM_HVERTEX h2 
)

Definition at line 272 of file CaeUnsGridModel.cxx.