CGAL 5.4.5 - CGAL and the Boost Graph Library
|
Functions | |
template<typename Graph , typename NamedParameters > | |
bool | CGAL::read_off (std::istream &is, Graph &g, const NamedParameters &np) |
template<typename Graph , typename NamedParameters > | |
bool | CGAL::read_off (const char *fname, Graph &g, const NamedParameters &np) |
template<typename Graph , typename NamedParameters > | |
bool | CGAL::write_off (std::ostream &os, const Graph &g, const NamedParameters &np) |
template<typename Graph , typename NamedParameters > | |
bool | CGAL::write_off (const char *fname, const Graph &g, const NamedParameters &np) |
template<typename Graph , typename NamedParameters > | |
bool | CGAL::write_vtp (std::ostream &os, const Graph &g, const NamedParameters &np) |
template<typename Graph , typename NamedParameters > | |
bool | CGAL::write_wrl (std::ostream &os, const Graph &g, const NamedParameters &np) |
bool CGAL::read_off | ( | std::istream & | is, |
Graph & | g, | ||
const NamedParameters & | np | ||
) |
#include <CGAL/boost/graph/IO/OFF.h>
CGAL::IO::read_OFF()
should be used instead.bool CGAL::read_off | ( | const char * | fname, |
Graph & | g, | ||
const NamedParameters & | np | ||
) |
#include <CGAL/boost/graph/IO/OFF.h>
CGAL::IO::read_OFF()
should be used instead.bool CGAL::write_off | ( | std::ostream & | os, |
const Graph & | g, | ||
const NamedParameters & | np | ||
) |
#include <CGAL/boost/graph/IO/OFF.h>
CGAL::IO::write_OFF()
should be used instead.bool CGAL::write_off | ( | const char * | fname, |
const Graph & | g, | ||
const NamedParameters & | np | ||
) |
#include <CGAL/boost/graph/IO/OFF.h>
CGAL::IO::write_OFF()
should be used instead.bool CGAL::write_vtp | ( | std::ostream & | os, |
const Graph & | g, | ||
const NamedParameters & | np | ||
) |
#include <CGAL/boost/graph/IO/VTK.h>
CGAL::IO::write_VTP()
should be used instead.bool CGAL::write_wrl | ( | std::ostream & | os, |
const Graph & | g, | ||
const NamedParameters & | np | ||
) |
#include <CGAL/boost/graph/IO/WRL.h>
CGAL::IO::write_WRL()
should be used instead.