MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / push_back

Method push_back

third-party/embreeSrc/common/sys/array.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 /******************** Modifiers **************************/
79
80 __forceinline void push_back(const T& v)
81 {
82 assert(M+1 < max_size());
83 items[M++] = v;
84 }
85
86 __forceinline void pop_back()
87 {

Callers 13

parseCommandLineFunction · 0.45
init_fieldFunction · 0.45
parseCommandLineFunction · 0.45
export_samplesFunction · 0.45
mapThreadIDFunction · 0.45
addPointMethod · 0.45
addPointsMethod · 0.45
ReadChannelInfoFunction · 0.45
ParseEXRHeaderFunction · 0.45
GetLayersFunction · 0.45
ChannelsInLayerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected