Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetByteOrderToLittleEndian
Method
SetByteOrderToLittleEndian
IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:3600–3603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3598
}
3599
3600
void vtkMultiBlockPLOT3DReader::SetByteOrderToLittleEndian()
3601
{
3602
this->ByteOrder = FILE_LITTLE_ENDIAN;
3603
}
3604
3605
const char* vtkMultiBlockPLOT3DReader::GetByteOrderAsString()
3606
{
Callers
1
SetByteOrder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected