21 #ifndef otbLeafParameters_h
22 #define otbLeafParameters_h
25 #include "itkDataObject.h"
27 #include "itkObjectFactory.h"
28 #include "OTBSimulationExport.h"
55 itkSetMacro(Cab,
double);
56 itkGetMacro(Cab,
double);
60 itkSetMacro(Car,
double);
61 itkGetMacro(Car,
double);
65 itkSetMacro(CBrown,
double);
66 itkGetMacro(CBrown,
double);
70 itkSetMacro(Cw,
double);
71 itkGetMacro(Cw,
double);
75 itkSetMacro(Cm,
double);
76 itkGetMacro(Cm,
double);
80 itkSetMacro(N,
double);
81 itkGetMacro(N,
double);
92 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
Data class containing Leaf Parameters.
itk::DataObject Superclass
LeafParameters(const Self &)=delete
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
~LeafParameters() override
void operator=(const Self &)=delete
void PrintSelf(std::ostream &os, itk::Indent indent) const override
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.