| 104 | vtkSetMacro(Direction, int); |
| 105 | void SetDirectionToBackToFront() { this->SetDirection(BACK_TO_FRONT); } |
| 106 | void SetDirectionToFrontToBack() { this->SetDirection(FRONT_TO_BACK); } |
| 107 | ///@} |
| 108 | |
| 109 | enum |
nothing calls this directly
no test coverage detected