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

Method vtkObject

Common/Core/vtkObject.cxx:211–217  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Create an object with Debug turned off and modified time initialized to zero.

Source from the content-addressed store, hash-verified

209// Create an object with Debug turned off and modified time initialized
210// to zero.
211vtkObject::vtkObject()
212{
213 this->Debug = false;
214 this->SubjectHelper = nullptr;
215 this->Modified(); // Ensures modified time > than any other time
216 // initial reference count = 1 and reference counting on.
217}
218
219//------------------------------------------------------------------------------
220vtkObject::~vtkObject()

Callers 1

PythonSmoke.pyFile · 0.80

Calls 1

ModifiedMethod · 0.95

Tested by

no test coverage detected