Go to the source code of this file.
Namespaces | |
Foam::vtk | |
Namespace for handling VTK input/output. | |
Foam::vtk::legacy | |
Namespace for legacy VTK output constants and functions. | |
Foam | |
Functions | |
autoPtr< vtk::formatter > | newFormatter (std::ostream &os, unsigned prec=IOstream::defaultPrecision()) |
autoPtr< vtk::formatter > | newFormatter (std::ostream &os, const enum formatType fmtType, unsigned prec=IOstream::defaultPrecision()) |
void | writeIdentity (vtk::formatter &fmt, const label len, label start=0) |
void | writeList (vtk::formatter &fmt, const UList< uint8_t > &values) |
template<class Type > | |
void | write (vtk::formatter &fmt, const Type &val, const label n=1) |
template<class Type > | |
void | writeValueParallel (vtk::formatter &fmt, const Type &val, const label count=1) |
template<class Type > | |
void | writeList (vtk::formatter &fmt, const UList< Type > &values) |
template<class Type , unsigned N> | |
void | writeList (vtk::formatter &fmt, const FixedList< Type, N > &values) |
template<class Type > | |
void | writeList (vtk::formatter &fmt, const UList< Type > &values, const labelUList &addressing) |
template<class Type > | |
void | writeList (vtk::formatter &fmt, const UList< Type > &values, const bitSet &selected) |
template<class Type > | |
void | writeLists (vtk::formatter &fmt, const UList< Type > &values1, const UList< Type > &values2, const labelUList &addressing) |
template<class Type > | |
void | writeListParallel (vtk::formatter &fmt, const UList< Type > &values) |
void | writeListParallel (vtk::formatter &fmt, const UList< label > &values, const globalIndex &procOffset) |
template<class Type > | |
void | writeListParallel (vtk::formatter &fmt, const UList< Type > &values, const labelUList &addressing) |
template<class Type > | |
void | writeListParallel (vtk::formatter &fmt, const UList< Type > &values, const bitSet &selected) |
template<class Type > | |
void | writeListsParallel (vtk::formatter &fmt, const UList< Type > &values1, const UList< Type > &values2) |
template<class Type > | |
void | writeListsParallel (vtk::formatter &fmt, const UList< Type > &values1, const UList< Type > &values2, const labelUList &addressing) |
void | fileHeader (std::ostream &os, const std::string &title, bool binary) |
void | fileHeader (vtk::formatter &fmt, const std::string &title, const std::string &contentType) |
void | fileHeader (vtk::formatter &fmt, const std::string &title, vtk::fileTag contentType) |
template<vtk::fileTag ContentType> | |
void | fileHeader (vtk::formatter &fmt, const std::string &title) |
void | beginPoints (std::ostream &os, label nPoints) |
void | beginLines (std::ostream &os, label nLines, label nConnectivity) |
void | beginPolys (std::ostream &os, label nPolys, label nConnectivity) |
void | fieldData (vtk::formatter &fmt, label nFields) |
void | beginFieldData (vtk::formatter &fmt, label nFields) |
void | beginCellData (vtk::formatter &fmt, label nCells, label nFields) |
void | beginPointData (vtk::formatter &fmt, label nPoints, label nFields) |
void | writeTimeValue (vtk::formatter &fmt, scalar timeValue) |
template<direction nComp> | |
void | floatField (vtk::formatter &fmt, const word &name, const label nEntries) |
template<direction nComp> | |
void | doubleField (vtk::formatter &fmt, const word &name, const label nEntries) |
template<direction nComp> | |
void | intField (vtk::formatter &fmt, const word &name, const label nEntries) |
Original source file foamVtkOutput.H
Definition in file foamVtkOutput.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.