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

Method DeepCopy

Common/DataModel/vtkPlane.cxx:130–136  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128
129//------------------------------------------------------------------------------
130void vtkPlane::DeepCopy(vtkPlane* plane)
131{
132 this->SetNormal(plane->GetNormal());
133 this->SetOrigin(plane->GetOrigin());
134 this->SetAxisAligned(plane->GetAxisAligned());
135 this->SetOffset(plane->GetOffset());
136}
137
138//------------------------------------------------------------------------------
139double vtkPlane::DistanceToPlane(double x[3])

Callers

nothing calls this directly

Calls 7

SetNormalMethod · 0.95
SetOriginMethod · 0.95
SetAxisAlignedMethod · 0.95
SetOffsetMethod · 0.95
GetNormalMethod · 0.45
GetOriginMethod · 0.45
GetOffsetMethod · 0.45

Tested by

no test coverage detected