21 #ifndef __vtkKWSeparator_h
22 #define __vtkKWSeparator_h
31 void PrintSelf(ostream& os, vtkIndent indent);
38 OrientationHorizontal = 0,
39 OrientationVertical = 1
42 virtual void SetOrientation(
int);
43 vtkGetMacro(Orientation,
int);
44 virtual void SetOrientationToHorizontal()
46 virtual void SetOrientationToVertical()
53 virtual void SetThickness(
int);
54 vtkGetMacro(Thickness,
int);
69 virtual void UpdateAspect();