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

Method resize

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

Source from the content-addressed store, hash-verified

71 __forceinline size_t max_size () const { return N; }
72
73 void resize(size_t new_size) {
74 assert(new_size < max_size());
75 M = new_size;
76 }
77
78 /******************** Modifiers **************************/
79

Callers 15

resizeFunction · 0.45
load_valueMethod · 0.45
init_vindMethod · 0.45
addPointsMethod · 0.45
ReadAttributeFunction · 0.45
WriteChannelInfoFunction · 0.45
CompressZfpFunction · 0.45
ComputeChannelLayoutFunction · 0.45
ParseEXRHeaderFunction · 0.45
PrecalculateTileInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected