MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / ~ProcessObject

Method ~ProcessObject

Code/Common/src/sitkProcessObject.cxx:136–140  ·  view source on GitHub ↗

Destructor

Source from the content-addressed store, hash-verified

134// Destructor
135//
136ProcessObject::~ProcessObject()
137{
138 // ensure to remove reference between sitk commands and process object
139 Self::RemoveAllCommands();
140}
141
142std::string
143ProcessObject::ToString() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected