------------------------------------------------------------------------------ Set the value of the debug flag. A true value turns debugging on.
| 283 | //------------------------------------------------------------------------------ |
| 284 | // Set the value of the debug flag. A true value turns debugging on. |
| 285 | void vtkObject::SetDebug(bool debugFlag) |
| 286 | { |
| 287 | this->Debug = debugFlag; |
| 288 | } |
| 289 | |
| 290 | //------------------------------------------------------------------------------ |
| 291 | // This method is called when vtkErrorMacro executes. It allows |
no outgoing calls