|
TrioCFD 1.9.8
TrioCFD documentation
|
Donnees statiques communes a toutes les classes Schema_Comm_Vecteur, avec destructeur pour liberer la memoire en fin d'execution. More...
#include <Schema_Comm_Vecteurs.h>
Public Member Functions | |
| Schema_Comm_Vecteurs_Static_Data () | |
| ~Schema_Comm_Vecteurs_Static_Data () | |
| void | init (int size, bool bufferOnDevice) |
Public Attributes | |
| char * | buffer_base_ |
| int | buffer_base_size_ |
| int | buffer_base_device_size_ |
| int | buf_pointers_size_ |
| char ** | buf_pointers_ |
Donnees statiques communes a toutes les classes Schema_Comm_Vecteur, avec destructeur pour liberer la memoire en fin d'execution.
Definition at line 122 of file Schema_Comm_Vecteurs.h.
| Schema_Comm_Vecteurs_Static_Data::Schema_Comm_Vecteurs_Static_Data | ( | ) |
Definition at line 32 of file Schema_Comm_Vecteurs.cpp.
| Schema_Comm_Vecteurs_Static_Data::~Schema_Comm_Vecteurs_Static_Data | ( | ) |
Definition at line 76 of file Schema_Comm_Vecteurs.cpp.
| void Schema_Comm_Vecteurs_Static_Data::init | ( | int | size, |
| bool | bufferOnDevice ) |
Definition at line 41 of file Schema_Comm_Vecteurs.cpp.
| char** Schema_Comm_Vecteurs_Static_Data::buf_pointers_ |
Definition at line 135 of file Schema_Comm_Vecteurs.h.
| int Schema_Comm_Vecteurs_Static_Data::buf_pointers_size_ |
Definition at line 132 of file Schema_Comm_Vecteurs.h.
| char* Schema_Comm_Vecteurs_Static_Data::buffer_base_ |
Definition at line 129 of file Schema_Comm_Vecteurs.h.
| int Schema_Comm_Vecteurs_Static_Data::buffer_base_device_size_ |
Definition at line 131 of file Schema_Comm_Vecteurs.h.
| int Schema_Comm_Vecteurs_Static_Data::buffer_base_size_ |
Definition at line 130 of file Schema_Comm_Vecteurs.h.