 |
VTK
9.0.1
|
Go to the documentation of this file. 23 #ifndef vtkWrappingHints_h 24 #define vtkWrappingHints_h 27 #define VTK_WRAP_HINTS_DEFINED 29 #define VTK_WRAPEXCLUDE [[vtk::wrapexclude]] 31 #define VTK_NEWINSTANCE [[vtk::newinstance]] 33 #define VTK_ZEROCOPY [[vtk::zerocopy]] 35 #define VTK_EXPECTS(x) [[vtk::expects(x)]] 37 #define VTK_SIZEHINT(...) [[vtk::sizehint(__VA_ARGS__)]] 40 #ifndef VTK_WRAP_HINTS_DEFINED 41 #define VTK_WRAPEXCLUDE 42 #define VTK_NEWINSTANCE 44 #define VTK_EXPECTS(x) 45 #define VTK_SIZEHINT(...)