Flow123d
jenkins-Flow123d-windows32-release-multijob-51
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
flow123d
src
mesh
ngh
include
vertex.h
Go to the documentation of this file.
1
#ifndef vertexH
2
#define vertexH
3
4
#include "
point.h
"
5
6
class
TVertex
{
7
private
:
8
static
int
numberInstance
;
9
int
id
;
10
11
TPoint
*
X
;
12
13
int
generateId
();
14
15
public
:
16
TVertex
(
const
TPoint
&);
17
~TVertex
();
18
19
TPoint
GetPoint
()
const
;
20
21
static
int
getNumInstances
() {
22
return
TVertex::numberInstance
;
23
}
24
};
25
26
#endif
27
TVertex::TVertex
TVertex(const TPoint &)
Definition:
vertex.cpp:10
TVertex::numberInstance
static int numberInstance
Definition:
vertex.h:8
TVertex::~TVertex
~TVertex()
Definition:
vertex.cpp:16
TVertex::id
int id
Definition:
vertex.h:9
point.h
TVertex::GetPoint
TPoint GetPoint() const
Definition:
vertex.cpp:20
TVertex::X
TPoint * X
Definition:
vertex.h:11
TPoint
Definition:
point.h:10
TVertex::getNumInstances
static int getNumInstances()
Definition:
vertex.h:21
TVertex::generateId
int generateId()
Definition:
vertex.cpp:6
TVertex
Definition:
vertex.h:6
Generated on Mon Oct 20 2014 14:40:48 for Flow123d by
1.8.7