------------------------------------------------------------------------------ Get the plane normal to the viewing axis.
| 357 | //------------------------------------------------------------------------------ |
| 358 | // Get the plane normal to the viewing axis. |
| 359 | vtkResliceCursorPolyDataAlgorithm* vtkResliceCursorLineRepresentation::GetCursorAlgorithm() |
| 360 | { |
| 361 | return this->ResliceCursorActor->GetCursorAlgorithm(); |
| 362 | } |
| 363 | |
| 364 | //------------------------------------------------------------------------------ |
| 365 | void vtkResliceCursorLineRepresentation ::RotateAxis(int axis, double angle) |
no outgoing calls