licornea_tools
Public Member Functions | List of all members
tlz::dataset_view Class Reference

#include <dataset.h>

Public Member Functions

 dataset_view (const dataset &, int x, int y, const std::string &grp="")
 
const datasetset () const
 
int x () const
 
int y () const
 
const jsonlocal_parameters () const
 
std::string local_filename (const std::string &name, const std::string &def="") const
 
std::string camera_name () const
 
std::string image_filename () const
 
std::string depth_filename () const
 
std::string mask_filename () const
 
std::string group () const
 
dataset_view group_view (const std::string &name) const
 

Detailed Description

Definition at line 16 of file dataset.h.

Constructor & Destructor Documentation

tlz::dataset_view::dataset_view ( const dataset datas,
int  x,
int  y,
const std::string &  grp = "" 
)

Definition at line 45 of file dataset.cc.

Member Function Documentation

std::string tlz::dataset_view::camera_name ( ) const

Definition at line 60 of file dataset.cc.

Here is the call graph for this function:

std::string tlz::dataset_view::depth_filename ( ) const

Definition at line 68 of file dataset.cc.

Here is the call graph for this function:

std::string tlz::dataset_view::group ( ) const

Definition at line 76 of file dataset.cc.

dataset_view tlz::dataset_view::group_view ( const std::string &  name) const

Definition at line 80 of file dataset.cc.

Here is the call graph for this function:

std::string tlz::dataset_view::image_filename ( ) const

Definition at line 64 of file dataset.cc.

Here is the call graph for this function:

std::string tlz::dataset_view::local_filename ( const std::string &  name,
const std::string &  def = "" 
) const

Definition at line 54 of file dataset.cc.

Here is the call graph for this function:

const json & tlz::dataset_view::local_parameters ( ) const

Definition at line 49 of file dataset.cc.

Here is the call graph for this function:

std::string tlz::dataset_view::mask_filename ( ) const

Definition at line 72 of file dataset.cc.

Here is the call graph for this function:

const dataset& tlz::dataset_view::set ( ) const
inline

Definition at line 31 of file dataset.h.

int tlz::dataset_view::x ( ) const
inline

Definition at line 33 of file dataset.h.

int tlz::dataset_view::y ( ) const
inline

Definition at line 34 of file dataset.h.

Here is the call graph for this function:


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