MCPcopy Create free account
hub / github.com/ShiqiYu/CPP / Mat

Method Mat

week15/examples/nested-enum1.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 void * data;
15public:
16 Mat(DataType type) : type(type), data(NULL){}
17
18 DataType getType() const { return type; }
19};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected