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

Method GetCenterDisplayPosition

Interaction/Widgets/vtkAngleRepresentation2D.cxx:185–196  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

183
184//------------------------------------------------------------------------------
185void vtkAngleRepresentation2D::GetCenterDisplayPosition(double pos[3]) VTK_FUTURE_CONST
186{
187 if (this->CenterRepresentation)
188 {
189 this->CenterRepresentation->GetDisplayPosition(pos);
190 pos[2] = 0.0;
191 }
192 else
193 {
194 pos[0] = pos[1] = pos[2] = 0.0;
195 }
196}
197
198//------------------------------------------------------------------------------
199void vtkAngleRepresentation2D::GetPoint2DisplayPosition(double pos[3]) VTK_FUTURE_CONST

Callers 1

BuildRepresentationMethod · 0.95

Calls 1

GetDisplayPositionMethod · 0.80

Tested by

no test coverage detected