CGAL 6.2 - Linear Cell Complex
Loading...
Searching...
No Matches
CGAL::IO Namespace Reference

Functions

template<typename LCC , typename VertexScalarType , typename VolumeScalarType >
bool read_VTK (const char *filename, LCC &alcc, std::vector< VertexScalarType > *vertex_scalars=nullptr, std::vector< VolumeScalarType > *volume_scalars=nullptr)
 Reads a VTK legacy ASCII file and load it into a 3D linear cell complex.
 
template<typename LCC , typename VertexScalarType , typename VolumeScalarType >
bool write_VTK (const char *filename, const LCC &alcc, const std::vector< VertexScalarType > *vertex_scalars=nullptr, const std::vector< VolumeScalarType > *volume_scalars=nullptr)
 Writes a 3D Linear_cell_complex to a VTK legacy ASCII file.