ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::ReconstructionManager Class Reference

#include <reconstruction_manager.h>

Public Member Functions

 ReconstructionManager ()
 
 ReconstructionManager (ReconstructionManager &&other)
 
ReconstructionManageroperator= (ReconstructionManager &&other)
 
size_t Size () const
 
const ReconstructionGet (const size_t idx) const
 
ReconstructionGet (const size_t idx)
 
size_t Add ()
 
void Delete (const size_t idx)
 
void Clear ()
 
size_t Read (const std::string &path)
 
void Write (const std::string &path, const OptionManager *options) const
 

Detailed Description

Definition at line 16 of file reconstruction_manager.h.

Constructor & Destructor Documentation

◆ ReconstructionManager() [1/2]

colmap::ReconstructionManager::ReconstructionManager ( )

Definition at line 39 of file reconstruction_manager.cc.

◆ ReconstructionManager() [2/2]

colmap::ReconstructionManager::ReconstructionManager ( ReconstructionManager &&  other)

Definition at line 41 of file reconstruction_manager.cc.

Member Function Documentation

◆ Add()

size_t colmap::ReconstructionManager::Add ( )

Definition at line 64 of file reconstruction_manager.cc.

References Size().

Referenced by BOOST_AUTO_TEST_CASE(), and Read().

◆ Clear()

void colmap::ReconstructionManager::Clear ( )

◆ Delete()

void colmap::ReconstructionManager::Delete ( const size_t  idx)

Definition at line 70 of file reconstruction_manager.cc.

Referenced by BOOST_AUTO_TEST_CASE().

◆ Get() [1/2]

Reconstruction & colmap::ReconstructionManager::Get ( const size_t  idx)

Definition at line 60 of file reconstruction_manager.cc.

◆ Get() [2/2]

◆ operator=()

ReconstructionManager & colmap::ReconstructionManager::operator= ( ReconstructionManager &&  other)

Definition at line 46 of file reconstruction_manager.cc.

◆ Read()

size_t colmap::ReconstructionManager::Read ( const std::string &  path)

◆ Size()

◆ Write()

void colmap::ReconstructionManager::Write ( const std::string &  path,
const OptionManager options 
) const

The documentation for this class was generated from the following files: