| 103 | { \ |
| 104 | /* Type identifier for value of this type. */ \ |
| 105 | static vtkClientServerStream::Types Value() \ |
| 106 | { \ |
| 107 | return vtkClientServerStream::out##_value; \ |
| 108 | } \ |
| 109 | /* Type identifier for array of this type. */ \ |
| 110 | static vtkClientServerStream::Types Array() \ |
| 111 | { \ |
no outgoing calls
no test coverage detected