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

Method GetDebug

Common/Core/vtkObject.cxx:278–281  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Get the value of the debug flag.

Source from the content-addressed store, hash-verified

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

Callers 15

RequestDataMethod · 0.80
StartElementMethod · 0.80
WriteInternalMethod · 0.80
CreateWritersMethod · 0.80
WriteInternalMethod · 0.80
GetWriterMethod · 0.80
OpenFileMethod · 0.80
RequestDataMethod · 0.80
UpdateMethod · 0.80
CreateAWindowMethod · 0.80
LabelSizesForArrayMethod · 0.80
testVtkObjectMethod · 0.80

Calls

no outgoing calls

Tested by 1

testVtkObjectMethod · 0.64