Hermes2D
3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mesh_reader_h1d_xml.h
1
// This file is part of Hermes2D
2
//
3
// Hermes2D is free software; you can redistribute it and/or modify
4
// it under the terms of the GNU General Public License as published by
5
// the Free Software Foundation; either version 2 of the License, or
6
// (at your option) any later version.
7
//
8
// Hermes2D is distributed in the hope that it will be useful,
9
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
// GNU General Public License for more details.
12
//
13
// You should have received a copy of the GNU General Public License
14
// along with Hermes2D; if not, see <http://www.gnu.prg/licenses/>.
15
16
#ifndef _MESH_READER_H1D_XML_H_
17
#define _MESH_READER_H1D_XML_H_
18
19
#include "mesh_reader.h"
20
21
// This is here mainly because XSD uses its own error, therefore it has to be undefined here.
22
#ifdef error
23
#undef error
24
#endif
25
26
#include "
mesh_h1d_xml.h
"
27
28
namespace
Hermes
29
{
30
namespace
Hermes2D
31
{
35
class
HERMES_API
MeshReaderH1DXML
:
public
MeshReader
,
public
Hermes::Hermes2D::Mixins::XMLParsing
36
{
37
public
:
38
MeshReaderH1DXML
();
39
virtual
~
MeshReaderH1DXML
();
40
42
virtual
void
load(
const
char
*filename, MeshSharedPtr mesh);
43
45
void
save(
const
char
*filename, MeshSharedPtr mesh);
46
};
47
}
48
}
49
#endif
Hermes
Definition:
adapt.h:24
mesh_h1d_xml.h
Generated from mesh_h1d_xml.xsd.
Hermes::Hermes2D::MeshReader
Definition:
mesh_reader.h:32
Hermes::Hermes2D::Mixins::XMLParsing
Definition:
mixins2d.h:22
Hermes::Hermes2D::MeshReaderH1DXML
Definition:
mesh_reader_h1d_xml.h:35
include
mesh
mesh_reader_h1d_xml.h
Generated on Fri Sep 19 2014 09:53:56 for Hermes2D by
1.8.8