Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Member Functions | Private Attributes
graphics::MeshDAT< F > Class Template Reference

Creates files which are suitable for mesh input using Import2dMesh or Import3dMesh. More...

#include <meshDAT.hh>

Collaboration diagram for graphics::MeshDAT< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MeshDAT (concepts::Mesh &msh, const std::string &filename)
 Constructor.
 MeshDAT (concepts::Space< F > &spc, const std::string &filename)
 Constructor.

Private Member Functions

void createFilenames_ (const std::string &filename)

Private Attributes

std::string boundFilename_
std::string coordFilename_
std::string elmFilename_

Detailed Description

template<typename F>
class graphics::MeshDAT< F >

Creates files which are suitable for mesh input using Import2dMesh or Import3dMesh.

Author:
Philipp Frauenfelder, 2003

Definition at line 33 of file meshDAT.hh.


Constructor & Destructor Documentation

template<typename F >
graphics::MeshDAT< F >::MeshDAT ( concepts::Mesh msh,
const std::string &  filename 
)

Constructor.

template<typename F >
graphics::MeshDAT< F >::MeshDAT ( concepts::Space< F > &  spc,
const std::string &  filename 
)

Constructor.


Member Function Documentation

template<typename F >
void graphics::MeshDAT< F >::createFilenames_ ( const std::string &  filename) [private]

Member Data Documentation

template<typename F >
std::string graphics::MeshDAT< F >::boundFilename_ [private]

Definition at line 40 of file meshDAT.hh.

template<typename F >
std::string graphics::MeshDAT< F >::coordFilename_ [private]

Definition at line 40 of file meshDAT.hh.

template<typename F >
std::string graphics::MeshDAT< F >::elmFilename_ [private]

Definition at line 40 of file meshDAT.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)