Version: 5.1.6

INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector > Class Template Reference

#include <PlanarIntersectorP0P0.hxx>

Inheritance diagram for INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >:
Inheritance graph

Public Types

typedef MyMeshType::MyConnType ConnType

Public Member Functions

int getNumberOfRowsOfResMatrix () const
int getNumberOfColsOfResMatrix () const
void intersectCells (ConnType icellT, const std::vector< ConnType > &icellsS, MyMatrix &res)
double intersectGeometry (ConnType icellT, ConnType icellS, ConnType nbNodesT, ConnType nbNodesS)

Static Public Attributes

static const int SPACEDIM = MyMeshType::MY_SPACEDIM
static const int MESHDIM = MyMeshType::MY_MESHDIM
static const NumberingPolicy numPol = MyMeshType::My_numPol

Protected Member Functions

 PlanarIntersectorP0P0 (const MyMeshType &meshT, const MyMeshType &meshS, double dimCaracteristic, double precision, double md3DSurf, double medianPlane, bool doRotate, int orientation, int printLevel)
ConcreteP0P0Intersector & asLeaf ()

template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
class INTERP_KERNEL::PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >


Member Typedef Documentation

template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
typedef MyMeshType::MyConnType INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.ConnType

Constructor & Destructor Documentation

template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.PlanarIntersectorP0P0 ( const MyMeshType &  meshT,
const MyMeshType &  meshS,
double  dimCaracteristic,
double  precision,
double  md3DSurf,
double  medianPlane,
bool  doRotate,
int  orientation,
int  printLevel 
) [protected]

Member Function Documentation

template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.getNumberOfRowsOfResMatrix (  )  const [virtual]
template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.getNumberOfColsOfResMatrix (  )  const [virtual]
template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
void INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.intersectCells ( ConnType  icellT,
const std::vector< ConnType > &  icellsS,
MyMatrix &  res 
) [virtual]
template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
double INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.intersectGeometry ( ConnType  icellT,
ConnType  icellS,
ConnType  nbNodesT,
ConnType  nbNodesS 
)

Contrary to intersectCells method here icellS and icellT are not in C mode but in mode of MyMeshType.

Reimplemented in INTERP_KERNEL.TriangulationIntersector< MyUMeshType, MyMatrix, PlanarIntersectorP0P0 >.

template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
ConcreteP0P0Intersector& INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.asLeaf (  )  [protected]

Field Documentation

template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
const int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.SPACEDIM = MyMeshType::MY_SPACEDIM [static]
template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
const int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.MESHDIM = MyMeshType::MY_MESHDIM [static]
template<class MyMeshType, class MyMatrix, class ConcreteP0P0Intersector>
const NumberingPolicy INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.numPol = MyMeshType::My_numPol [static]