Define OMPL_CLASS_FORWARD

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.