#include </home/guntram/tmp/GrAL/gral/base/include/Gral/IO/complex2d-format-output.h>

Public Types | |
| typedef int | vertex_handle |
| typedef int | cell_handle |
|
typedef vertex_iterator_int < grid_types< self > > | Vertex |
|
typedef vertex_iterator_int < grid_types< self > > | VertexIterator |
|
typedef cell_iterator_int < grid_types< self > > | Cell |
|
typedef cell_iterator_int < grid_types< self > > | CellIterator |
Public Member Functions | |
| OstreamComplex2DFmt (ref_ptr< std::ostream > ot, int off=0) | |
| OstreamComplex2DFmt (std::ostream &ot, int off=0) | |
| OstreamComplex2DFmt (std::string const &nm, int off=0) | |
| OstreamComplex2DFmt (self const &rhs) | |
| self & | operator= (self const &rhs) |
| void | init (::std::string const &nm) |
| std::ostream & | Out () |
| int | Offset () const |
| void | set_nv (int n) |
| void | set_nc (int n) |
| int | NumOfVertices () const |
| int | NumOfCells () const |
| Cell | cell (int c) const |
| Vertex | vertex (int v) const |
Protected Attributes | |
| ref_ptr< std::ostream > | out |
| int | offset |
| int | nv |
| int | nc |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class GRID > | |
| void | ConstructGrid0 (OstreamComplex2DFmt &Out, GRID const &G) |
| ConstructGrid overload for OstreamComplex2DFmt. | |
| template<class GRID , class GEOM > | |
| void | ConstructGrid (OstreamComplex2DFmt &Out, GRID const &G, GEOM const &Geom) |
| ConstructGrid overload for OstreamComplex2DFmt. | |
| template<class GRID , class GEOM > | |
| void | ConstructGrid (OstreamComplex2DFmt &Out, OstreamComplex2DFmt &, GRID const &G, GEOM const &Geom) |
| ConstructGrid overload for OstreamComplex2DFmt. | |
Definition at line 43 of file complex2d-format-output.h.
1.5.8