MCPcopy Create free account
hub / github.com/SuperElastix/elastix / DefaultConstruct

Method DefaultConstruct

Common/elxDefaultConstruct.h:41–41  ·  view source on GitHub ↗

Public default-constructor. Just calls the (typically protected) default-constructor of `TObject`.

Source from the content-addressed store, hash-verified

39
40 /// Public default-constructor. Just calls the (typically protected) default-constructor of `TObject`.
41 DefaultConstruct() = default;
42
43 /// Public destructor. Just calls the (typically protected) destructor of `TObject`.
44 ~DefaultConstruct() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected