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

Method GetPoint1DisplayPosition

Interaction/Widgets/vtkAngleRepresentation2D.cxx:171–182  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

169
170//------------------------------------------------------------------------------
171void vtkAngleRepresentation2D::GetPoint1DisplayPosition(double pos[3]) VTK_FUTURE_CONST
172{
173 if (this->Point1Representation)
174 {
175 this->Point1Representation->GetDisplayPosition(pos);
176 pos[2] = 0.0;
177 }
178 else
179 {
180 pos[0] = pos[1] = pos[2] = 0.0;
181 }
182}
183
184//------------------------------------------------------------------------------
185void vtkAngleRepresentation2D::GetCenterDisplayPosition(double pos[3]) VTK_FUTURE_CONST

Callers 1

BuildRepresentationMethod · 0.95

Calls 1

GetDisplayPositionMethod · 0.80

Tested by

no test coverage detected