Abstract base class of Intersector classes. These classes represent a target element and calculate its intersection with the source elements. More...

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| virtual void | intersectCells (ConnType targetCell, const std::vector< ConnType > &srcCells, MyMatrix &res)=0 |
| virtual int | getNumberOfRowsOfResMatrix () const =0 |
| virtual int | getNumberOfColsOfResMatrix () const =0 |
| virtual | ~TargetIntersector () |
Abstract base class of Intersector classes. These classes represent a target element and calculate its intersection with the source elements.
| typedef MyMeshType::MyConnType INTERP_KERNEL::TargetIntersector< MyMeshType, MyMatrix >::ConnType |
Reimplemented in INTERP_KERNEL::PlanarIntersector< MyMeshType, MyMatrix >.
| virtual INTERP_KERNEL::TargetIntersector< MyMeshType, MyMatrix >::~TargetIntersector | ( | ) | [virtual] |
| virtual int INTERP_KERNEL::TargetIntersector< MyMeshType, MyMatrix >::getNumberOfRowsOfResMatrix | ( | ) | const [pure virtual] |
| virtual int INTERP_KERNEL::TargetIntersector< MyMeshType, MyMatrix >::getNumberOfColsOfResMatrix | ( | ) | const [pure virtual] |