MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
mvs::ViewSelection Class Reference

#include <view_selection.h>

Collaboration diagram for mvs::ViewSelection:
Collaboration graph
[legend]

Public Types

typedef std::shared_ptr< ViewSelectionPtr
 

Public Member Functions

 ViewSelection ()
 
 ViewSelection (Settings const &settings)
 
IndexSet const & getSelectedIDs () const
 

Protected Attributes

std::vector< bool > available
 
IndexSet selected
 
Settings const & settings
 

Detailed Description

Definition at line 20 of file view_selection.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<ViewSelection> mvs::ViewSelection::Ptr

Definition at line 23 of file view_selection.h.

Constructor & Destructor Documentation

◆ ViewSelection() [1/2]

mvs::ViewSelection::ViewSelection ( )

◆ ViewSelection() [2/2]

mvs::ViewSelection::ViewSelection ( Settings const &  settings)
inline

Definition at line 39 of file view_selection.h.

Member Function Documentation

◆ getSelectedIDs()

IndexSet const & mvs::ViewSelection::getSelectedIDs ( ) const
inline

Definition at line 46 of file view_selection.h.

Member Data Documentation

◆ available

std::vector<bool> mvs::ViewSelection::available
protected

Definition at line 33 of file view_selection.h.

◆ selected

IndexSet mvs::ViewSelection::selected
protected

Definition at line 34 of file view_selection.h.

◆ settings

Settings const& mvs::ViewSelection::settings
protected

Definition at line 32 of file view_selection.h.


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