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

Method InternalUpdates

Common/DataModel/vtkPlane.cxx:63–67  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

61
62//------------------------------------------------------------------------------
63void vtkPlane::InternalUpdates()
64{
65 this->ComputeInternalNormal();
66 this->ComputeInternalOrigin();
67}
68
69//------------------------------------------------------------------------------
70void vtkPlane::SetOrigin(double x, double y, double z)

Callers 4

SetOriginMethod · 0.95
SetNormalMethod · 0.95
SetOffsetMethod · 0.95
SetAxisAlignedMethod · 0.95

Calls 2

ComputeInternalNormalMethod · 0.95
ComputeInternalOriginMethod · 0.95

Tested by

no test coverage detected