Go to the source code of this file.
|
template<int structdim0, int structdim1, int spacedim> |
std::vector< std::array< Point< spacedim >, structdim1+1 > > | CGALWrappers::compute_intersection_of_cells (const typename Triangulation< structdim0, spacedim >::cell_iterator &cell0, const typename Triangulation< structdim1, spacedim >::cell_iterator &cell1, const Mapping< structdim0, spacedim > &mapping0, const Mapping< structdim1, spacedim > &mapping1, const double tol=1e-9) |
|
template<int structdim0, int structdim1, int spacedim> |
std::vector< std::array< Point< spacedim >, structdim1+1 > > | CGALWrappers::compute_intersection_of_cells (const ArrayView< const Point< spacedim > > &vertices0, const ArrayView< const Point< spacedim > > &vertices1, const double tol=1e-9) |
|