Home
last modified time | relevance | path

Searched refs:tiltangles (Results 1 – 8 of 8) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MRC/src/
H A DitkMRCHeaderObject.cxx270 FloatSwapper::SwapFromSystemToBigEndian(&this->m_Header.tiltangles[0]); in swapHeader()
271 FloatSwapper::SwapFromSystemToBigEndian(&this->m_Header.tiltangles[1]); in swapHeader()
272 FloatSwapper::SwapFromSystemToBigEndian(&this->m_Header.tiltangles[2]); in swapHeader()
273 FloatSwapper::SwapFromSystemToBigEndian(&this->m_Header.tiltangles[3]); in swapHeader()
274 FloatSwapper::SwapFromSystemToBigEndian(&this->m_Header.tiltangles[4]); in swapHeader()
275 FloatSwapper::SwapFromSystemToBigEndian(&this->m_Header.tiltangles[5]); in swapHeader()
332 FloatSwapper::SwapFromSystemToLittleEndian(&this->m_Header.tiltangles[0]); in swapHeader()
376 …os << indent << "tiltangles: (" << this->m_Header.tiltangles[0] << ", " << this->m_Header.tiltangl… in PrintSelf()
377 << this->m_Header.tiltangles[2] in PrintSelf()
378 << ") (" << this->m_Header.tiltangles[3] << ", " << this->m_Header.tiltangles[4] << ", " in PrintSelf()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkMRCReader.cxx85 vtkTypeFloat32 tiltangles[6]; member
114 os << "tilt angles: " << hdr.tiltangles[0] << " " << hdr.tiltangles[1] << " " << hdr.tiltangles[2] in operator <<()
115 << " " << hdr.tiltangles[3] << " " << hdr.tiltangles[4] << " " << hdr.tiltangles[5] in operator <<()
242 vtkByteSwap::Swap4LERange(&this->Internals->header.tiltangles, 9); in RequestInformation()
252 vtkByteSwap::Swap4BERange(&this->Internals->header.tiltangles, 9); in RequestInformation()
/dports/math/vtk8/VTK-8.2.0/IO/Image/
H A DvtkMRCReader.cxx82 vtkTypeFloat32 tiltangles[6]; member
111 os << "tilt angles: " << hdr.tiltangles[0] << " " << hdr.tiltangles[1] << " " in operator <<()
112 << hdr.tiltangles[2] << " " << hdr.tiltangles[3] << " " << hdr.tiltangles[4] in operator <<()
113 << " " << hdr.tiltangles[5] << std::endl; in operator <<()
237 vtkByteSwap::Swap4LERange(&this->Internals->header.tiltangles,9); in RequestInformation()
247 vtkByteSwap::Swap4BERange(&this->Internals->header.tiltangles,9); in RequestInformation()
/dports/games/neverball/neverball-1.6.0/share/
H A Dcmd.c137 put_float(fp, cmd->tiltangles.x); in PUT_FUNC()
138 put_float(fp, cmd->tiltangles.z); in PUT_FUNC()
144 cmd->tiltangles.x = get_float(fp); in GET_FUNC()
145 cmd->tiltangles.z = get_float(fp); in GET_FUNC()
H A Dcmd.h302 struct cmd_tilt_angles tiltangles; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MRC/include/
H A DitkMRCHeaderObject.h160 float tiltangles[6]; // 0,1,2 = original: 3,4,5 = current member
/dports/games/neverball/neverball-1.6.0/ball/
H A Dgame_client.c179 tilt->rx = cmd->tiltangles.x; in game_run_cmd()
180 tilt->rz = cmd->tiltangles.z; in game_run_cmd()
H A Dgame_server.c288 cmd.tiltangles.x = tilt.rx; in game_cmd_tiltangles()
289 cmd.tiltangles.z = tilt.rz; in game_cmd_tiltangles()