#include <GEO_WorkVertexBuffer.h>
Public Member Functions | |
| GEO_WorkVertexBuffer (GEO_Detail *gdp, int initial_size=0, int matrix_size=GB_MAXORDER) | |
| ~GEO_WorkVertexBuffer () | |
| GEO_Vertex * | getVertex (int idx, GEO_Point *pt=0) |
| GEO_Vertex * | appendVertex (GEO_Point *pt=0) |
| GEO_Vertex * | getBasisVertex (int r, int c, GEO_Point *pt=0) |
| int | getMatrixSize () const |
Definition at line 41 of file GEO_WorkVertexBuffer.h.
| GEO_WorkVertexBuffer::GEO_WorkVertexBuffer | ( | GEO_Detail * | gdp, | |
| int | initial_size = 0, |
|||
| int | matrix_size = GB_MAXORDER | |||
| ) |
| GEO_WorkVertexBuffer::~GEO_WorkVertexBuffer | ( | ) |
| GEO_Vertex* GEO_WorkVertexBuffer::appendVertex | ( | GEO_Point * | pt = 0 |
) |
| GEO_Vertex* GEO_WorkVertexBuffer::getBasisVertex | ( | int | r, | |
| int | c, | |||
| GEO_Point * | pt = 0 | |||
| ) | [inline] |
Definition at line 52 of file GEO_WorkVertexBuffer.h.
| int GEO_WorkVertexBuffer::getMatrixSize | ( | ) | const [inline] |
Definition at line 55 of file GEO_WorkVertexBuffer.h.
| GEO_Vertex* GEO_WorkVertexBuffer::getVertex | ( | int | idx, | |
| GEO_Point * | pt = 0 | |||
| ) |
1.5.9