std::ostream& operator<< | ( | std::ostream & | out, | |
const DataOutBase::Patch< dim, spacedim > & | patch | |||
) | [inline] |
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 | |||
) | [inline] |
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<<.