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

Method PositionHandles

Interaction/Widgets/vtkParallelopipedRepresentation.cxx:1319–1329  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1317
1318//------------------------------------------------------------------------------
1319void vtkParallelopipedRepresentation::PositionHandles()
1320{
1321 for (int i = 0; i < 8; ++i)
1322 {
1323 this->HandleRepresentations[i]->SetWorldPosition(this->Points->GetPoint(i));
1324 }
1325
1326 this->Points->GetData()->Modified();
1327 this->HexFacePolyData->Modified();
1328 this->HexPolyData->Modified();
1329}
1330
1331//------------------------------------------------------------------------------
1332void vtkParallelopipedRepresentation::HandlesOn()

Callers 6

UpdateChairAtNodeMethod · 0.95
TranslateMethod · 0.95
ScaleMethod · 0.95
PlaceWidgetMethod · 0.95
TranslatePointMethod · 0.45

Calls 4

SetWorldPositionMethod · 0.45
GetPointMethod · 0.45
ModifiedMethod · 0.45
GetDataMethod · 0.45

Tested by

no test coverage detected