#include <pairshape.h>
Public Member Functions | |
pairshape_vector_list () | |
void | Construction (struct objectInfo *obj, int object_count, int documentId, int style) |
~pairshape_vector_list () | |
void | Append (pairshape_vector_list *addon) |
void | Reset () |
void | read_stream (ifstream &f) |
void | write_stream (ofstream &f) |
Public Attributes | |
pairshape_vector * | m_pVectorList |
int | m_nVectors |
|
Constructor |
|
Destructor |
|
|
|
|
|
read_stream loads instance from file
|
|
|
|
write_stream outputs instance to file
|
|
|
|
|