ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::PointPainter::Data Struct Reference

#include <point_painter.h>

Public Member Functions

 Data ()
 
 Data (const float x_, const float y_, const float z_, const float r_, const float g_, const float b_, const float a_)
 

Public Attributes

float x
 
float y
 
float z
 
float r
 
float g
 
float b
 
float a
 

Detailed Description

Definition at line 20 of file point_painter.h.

Constructor & Destructor Documentation

◆ Data() [1/2]

colmap::PointPainter::Data::Data ( )
inline

Definition at line 21 of file point_painter.h.

◆ Data() [2/2]

colmap::PointPainter::Data::Data ( const float  x_,
const float  y_,
const float  z_,
const float  r_,
const float  g_,
const float  b_,
const float  a_ 
)
inline

Definition at line 22 of file point_painter.h.

Member Data Documentation

◆ a

float colmap::PointPainter::Data::a

Definition at line 32 of file point_painter.h.

◆ b

float colmap::PointPainter::Data::b

Definition at line 32 of file point_painter.h.

◆ g

float colmap::PointPainter::Data::g

Definition at line 32 of file point_painter.h.

◆ r

float colmap::PointPainter::Data::r

Definition at line 32 of file point_painter.h.

◆ x

float colmap::PointPainter::Data::x

Definition at line 31 of file point_painter.h.

◆ y

float colmap::PointPainter::Data::y

Definition at line 31 of file point_painter.h.

◆ z

float colmap::PointPainter::Data::z

Definition at line 31 of file point_painter.h.


The documentation for this struct was generated from the following file: