NGSolve
5.3
|
Base class to generic DynamicTable. More...
#include <table.hpp>
Classes | |
struct | linestruct |
Public Member Functions | |
NGS_DLL_HEADER | BaseDynamicTable (int size) |
NGS_DLL_HEADER | BaseDynamicTable (const Array< int > &entrysizes, int elemsize) |
NGS_DLL_HEADER void | SetSize (int size) |
Changes Size of table to size, deletes data. | |
NGS_DLL_HEADER void | IncSize (int i, int elsize) |
NGS_DLL_HEADER void | DecSize (int i) |
Protected Attributes | |
Array< linestruct > | data |
char * | oneblock |
Base class to generic DynamicTable.