dataDX.hh File Reference
#include <forward_list>
#include <fstream>
#include <memory>
#include "space/postProcess.hh"
#include "space/element.hh"
#include "space/formula.hh"
#include "function/basis.hh"
#include "spaceTraits.hh"
Go to the source code of this file.
Classes | |
class | graphics::DataDX< F > |
Draws a picture of data in DX format and stores the result in a file. More... | |
class | graphics::DataDXConnections |
Graphics in OpenDX - connections. More... | |
class | graphics::DataDXCoordinates |
Graphics in OpenDX - coordinates. More... | |
class | graphics::DataDXCounts |
Graphics in OpenDX - point counter. More... | |
class | graphics::DataDXData |
Graphics in OpenDX - data. More... | |
class | concepts::ElementFormula< F, G > |
Interface for a formula defined element by element. More... | |
class | concepts::Formula< F > |
Interface for a formula. More... | |
struct | graphics::spcPosCon< T, traits > |
Determines the traits class belonging to a space by a default template parameter. More... | |
class | concepts::Vector< F > |
A vector. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
graphics | |
Graphics. | |
Functions | |
template<typename T > | |
DataDX< Real > | graphics::drawDataDX (T &spc, const std::string filename, const uint dim=2) |
Trampoline function to create a DataDX. More... | |
template<typename T > | |
bool | graphics::spaceBoundary (const T &spc) |
Trampoline function for the class spcPosCon. More... | |
template<typename T > | |
bool | graphics::spacePosCon (const T &spc) |
Trampoline function for the class spcPosCon. More... | |
Detailed Description
Graphics in OpenDX
Definition in file dataDX.hh.