#include <spolecnaData.h>
Public Member Functions | |
| SpolecnaData (const long nn, const long ne, const long *nadjelel, const long **adjelel, const long *nnod, const long **nodes, const double **xyz) | |
| ~SpolecnaData () | |
Static Public Member Functions | |
| static short * | poleShort (const long pocetSloupcu, const short hodnota=0) |
Public Attributes | |
| const long ** | adjelel |
| const long * | nadjelel |
| const long | ne |
| const long | nn |
| const long * | nnod |
| const long ** | nodes |
| const double ** | xyz |
Definition at line 7 of file spolecnaData.h.
| SpolecnaData | ( | const long | nn, | |
| const long | ne, | |||
| const long * | nadjelel, | |||
| const long ** | adjelel, | |||
| const long * | nnod, | |||
| const long ** | nodes, | |||
| const double ** | xyz | |||
| ) | [inline] |
Definition at line 27 of file spolecnaData.h.
| ~SpolecnaData | ( | ) | [inline] |
Definition at line 51 of file spolecnaData.h.
| static short* poleShort | ( | const long | pocetSloupcu, | |
| const short | hodnota = 0 | |||
| ) | [inline, static] |
Definition at line 41 of file spolecnaData.h.
Referenced by Oblasti::Oblasti(), and Oblasti::vyhledejOblasti().
| const long** adjelel |
Definition at line 18 of file spolecnaData.h.
Referenced by Oblasti::vyhledejOblasti().
| const long* nadjelel |
Definition at line 16 of file spolecnaData.h.
Referenced by Oblasti::vyhledejOblasti().
| const long ne |
Definition at line 14 of file spolecnaData.h.
Referenced by Oblasti::najdiFreshStart(), Oblasti::Oblasti(), Oblasti::vyhledejOblasti(), and Oblasti::~Oblasti().
| const long nn |
Definition at line 12 of file spolecnaData.h.
| const long* nnod |
Definition at line 20 of file spolecnaData.h.
Referenced by Oblasti::Oblasti(), Oblast::PlochyPrvkuSerazene(), and Oblast::vlozPrvek().
| const long** nodes |
Definition at line 22 of file spolecnaData.h.
Referenced by Oblast::PlochyPrvkuSerazene().
| const double** xyz |
Definition at line 24 of file spolecnaData.h.
Referenced by Oblasti::normalovyVektor(), and Oblast::vlozPrvek().
1.6.2