nouveau fichier : include/AttributeProfiles.tpp nouveau fichier : include/Attributes/AreaAttributes.hpp nouveau fichier : include/Attributes/AreaAttributes.tpp nouveau fichier : include/Attributes/WeightAttributes.hpp nouveau fichier : include/Attributes/WeightAttributes.tpp
16 lines
358 B
C++
16 lines
358 B
C++
#ifndef _OTB_TRISKELE_WEIGHT_ATTRIBUTES_TPP
|
|
#define _OTB_TRISKELE_WEIGHT_ATTRIBUTES_TPP
|
|
|
|
template<typename WeightT>
|
|
inline
|
|
WeightAttributes<WeightT>::WeightAttributes (const Tree &tree)
|
|
: CompAttribute<WeightT> (tree) {
|
|
}
|
|
|
|
template<typename WeightT>
|
|
inline
|
|
WeightAttributes<WeightT>::~WeightAttributes () {
|
|
}
|
|
|
|
#endif // _OTB_TRISKELE_WEIGHT_ATTRIBUTES_TPP
|