Flow123d  last_with_con_2.0.0-4-g42e6930
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
TVertex Class Reference

#include <vertex.h>

Collaboration diagram for 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 23 of file vertex.h.

Constructor & Destructor Documentation

TVertex::TVertex ( const TPoint PP)

Definition at line 27 of file vertex.cpp.

TVertex::~TVertex ( )

Definition at line 33 of file vertex.cpp.

Member Function Documentation

int TVertex::generateId ( )
private

Definition at line 23 of file vertex.cpp.

Here is the caller graph for this function:

static int TVertex::getNumInstances ( )
inlinestatic

Definition at line 38 of file vertex.h.

TPoint TVertex::GetPoint ( ) const

Definition at line 37 of file vertex.cpp.

Here is the caller graph for this function:

Member Data Documentation

int TVertex::id
private

Definition at line 26 of file vertex.h.

int TVertex::numberInstance = 0
staticprivate

Definition at line 25 of file vertex.h.

TPoint* TVertex::X
private

Definition at line 28 of file vertex.h.


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