triskele/include/Attributes/WeightAttributes.tpp
Git Merciol 9a76443603 nouveau fichier : include/AttributeProfiles.hpp
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
2018-02-18 18:50:53 +01:00

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