------------------------------------------------------------------------------ Get the value of the debug flag.
| 276 | //------------------------------------------------------------------------------ |
| 277 | // Get the value of the debug flag. |
| 278 | bool vtkObject::GetDebug() |
| 279 | { |
| 280 | return this->Debug; |
| 281 | } |
| 282 | |
| 283 | //------------------------------------------------------------------------------ |
| 284 | // Set the value of the debug flag. A true value turns debugging on. |
no outgoing calls