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

Method GetOrigin

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

Source from the content-addressed store, hash-verified

494 {
495 }
496 void GetOrigin(double origin[3]) { std::copy_n(this->Origin, 3, origin); }
497
498 // Initialize thread average
499 void Initialize() { this->Sum.Local().fill(0); }

Callers 8

DeepCopyMethod · 0.45
DistanceToPlaneMethod · 0.45
ProjectPointMethod · 0.45
ProjectVectorMethod · 0.45
IntersectWithLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected