ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ModelViewerWidget.cpp File Reference
#include "ModelViewerWidget.h"
#include "ReconstructionWidget.h"
#include "ui/qt_utils.h"
#include "ui/render_options.h"
#include <ecvCameraSensor.h>
#include <ecvDisplayTools.h>
#include <ecvHObjectCaster.h>
#include <ecvPointCloud.h>
#include "MainWindow.h"
#include "ecvConsole.h"
#include "ecvDBRoot.h"
Include dependency graph for ModelViewerWidget.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 

Macros

#define SELECTION_BUFFER_IMAGE_IDX   0
 
#define SELECTION_BUFFER_POINT_IDX   1
 

Functions

const Eigen::Vector4d kSelectedPointColor (0.0, 1.0, 0.0, 1.0)
 
const Eigen::Vector4d kSelectedImagePlaneColor (1.0, 0.0, 1.0, 0.6)
 
const Eigen::Vector4d kSelectedImageFrameColor (0.8, 0.0, 0.8, 1.0)
 
const Eigen::Vector4d kMovieGrabberImagePlaneColor (0.0, 1.0, 1.0, 0.6)
 
const Eigen::Vector4d kMovieGrabberImageFrameColor (0.0, 0.8, 0.8, 1.0)
 

Macro Definition Documentation

◆ SELECTION_BUFFER_IMAGE_IDX

#define SELECTION_BUFFER_IMAGE_IDX   0

Definition at line 25 of file ModelViewerWidget.cpp.

◆ SELECTION_BUFFER_POINT_IDX

#define SELECTION_BUFFER_POINT_IDX   1

Definition at line 26 of file ModelViewerWidget.cpp.

Function Documentation

◆ kMovieGrabberImageFrameColor()

const Eigen::Vector4d kMovieGrabberImageFrameColor ( 0.  0,
0.  8,
0.  8,
1.  0 
)

◆ kMovieGrabberImagePlaneColor()

const Eigen::Vector4d kMovieGrabberImagePlaneColor ( 0.  0,
1.  0,
1.  0,
0.  6 
)

◆ kSelectedImageFrameColor()

const Eigen::Vector4d kSelectedImageFrameColor ( 0.  8,
0.  0,
0.  8,
1.  0 
)

◆ kSelectedImagePlaneColor()

const Eigen::Vector4d kSelectedImagePlaneColor ( 1.  0,
0.  0,
1.  0,
0.  6 
)

◆ kSelectedPointColor()

const Eigen::Vector4d kSelectedPointColor ( 0.  0,
1.  0,
0.  0,
1.  0 
)