BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/IO/print_OFF.h File Reference
#include <CGAL/basic.h>
#include <CGAL/IO/File_writer_OFF.h>
#include <CGAL/IO/generic_print_polyhedron.h>
#include <CGAL/Polyhedron_3.h>
#include <iostream>
Include dependency graph for print_OFF.h:
This graph shows which files directly or indirectly include this file:

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 
)

Here is the call graph for this function:

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 
)

Here is the call graph for this function:

template<class Polyhedron >
void print_polyhedron_OFF ( std::ostream &  out,
const Polyhedron &  P,
bool  verbose = false 
)

Here is the call graph for this function:

template<class Polyhedron >
CGAL_BEGIN_NAMESPACE void print_polyhedron_with_header_OFF ( std::ostream &  out,
const Polyhedron &  P,
const File_header_OFF header 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines