------------------------------------------------------------------------------
| 1249 | |
| 1250 | //------------------------------------------------------------------------------ |
| 1251 | void vtkDendrogramItem::SetOrientation(int orientation) |
| 1252 | { |
| 1253 | this->SetOrientation(this->Tree, orientation); |
| 1254 | } |
| 1255 | |
| 1256 | //------------------------------------------------------------------------------ |
| 1257 | void vtkDendrogramItem::SetOrientation(vtkTree* tree, int orientation) |
no test coverage detected