MCPcopy Create free account
hub / github.com/Kitware/VTK / SetCallbackFunction

Method SetCallbackFunction

Utilities/DICOMParser/DICOMCallback.h:53–57  ·  view source on GitHub ↗

Method to set the object and member function pointers that will be called in the callback.

Source from the content-addressed store, hash-verified

51 // that will be called in the callback.
52 //
53 void SetCallbackFunction(T* object, TMemberFunctionPointer memberFunction)
54 {
55 ObjectThis = object;
56 MemberFunction = memberFunction;
57 }
58
59 //
60 // Execute method implementation from DICOMCallback.

Callers 3

RegisterCallbacksMethod · 0.80
ReadHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected