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

Method New

Common/Core/vtkEventData.h:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93public:
94 vtkTypeMacro(vtkEventDataForDevice, vtkEventData);
95 static vtkEventDataForDevice* New()
96 {
97 vtkEventDataForDevice* ret = new vtkEventDataForDevice;
98 ret->InitializeObjectBase();
99 return ret;
100 }
101
102 vtkEventDataDevice GetDevice() const { return this->Device; }
103 vtkEventDataDeviceInput GetInput() const { return this->Input; }

Callers

nothing calls this directly

Calls 1

InitializeObjectBaseMethod · 0.80

Tested by

no test coverage detected