vtf-logo

file_io.h File Reference

Implements file I/O operations for IndSimpSet. More...

#include "IndSimpSet.h"
#include <string>
#include "file_io.ipp"

Go to the source code of this file.

Namespaces

namespace  geom

Functions

template<int N, int M, typename VertForIter, typename ISForIter>
void geom::writeIssAscii (std::ostream &out, VertForIter verticesBeginning, VertForIter verticesEnd, ISForIter indexedSimplicesBeginning, ISForIter indexedSimplicesEnd)
 Write an indexed simplex set in ascii format.
template<int N, int M, typename VertForIter, typename ISForIter>
void geom::writeIssBinary (std::ostream &out, VertForIter verticesBeginning, VertForIter verticesEnd, ISForIter indexedSimplicesBeginning, ISForIter indexedSimplicesEnd)
 Write an indexed simplex set in binary format.
template<int N, int M, typename VertForIter, typename ISForIter, typename ContainerIter, typename StringIter>
void geom::writeIssAndCellDataVtkXml (std::ostream &out, VertForIter verticesBeginning, VertForIter verticesEnd, ISForIter indexedSimplicesBeginning, ISForIter indexedSimplicesEnd, ContainerIter cellDataContainersBeginning, ContainerIter cellDataContainersEnd, StringIter dataNamesBeginning, StringIter dataNamesEnd)
 Write in VTK XML unstructured grid format with a cell field.
template<int N, int M, typename VertForIter, typename ISForIter>
void geom::writeIssVtkXml (std::ostream &out, VertForIter verticesBeginning, VertForIter verticesEnd, ISForIter indexedSimplicesBeginning, ISForIter indexedSimplicesEnd)
 Write in VTK XML unstructured grid format.
template<int N, int M, typename VertForIter, typename ISForIter>
void geom::writeIssVtkLegacy (std::ostream &out, VertForIter verticesBeginning, VertForIter verticesEnd, ISForIter indexedSimplicesBeginning, ISForIter indexedSimplicesEnd, std::string title="")
 Write in legacy VTK unstructured grid format.


Detailed Description

Implements file I/O operations for IndSimpSet.


Generated on Fri Aug 24 12:55:59 2007 for Computational Geometry Package by  doxygen 1.4.7