Object creation: A Grid Inspector to be used as an argument of the GridActor template class. More...
#include <LineSetOperator.hpp>
Object creation: A Grid Inspector to be used as an argument of the GridActor template class.
It checks whether the provided Grid object contains a skeleton of type LineSet::ID(). Use in conjunction with GridActor<CreativeObject, void>, for instance:
struct MyLineSetOperator : LineSetOperator {}; static Ref<GridActor<MyLineSetOperator> > MyMyLineSetOperatorCreator( "Demo/MyLineSetOperator", ObjectQuality::EXPERIMENTAL);