Destructor
| 134 | // Destructor |
| 135 | // |
| 136 | ProcessObject::~ProcessObject() |
| 137 | { |
| 138 | // ensure to remove reference between sitk commands and process object |
| 139 | Self::RemoveAllCommands(); |
| 140 | } |
| 141 | |
| 142 | std::string |
| 143 | ProcessObject::ToString() const |
nothing calls this directly
no outgoing calls
no test coverage detected