Define FUSE_CONSTRAINT_DEFINITIONS
Defined in File constraint.hpp
Define Documentation
-
FUSE_CONSTRAINT_DEFINITIONS(...)
Convenience function that creates the required pointer aliases, clone() method, and type() method.
Usage:
class Derived : public Constraint { public: FUSE_CONSTRAINT_DEFINITIONS(Derived) // The rest of the derived constraint implementation }