![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "qAnimation.h"#include "qAnimationDlg.h"#include <CVTools.h>#include <ecv2DViewportObject.h>#include <ecvDisplayTools.h>#include <ecvMaterialSet.h>#include <ecvMesh.h>#include <ecvPointCloud.h>#include <ecvPolyline.h>#include <QMainWindow>#include <QtGui>
Go to the source code of this file.
Typedefs | |
| typedef std::vector< cc2DViewportObject * > | ViewPortList |
| typedef std::vector< ccMesh * > | MeshList |
Functions | |
| static void | GetSelectedObjects (const ccHObject::Container &selectedEntities, CV_CLASS_ENUM type, ccHObject::Container &targetObj) |
| static ViewPortList | GetSelectedViewPorts (const ccHObject::Container &selectedEntities) |
| static MeshList | GetSelectedMeshes (const ccHObject::Container &selectedEntities) |
Definition at line 29 of file qAnimation.cpp.
| typedef std::vector<cc2DViewportObject *> ViewPortList |
Definition at line 28 of file qAnimation.cpp.
|
static |
Definition at line 66 of file qAnimation.cpp.
References GetSelectedObjects(), and CV_TYPES::MESH.
|
static |
Definition at line 31 of file qAnimation.cpp.
References type.
Referenced by GetSelectedMeshes(), and GetSelectedViewPorts().
|
static |
Definition at line 50 of file qAnimation.cpp.
References GetSelectedObjects(), and CV_TYPES::VIEWPORT_2D_OBJECT.