ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::mvs::Model::Point Struct Reference

#include <model.h>

Public Attributes

float x = 0
 
float y = 0
 
float z = 0
 
std::vector< int > track
 

Detailed Description

Definition at line 27 of file model.h.

Member Data Documentation

◆ track

std::vector<int> colmap::mvs::Model::Point::track

Definition at line 31 of file model.h.

Referenced by colmap::mvs::Model::ReadFromCOLMAP().

◆ x

float colmap::mvs::Model::Point::x = 0

Definition at line 28 of file model.h.

Referenced by colmap::mvs::Model::ReadFromCOLMAP().

◆ y

float colmap::mvs::Model::Point::y = 0

Definition at line 29 of file model.h.

Referenced by colmap::mvs::Model::ReadFromCOLMAP().

◆ z

float colmap::mvs::Model::Point::z = 0

Definition at line 30 of file model.h.

Referenced by colmap::mvs::Model::ReadFromCOLMAP().


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