Go to the documentation of this file. 23 #ifndef vtkWrappingHints_h 24 #define vtkWrappingHints_h 28 #define VTK_NEWINSTANCE [[vtk::newinstance]] 30 #define VTK_ZEROCOPY [[vtk::zerocopy]] 32 #define VTK_EXPECTS(x) [[vtk::expects(x)]] 34 #define VTK_SIZEHINT(...) [[vtk::sizehint(__VA_ARGS__)]] 36 #define VTK_NEWINSTANCE 38 #define VTK_EXPECTS(x) 39 #define VTK_SIZEHINT(...)