3D Forest
Software for analysis of Lidar data from forest environment.
Region Class Reference

#include <Region.hpp>

Public Types

enum class  Shape {
  NONE , BOX , CONE , CYLINDER ,
  SPHERE
}
 

Public Member Functions

 Region ()
 
 ~Region ()
 
void clear ()
 

Public Attributes

Shape shape
 
Box< double > box
 
Cone< double > cone
 
Cylinder< double > cylinder
 
Sphere< double > sphere
 
Box< double > boundary
 

Member Enumeration Documentation

◆ Shape

enum class Region::Shape
strong

Region Shape.

Enumerator
NONE 
BOX 
CONE 
CYLINDER 
SPHERE 

Constructor & Destructor Documentation

◆ Region()

Region::Region ( )
inline

Maximum extent.

◆ ~Region()

Region::~Region ( )
inline

Member Function Documentation

◆ clear()

void Region::clear ( )
inline

Member Data Documentation

◆ boundary

◆ box

◆ cone

Cone<double> Region::cone

◆ cylinder

◆ shape

◆ sphere

Sphere<double> Region::sphere

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