@{ * Proxy-object returned by InsertArray and used to insert * array data into the stream. */
| 237 | * array data into the stream. |
| 238 | */ |
| 239 | struct Array |
| 240 | { |
| 241 | Types Type; |
| 242 | vtkTypeUInt32 Length; |
| 243 | vtkTypeUInt32 Size; |
| 244 | const void* Data; |
| 245 | }; |
| 246 | ///@} |
| 247 | |
| 248 | ///@{ |
no outgoing calls
no test coverage detected