Go to the source code of this file.
Functions |
template<class Polyhedron > |
CGAL_BEGIN_NAMESPACE void | print_polyhedron_with_header_OFF (std::ostream &out, const Polyhedron &P, const File_header_OFF &header) |
template<class Polyhedron > |
void | print_polyhedron_OFF (std::ostream &out, const Polyhedron &P, bool verbose=false) |
template<class Traits , class Items , template< class T, class I, class A > class HDS, class Alloc > |
void | print_OFF (std::ostream &out, const Polyhedron_3< Traits, Items, HDS, Alloc > &P, bool verbose=false) |
template<class Traits , class Items , template< class T, class I, class A > class HDS, class Alloc > |
void | print_OFF (std::ostream &out, const Polyhedron_3< Traits, Items, HDS, Alloc > &P, const File_header_OFF &header) |
Function Documentation
template<class Traits , class Items , template< class T, class I, class A > class HDS, class Alloc >
void print_OFF |
( |
std::ostream & |
out, |
|
|
const Polyhedron_3< Traits, Items, HDS, Alloc > & |
P, |
|
|
bool |
verbose = false |
|
) |
| |
template<class Traits , class Items , template< class T, class I, class A > class HDS, class Alloc >
template<class Polyhedron >
template<class Polyhedron >