#include <IntersectorCU3D.hxx>

Public Types | |
| typedef MyUMeshType::MyConnType | UConnType |
| typedef MyCMeshType::MyConnType | CConnType |
Public Member Functions | |
| IntersectorCU3D (const MyCMeshType &meshS, const MyUMeshType &meshT, SplittingPolicy splitting_policy) | |
| ~IntersectorCU3D () | |
| double | intersectGeometry (UConnType icellT, const std::vector< CConnType > &icellC) |
Private Types | |
| typedef SplitterTetra2 < MyUMeshType, _Cartesian3D2UnstructHexMesh > | TSplitter |
| typedef SplitterTetra < _Cartesian3D2UnstructHexMesh > | TTetra |
Private Attributes | |
| _Cartesian3D2UnstructHexMesh * | _uHexMesh |
| TSplitter * | _split |
| typedef MyUMeshType::MyConnType INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.UConnType |
| typedef MyCMeshType::MyConnType INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.CConnType |
typedef SplitterTetra2<MyUMeshType, _Cartesian3D2UnstructHexMesh > INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.TSplitter [private] |
typedef SplitterTetra<_Cartesian3D2UnstructHexMesh > INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.TTetra [private] |
| INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.IntersectorCU3D | ( | const MyCMeshType & | meshS, |
| const MyUMeshType & | meshT, | ||
| SplittingPolicy | splitting_policy | ||
| ) |
| INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.~IntersectorCU3D | ( | ) |
| double INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >.intersectGeometry | ( | UConnType | icellT, |
| const std::vector< CConnType > & | icellC | ||
| ) |
_Cartesian3D2UnstructHexMesh* INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >._uHexMesh [private] |
TSplitter* INTERP_KERNEL.IntersectorCU3D< MyCMeshType, MyUMeshType, MyMatrix >._split [private] |