OTB
9.0.0
Orfeo Toolbox
|
#include "itkVariableLengthVector.h"
#include "itkFixedArray.h"
#include "itkIsNumber.h"
#include "itkMetaProgrammingLibrary.h"
Go to the source code of this file.
Classes | |
struct | otb::MLMSampleTraitsImpl< TInput, isNumber > |
struct | otb::MLMTargetTraitsImpl< TInput, isNumber > |
Namespaces | |
otb | |
Typedefs | |
template<typename TInput > | |
using | otb::MLMSampleTraits = MLMSampleTraitsImpl< TInput, typename itk::mpl::IsNumber< TInput >::Type > |
template<typename TInput > | |
using | otb::MLMTargetTraits = MLMTargetTraitsImpl< TInput, typename itk::mpl::IsNumber< TInput >::Type > |