Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
ngh::TVertex Class Reference

#include <vertex.h>

Collaboration diagram for ngh::TVertex:
Collaboration graph
[legend]

Public Member Functions

 TVertex (const TPoint &)
 
 ~TVertex ()
 
TPoint GetPoint () const
 

Static Public Member Functions

static int getNumInstances ()
 

Private Member Functions

int generateId ()
 

Private Attributes

int id
 
TPointX
 

Static Private Attributes

static int numberInstance = 0
 

Detailed Description

Definition at line 25 of file vertex.h.

Constructor & Destructor Documentation

ngh::TVertex::TVertex ( const TPoint PP)

Definition at line 29 of file vertex.cpp.

ngh::TVertex::~TVertex ( )

Definition at line 35 of file vertex.cpp.

Member Function Documentation

int ngh::TVertex::generateId ( )
private

Definition at line 25 of file vertex.cpp.

Here is the caller graph for this function:

static int ngh::TVertex::getNumInstances ( )
inlinestatic

Definition at line 40 of file vertex.h.

TPoint ngh::TVertex::GetPoint ( ) const

Definition at line 39 of file vertex.cpp.

Here is the caller graph for this function:

Member Data Documentation

int ngh::TVertex::id
private

Definition at line 28 of file vertex.h.

int ngh::TVertex::numberInstance = 0
staticprivate

Definition at line 27 of file vertex.h.

TPoint* ngh::TVertex::X
private

Definition at line 30 of file vertex.h.


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