+ 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

@@ -77,31 +77,7 @@ public:
PropertyPointKernel Points; /**< The point kernel property. */
};
/** Feature for organized points.
*/
class PointsExport Organized : public Feature
{
PROPERTY_HEADER(Points::Organized);
public:
/// Constructor
Organized(void);
virtual ~Organized(void);
App::PropertyInteger Width;
App::PropertyInteger Height;
/** @name methods overide Feature */
//@{
/// returns the type name of the ViewProvider
virtual const char* getViewProviderName(void) const {
return "PointsGui::ViewProviderOrganized";
}
//@}
};
typedef App::FeatureCustomT<Feature> FeatureCustom;
typedef App::FeatureCustomT<Organized> OrganizedCustom;
typedef App::FeaturePythonT<Feature> FeaturePython;
} //namespace Points