3#ifndef DUNE_GRIDGLUE_COMMON_PROJECTIONWRITER_HH
4#define DUNE_GRIDGLUE_COMMON_PROJECTIONWRITER_HH
28template<
typename Coordinate,
typename Corners,
typename Normals>
30 const Corners& corners,
31 const Normals& normals,
40template<
typename Coordinate,
typename Corners,
typename Normals>
42 const Corners& corners,
43 const Normals& normals,
44 const std::string& filename);
54template<
typename Coordinate,
typename Corners,
typename Normals>
56 const Corners& corners,
57 const Normals& normals);
Definition gridglue.hh:37
Definition gridglue.hh:38
void write(const Projection< Coordinate > &projection, const Corners &corners, const Normals &normals, std::ostream &out)
write projection in VTK format
Definition projectionwriter_impl.hh:86
void print(const Projection< Coordinate > &projection, const Corners &corners, const Normals &normals)
Print information about the projection to std::cout stream.
Definition projectionwriter_impl.hh:140
Projection of a line (triangle) on another line (triangle).
Definition projection.hh:21