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

Method SetDebug

Common/Core/vtkObject.cxx:285–288  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Set the value of the debug flag. A true value turns debugging on.

Source from the content-addressed store, hash-verified

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

Callers 15

RequestDataMethod · 0.45
WriteInternalMethod · 0.45
CreateWritersMethod · 0.45
WritePieceMethod · 0.45
WriteInternalMethod · 0.45
WritePieceMethod · 0.45
WritePieceMethod · 0.45
GetWriterMethod · 0.45
OpenFileMethod · 0.45
WriteDataMethod · 0.45
WriteDataMethod · 0.45

Calls

no outgoing calls