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

Method New

Common/Core/vtkObject.cxx:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199// ------------------------------------vtkObject----------------------
200
201vtkObject* vtkObject::New()
202{
203 vtkObject* ret = new vtkObject;
204 ret->InitializeObjectBase();
205 return ret;
206}
207
208//------------------------------------------------------------------------------
209// Create an object with Debug turned off and modified time initialized

Callers

nothing calls this directly

Calls 1

InitializeObjectBaseMethod · 0.80

Tested by

no test coverage detected