Define OMPL_CLASS_FORWARD
Defined in File ClassForward.h
Define Documentation
-
OMPL_CLASS_FORWARD(C)
Macro that defines a forward declaration for a class, and shared pointers to the class. For example OMPL_CLASS_FORWARD(MyType); will produce type definitions for MyType and MyTypePtr.