MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / request

Method request

source/MRViewer/MRAsyncTimer.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void AsyncRequest::request( const Time& time, Command command )
89{
90 timer_.setTime( time );
91 storeCommand_( command );
92}
93
94void AsyncRequest::requestIfNotSet( const Time& time, Command command )
95{

Callers 8

requestClosestRedraw_Method · 0.45
fromNumpyArrayFunction · 0.45
fromFVFunction · 0.45
fromUVPointsFunction · 0.45
pointCloudFromNPFunction · 0.45
polyline2FromNPFunction · 0.45
bitSetFromNPFunction · 0.45
simpleVolumeFrom3DarrayFunction · 0.45

Calls 1

setTimeMethod · 0.80

Tested by

no test coverage detected