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

Method Execute

Interaction/Widgets/vtkLineWidget.cxx:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37public:
38 static vtkPWCallback* New() { return new vtkPWCallback; }
39 void Execute(vtkObject* vtkNotUsed(caller), unsigned long, void*) override
40 {
41 double x[3];
42 this->PointWidget->GetPosition(x);
43 this->LineWidget->SetLinePosition(x);
44 }
45 vtkPWCallback()
46 : LineWidget(nullptr)
47 , PointWidget(nullptr)

Callers

nothing calls this directly

Calls 2

SetLinePositionMethod · 0.80
GetPositionMethod · 0.45

Tested by

no test coverage detected