MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / RawData

Method RawData

engine/Poseidon/Foundation/Containers/Array2D.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 __forceinline Type& operator()(int x, int y) { return Set(x, y); }
32 __forceinline const Type& operator()(int x, int y) const { return Get(x, y); }
33 const void* RawData() const { return _data.Data(); }
34 void* RawData() { return _data.Data(); }
35 int RawSize() const { return _data.Size() * sizeof(Type); }
36};

Callers 6

LoadSubdivCacheMethod · 0.45
SaveSubdivCacheMethod · 0.45
SerializeBinMethod · 0.45
LoadOptimizedMethod · 0.45

Calls 1

DataMethod · 0.45

Tested by

no test coverage detected