#include "PreCompiled.h"#include <Inventor/nodes/SoSeparator.h>#include <Inventor/SoDB.h>#include <Inventor/actions/SoWriteAction.h>#include <Inventor/nodes/SoCone.h>#include "ViewProvider.h"#include "ViewProviderPy.h"#include "ViewProviderPy.cpp"#include <Base/Interpreter.h>#include <Base/Matrix.h>#include <Base/MatrixPy.h>#include <Base/Placement.h>#include <Base/PlacementPy.h>Go to the source code of this file.
Functions | |
| static void * | buffer_realloc (void *bufptr, size_t size) |
| static SbString | buffer_writeaction (SoNode *root) |
Variables | |
| static char * | buffer |
| static size_t | buffer_size = 0 |
| static void* buffer_realloc | ( | void * | bufptr, | |
| size_t | size | |||
| ) | [static] |
Definition at line 207 of file ViewProviderPyImp.cpp.
References buffer, and buffer_size.
Referenced by buffer_writeaction().
| static SbString buffer_writeaction | ( | SoNode * | root | ) | [static] |
Definition at line 215 of file ViewProviderPyImp.cpp.
References buffer, buffer_realloc(), buffer_size, and boost::numeric::bindings::umfpack::free().
Referenced by Gui::ViewProviderPy::getIV().
char* buffer [static] |
Definition at line 203 of file ViewProviderPyImp.cpp.
Referenced by buffer_realloc(), buffer_writeaction(), and Gui::ViewProviderPy::toString().
size_t buffer_size = 0 [static] |
Definition at line 204 of file ViewProviderPyImp.cpp.
Referenced by buffer_realloc(), and buffer_writeaction().
1.6.1