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

Method SetOrigin

Interaction/Widgets/vtkCoordinateFrameRepresentation.cxx:1118–1122  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1116
1117//------------------------------------------------------------------------------
1118void vtkCoordinateFrameRepresentation::SetOrigin(double x, double y, double z)
1119{
1120 double origin[3] = { x, y, z };
1121 this->SetOrigin(origin);
1122}
1123
1124//------------------------------------------------------------------------------
1125void vtkCoordinateFrameRepresentation::SetOrigin(double x[3])

Callers 4

TranslateOriginMethod · 0.95
PlaceWidgetMethod · 0.95
ResetMethod · 0.95
PickOriginMethod · 0.95

Calls 2

BuildRepresentationMethod · 0.95
ModifiedMethod · 0.45

Tested by

no test coverage detected