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 |
|
virtual |
|
pure virtual |
|
pure virtual |