| 82 | vtkSetMacro(ByteOrder, int); |
| 83 | vtkGetMacro(ByteOrder, int); |
| 84 | void SetByteOrderToBigEndian() { this->SetByteOrder(BigEndian); } |
| 85 | void SetByteOrderToLittleEndian() { this->SetByteOrder(LittleEndian); } |
| 86 | ///@} |
| 87 |
nothing calls this directly
no test coverage detected