MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetByte

Method SetByte

source/visualization/RayTracer/src/G4RTOutBitStream.cc:130–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void
131G4OutBitStream::SetByte(u_char dat)
132{
133 if( mWriteFlag ){
134 FullBit();
135 *mBuf = dat;
136 IncBuf();
137 return;
138 }
139 throw( G4BufferError( "SetByte" ) );
140}
141
142void
143G4OutBitStream::SetWord(u_int dat)

Callers 2

WriteHeaderMethod · 0.80
WriteEOIMethod · 0.80

Calls 1

G4BufferErrorClass · 0.85

Tested by

no test coverage detected