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