| 93 | virtual void SetHeaderType(int); |
| 94 | vtkGetMacro(HeaderType, int); |
| 95 | void SetHeaderTypeToUInt32() { this->SetHeaderType(UInt32); } |
| 96 | void SetHeaderTypeToUInt64() { this->SetHeaderType(UInt64); } |
| 97 | ///@} |
| 98 |
nothing calls this directly
no test coverage detected