MCPcopy Create free account
hub / github.com/boostorg/compute / Atom

Method Atom

test/test_struct.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31struct Atom
32{
33 Atom(float _x, float _y, float _z, int _number)
34 : x(_x), y(_y), z(_z), number(_number)
35 {
36 }
37
38 float x;
39 float y;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected