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

Function New

Wrapping/PythonCore/vtkPythonCommand.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 vtkTypeMacro(vtkPythonCommand, vtkCommand);
18
19 static vtkPythonCommand* New() { return new vtkPythonCommand; }
20
21 void SetObject(PyObject* o);
22 void SetThreadState(PyThreadState* ts);

Callers 15

StillRenderMethod · 0.50
GetWebGLSceneMetaDataMethod · 0.50
DoWorkMethod · 0.50
TestCreateFunction · 0.50
SetMeshMethod · 0.50
SetLineMethod · 0.50
GetLinesFromPolygonMethod · 0.50
SetPointsMethod · 0.50
parseRendererMethod · 0.50

Calls

no outgoing calls

Tested by 1

TestCreateFunction · 0.40