27 |
# Fill the inside of the arrows. |
# Fill the inside of the arrows. |
28 |
self.__vtk_arrow2D.SetFilled(0) |
self.__vtk_arrow2D.SetFilled(0) |
29 |
|
|
30 |
def _getOutput(self): |
def _getArrow2DOutput(self): |
31 |
""" |
""" |
32 |
Return the output of the 2D arrows. |
Return the output of the 2D arrows. |
33 |
|
|
53 |
|
|
54 |
self.__vtk_arrow3D = vtk.vtkArrowSource() |
self.__vtk_arrow3D = vtk.vtkArrowSource() |
55 |
|
|
56 |
def _getOutput(self): |
def _getArrow3DOutput(self): |
57 |
""" |
""" |
58 |
Return the output of the 3D arrows. |
Return the output of the 3D arrows. |
59 |
|
|