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

Method SetCenterWorldPosition

Interaction/Widgets/vtkAngleRepresentation2D.cxx:132–141  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130
131//------------------------------------------------------------------------------
132void vtkAngleRepresentation2D::SetCenterWorldPosition(double x[3])
133{
134 if (!this->CenterRepresentation)
135 {
136 vtkErrorMacro("SetCenterWorldPosition: no center representation");
137 return;
138 }
139 this->CenterRepresentation->SetWorldPosition(x);
140 this->BuildRepresentation();
141}
142
143//------------------------------------------------------------------------------
144void vtkAngleRepresentation2D::SetPoint2DisplayPosition(double x[3])

Callers

nothing calls this directly

Calls 2

BuildRepresentationMethod · 0.95
SetWorldPositionMethod · 0.45

Tested by

no test coverage detected