eos  0.7.1
Public Member Functions | Public Attributes | Friends | List of all members
eos::fitting::Frustum Struct Reference

A class representing a camera viewing frustum. At the moment used as orthographic camera only. More...

#include <nonlinear_camera_estimation.hpp>

Public Member Functions

template<class Archive >
void serialize (Archive &archive)
 

Public Attributes

float l
 
float r
 
float b
 
float t
 
boost::optional< float > n
 
boost::optional< float > f
 

Friends

class cereal::access
 

Detailed Description

A class representing a camera viewing frustum. At the moment used as orthographic camera only.

Member Function Documentation

template<class Archive >
void eos::fitting::Frustum::serialize ( Archive &  archive)
inline

Serialises this class using cereal.

Parameters
[in]archiveThe archive to serialise to (or to serialise from).

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