+ do some code cleanup and renaming in Points module

This commit is contained in:
wmayer
2016-02-21 16:18:28 +01:00
parent 24e4e08be5
commit a3209e1aee
13 changed files with 76 additions and 104 deletions

View File

@@ -96,20 +96,6 @@ void Feature::onChanged(const App::Property* prop)
// ---------------------------------------------------------
PROPERTY_SOURCE(Points::Organized, Points::Feature)
Organized::Organized()
{
ADD_PROPERTY_TYPE(Width,(1),"Organized points",App::Prop_ReadOnly,"Width of the frame");
ADD_PROPERTY_TYPE(Height,(1),"Organized points",App::Prop_ReadOnly,"Height of the frame");
}
Organized::~Organized()
{
}
// ---------------------------------------------------------
namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(Points::FeatureCustom, Points::Feature)
@@ -119,15 +105,6 @@ PROPERTY_SOURCE_TEMPLATE(Points::FeatureCustom, Points::Feature)
template class PointsExport FeatureCustomT<Points::Feature>;
}
namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(Points::OrganizedCustom, Points::Organized)
/// @endcond
// explicit template instantiation
template class PointsExport FeatureCustomT<Points::Organized>;
}
// ---------------------------------------------------------
namespace App {