Go to the documentation of this file.
35 #define makePointPatchField(pointPatchTypeField) \
37 defineNamedTemplateTypeNameAndDebug(pointPatchTypeField, 0); \
39 int pointPatchTypeField::disallowGenericPointPatchField \
41 debug::debugSwitch("disallowGenericPointPatchField", 0) \
43 defineTemplateRunTimeSelectionTable(pointPatchTypeField, pointPatch); \
44 defineTemplateRunTimeSelectionTable(pointPatchTypeField, patchMapper); \
45 defineTemplateRunTimeSelectionTable(pointPatchTypeField, dictionary);