ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
model_viewer_widget.cc File Reference
#include "ui/model_viewer_widget.h"
#include "ui/main_window.h"
#include <QtCompat.h>
Include dependency graph for model_viewer_widget.cc:

Go to the source code of this file.

Namespaces

 colmap
 

Macros

#define SELECTION_BUFFER_IMAGE_IDX   0
 
#define SELECTION_BUFFER_POINT_IDX   1
 

Functions

const Eigen::Vector4f kSelectedPointColor (0.0f, 1.0f, 0.0f, 1.0f)
 
const Eigen::Vector4f kSelectedImagePlaneColor (1.0f, 0.0f, 1.0f, 0.6f)
 
const Eigen::Vector4f kSelectedImageFrameColor (0.8f, 0.0f, 0.8f, 1.0f)
 
const Eigen::Vector4f kMovieGrabberImagePlaneColor (0.0f, 1.0f, 1.0f, 0.6f)
 
const Eigen::Vector4f kMovieGrabberImageFrameColor (0.0f, 0.8f, 0.8f, 1.0f)
 
const Eigen::Vector4f kGridColor (0.2f, 0.2f, 0.2f, 0.6f)
 
const Eigen::Vector4f kXAxisColor (0.9f, 0.0f, 0.0f, 0.5f)
 
const Eigen::Vector4f kYAxisColor (0.0f, 0.9f, 0.0f, 0.5f)
 
const Eigen::Vector4f kZAxisColor (0.0f, 0.0f, 0.9f, 0.5f)
 

Macro Definition Documentation

◆ SELECTION_BUFFER_IMAGE_IDX

#define SELECTION_BUFFER_IMAGE_IDX   0

Definition at line 38 of file model_viewer_widget.cc.

◆ SELECTION_BUFFER_POINT_IDX

#define SELECTION_BUFFER_POINT_IDX   1

Definition at line 39 of file model_viewer_widget.cc.

Function Documentation

◆ kGridColor()

const Eigen::Vector4f kGridColor ( 0.  2f,
0.  2f,
0.  2f,
0.  6f 
)

◆ kMovieGrabberImageFrameColor()

const Eigen::Vector4f kMovieGrabberImageFrameColor ( 0.  0f,
0.  8f,
0.  8f,
1.  0f 
)

◆ kMovieGrabberImagePlaneColor()

const Eigen::Vector4f kMovieGrabberImagePlaneColor ( 0.  0f,
1.  0f,
1.  0f,
0.  6f 
)

◆ kSelectedImageFrameColor()

const Eigen::Vector4f kSelectedImageFrameColor ( 0.  8f,
0.  0f,
0.  8f,
1.  0f 
)

◆ kSelectedImagePlaneColor()

const Eigen::Vector4f kSelectedImagePlaneColor ( 1.  0f,
0.  0f,
1.  0f,
0.  6f 
)

◆ kSelectedPointColor()

const Eigen::Vector4f kSelectedPointColor ( 0.  0f,
1.  0f,
0.  0f,
1.  0f 
)

◆ kXAxisColor()

const Eigen::Vector4f kXAxisColor ( 0.  9f,
0.  0f,
0.  0f,
0.  5f 
)

◆ kYAxisColor()

const Eigen::Vector4f kYAxisColor ( 0.  0f,
0.  9f,
0.  0f,
0.  5f 
)

◆ kZAxisColor()

const Eigen::Vector4f kZAxisColor ( 0.  0f,
0.  0f,
0.  9f,
0.  5f 
)