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

#include <ComputeTreeAttributesData.hpp>

Public Attributes

size_t treeId {0}
 
std::vector< double > dbhPoints
 
std::vector< double > xCoordinates
 
std::vector< double > yCoordinates
 
double zCoordinateMin {Numeric::max<double>()}
 
double elevationMax {Numeric::min<double>()}
 
TreeAttributes treeAttributes
 

Member Data Documentation

◆ dbhPoints

std::vector<double> ComputeTreeAttributesData::dbhPoints

Collected point coordinates in DBH elevation range.

Referenced by ComputeTreeAttributesAction::calculateDbh(), and ComputeTreeAttributesAction::stepPointsToTrees().

◆ elevationMax

double ComputeTreeAttributesData::elevationMax {Numeric::min<double>()}

◆ treeAttributes

◆ treeId

size_t ComputeTreeAttributesData::treeId {0}

Tree ID.

◆ xCoordinates

std::vector<double> ComputeTreeAttributesData::xCoordinates

Collected point X coordinates in tree base range.

Referenced by ComputeTreeAttributesAction::calculateTreePosition(), and ComputeTreeAttributesAction::stepPointsToTrees().

◆ yCoordinates

std::vector<double> ComputeTreeAttributesData::yCoordinates

Collected point Y coordinates in tree base range.

Referenced by ComputeTreeAttributesAction::calculateTreePosition(), and ComputeTreeAttributesAction::stepPointsToTrees().

◆ zCoordinateMin

double ComputeTreeAttributesData::zCoordinateMin {Numeric::max<double>()}

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