3D Forest
Software for analysis of Lidar data from forest environment.
Cone< T > Class Template Reference

#include <Cone.hpp>

Public Member Functions

 Cone ()
 
 ~Cone ()
 
void set (T x, T y, T z1, T z2, T angle)
 
void clear ()
 
bool empty () const
 
const Box< T > & box () const
 
bool isInside (T x, T y, T z) const
 

Protected Member Functions

void validate ()
 

Protected Attributes

x_
 
y_
 
z_
 
z2_
 
radius_
 
angle_
 
Box< T > box_
 

Constructor & Destructor Documentation

◆ Cone()

template<class T >
Cone< T >::Cone
inline

◆ ~Cone()

template<class T >
Cone< T >::~Cone
inline

Member Function Documentation

◆ box()

template<class T >
const Box< T > & Cone< T >::box ( ) const
inline

◆ clear()

template<class T >
void Cone< T >::clear
inline

◆ empty()

template<class T >
bool Cone< T >::empty ( ) const
inline

Referenced by Page::queryWhereCone().

◆ isInside()

template<class T >
bool Cone< T >::isInside ( x,
y,
z 
) const
inline

◆ set()

template<class T >
void Cone< T >::set ( x,
y,
z1,
z2,
angle 
)
inline

◆ validate()

template<class T >
void Cone< T >::validate
inlineprotected

Member Data Documentation

◆ angle_

template<class T >
T Cone< T >::angle_
protected

◆ box_

template<class T >
Box<T> Cone< T >::box_
protected

Referenced by Cone< T >::box(), and Cone< T >::empty().

◆ radius_

template<class T >
T Cone< T >::radius_
protected

◆ x_

template<class T >
T Cone< T >::x_
protected

◆ y_

template<class T >
T Cone< T >::y_
protected

◆ z2_

template<class T >
T Cone< T >::z2_
protected

◆ z_

template<class T >
T Cone< T >::z_
protected

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