MOAB: Mesh Oriented datABase  (version 5.4.1)
AssocPair.hpp File Reference
#include "iRel_Lasso.hpp"
#include "AssocPairSide.hpp"
#include <sstream>
+ Include dependency graph for AssocPair.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AssocPair

Defines

#define ASSOCPAIRI   assocpair_handle( pair )

Functions

static AssocPairassocpair_handle (iRel_PairHandle pair)

Define Documentation


Function Documentation

static AssocPair* assocpair_handle ( iRel_PairHandle  pair) [inline, static]

Definition at line 121 of file AssocPair.hpp.

{
    return reinterpret_cast< AssocPair* >( pair );
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines