| 66 | mutable int OutputLocation; |
| 67 | |
| 68 | FieldInfo() |
| 69 | : Type(VTK_VOID) |
| 70 | , NumberOfComponents(0) |
| 71 | , LUT(nullptr) |
| 72 | , Information(nullptr) |
| 73 | , OutputLocation(-1) |
| 74 | { |
| 75 | } |
| 76 | |
| 77 | void PrintSelf(ostream& os, vtkIndent indent) const |
| 78 | { |
no outgoing calls
no test coverage detected