Define FUSE_VARIABLE_DEFINITIONS_WITH_EIGEN

Define Documentation

FUSE_VARIABLE_DEFINITIONS_WITH_EIGEN(...)

Convenience function that creates the required pointer aliases, clone() method, and type() method for derived Variable classes that have fixed-sized Eigen member objects.

Usage:

class Derived : public Variable
{
public:
  FUSE_VARIABLE_DEFINITIONS_WTIH_EIGEN(Derived)
  // The rest of the derived variable implementation
}