+ add custom points feature

This commit is contained in:
wmayer
2015-12-31 15:40:19 +01:00
parent 133c884797
commit 66087fcfd6
3 changed files with 14 additions and 0 deletions

View File

@@ -91,6 +91,17 @@ void Feature::onChanged(const App::Property* prop)
// ---------------------------------------------------------
namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(Points::FeatureCustom, Points::Feature)
/// @endcond
// explicit template instantiation
template class PointsExport FeatureCustomT<Points::Feature>;
}
// ---------------------------------------------------------
namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(Points::FeaturePython, Points::Feature)