#include <NURBSPatch_fwd.hpp>
Internal structure of NURBSPatch that helps with partial class specialization.
All of its functions have the same signature (apart from accepting a reference to NURBSPatch) as the corresponding functions of NURBSPatch. NURBSPatch 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 (NURBSPatchBase) and a fully specialized class (NURBSPatch) that inherits from it. This approach was chosen to keep Medusa's class hierarchy cleaner.
Definition at line 34 of file NURBSPatch_fwd.hpp.