

Go to the source code of this file.
Classes | |
| class | DataOutBase |
| struct | DataOutBase::Patch< dim, spacedim > |
| struct | DataOutBase::DXFlags |
| struct | DataOutBase::UcdFlags |
| struct | DataOutBase::GnuplotFlags |
| struct | DataOutBase::PovrayFlags |
| struct | DataOutBase::EpsFlags |
| struct | DataOutBase::EpsFlags::RgbValues |
| struct | DataOutBase::GmvFlags |
| struct | DataOutBase::TecplotFlags |
| struct | DataOutBase::VtkFlags |
| struct | DataOutBase::Deal_II_IntermediateFlags |
| class | DataOutBase::EpsCell2d |
| class | DataOutInterface< dim, spacedim > |
| class | DataOutReader< dim, spacedim > |
Functions | |
| template<int dim, int spacedim> | |
| std::ostream & | operator<< (std::ostream &out, const DataOutBase::Patch< dim, spacedim > &patch) |
| template<int dim, int spacedim> | |
| std::istream & | operator>> (std::istream &in, DataOutBase::Patch< dim, spacedim > &patch) |
| std::ostream& operator<< | ( | std::ostream & | out, |
| const DataOutBase::Patch< dim, spacedim > & | patch | ||
| ) |
Output operator for an object of type DataOutBase::Patch. This operator dumps the intermediate graphics format represented by the patch data structure. It may later be converted into regular formats for a number of graphics programs.
| std::istream& operator>> | ( | std::istream & | in, |
| DataOutBase::Patch< dim, spacedim > & | patch | ||
| ) |
Input operator for an object of type DataOutBase::Patch. This operator reads the intermediate graphics format represented by the patch data structure, using the format in which it was written using the operator<<.
documentation generated on Fri Feb 3 2012 06:03:01 by
doxygen
1.7.2