+ do some code cleanup and renaming in Points module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user