#include <NURBSShape_fwd.hpp>
Internal structure of NURBSShape that helps with partial class specialization.
All of its functions have the same signature (apart from accepting a reference to NURBSShape) as the corresponding functions of NURBSShape. NURBSShape holds an instance of this class and calls its functions when specialized functions are requested.
Note: partial class specialization can also be done by having a base class with functions, that are not specialized (NURBSShapeBase) and a fully specialized class (NURBSShape) that inherits from it. This approach was chosen to keep Medusa's class hierarchy cleaner.
Definition at line 35 of file NURBSShape_fwd.hpp.