
Public Types | |
| typedef MyMeshType::MyConnType | ConnType | 
Public Member Functions | |
| virtual int | getNumberOfColsOfResMatrix () const =0 | 
| virtual int | getNumberOfRowsOfResMatrix () const =0 | 
| virtual void | intersectCells (ConnType targetCell, const std::vector< ConnType > &srcCells, MyMatrix &res)=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 | 
Tool for cell intersection, result is always positive.
| icellT | id of cell in target mesh in C mode. | 
| icellsS | ids of cells in source mesh in C mode. | 
| res | is an IN/OUT parameter that represents the icellTth row in final matrix, fed with at most icellsS elements. | 
      
  | 
  pure virtual | 
      
  | 
  pure virtual |