![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "PdmsTools.h"#include <QSet>#include <assert.h>#include <stdlib.h>#include <string.h>#include <iostream>#include <CVMath.h>
Go to the source code of this file.
Macros | |
| #define | memalert(e, s) |
| #define | memfail(e, s) |
| #define | PDMS_SQR(a) (a * a) |
Typedefs | |
| typedef QSet< PdmsObjects::GenericItem * > | ElementsStack |
Variables | |
| static GroupElement | defaultWorld (PDMS_WORLD) |
| static ElementsStack | s_elementsStack |
| #define memalert | ( | e, | |
| s | |||
| ) |
Definition at line 28 of file PdmsTools.cpp.
| #define memfail | ( | e, | |
| s | |||
| ) |
Definition at line 31 of file PdmsTools.cpp.
| #define PDMS_SQR | ( | a | ) | (a * a) |
Definition at line 36 of file PdmsTools.cpp.
| typedef QSet<PdmsObjects::GenericItem *> ElementsStack |
Definition at line 45 of file PdmsTools.cpp.
|
static |
Referenced by PdmsTools::PdmsCommands::Reference::execute().
|
static |
Definition at line 46 of file PdmsTools.cpp.
Referenced by PdmsTools::PdmsObjects::Stack::Clear(), PdmsTools::PdmsObjects::Stack::Destroy(), PdmsTools::PdmsCommands::Reference::execute(), PdmsTools::PdmsCommands::ElementCreation::execute(), and PdmsTools::PdmsObjects::Stack::Init().