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

Method GetNormal

Interaction/Widgets/vtkPlaneWidget.cxx:1639–1642  ·  view source on GitHub ↗

Description: Get the normal to the plane.

Source from the content-addressed store, hash-verified

1637// Description:
1638// Get the normal to the plane.
1639double* vtkPlaneWidget::GetNormal()
1640{
1641 return this->PlaneSource->GetNormal();
1642}
1643
1644void vtkPlaneWidget::GetNormal(double xyz[3])
1645{

Callers 15

GetPlaneMethod · 0.95
ValueFunction · 0.45
GradientFunction · 0.45
TestMultiPlaneFunction · 0.45
SetMethod · 0.45
ResetViewsMethod · 0.45
DeepCopyMethod · 0.45
DistanceToPlaneMethod · 0.45
ProjectPointMethod · 0.45

Calls

no outgoing calls

Tested by 7

TestMultiPlaneFunction · 0.36
ExecuteMethod · 0.36
ExecuteMethod · 0.36
TestClipClosedSurface2Function · 0.36