Attributes
- nodes
Stores the nodes used by the CTF. Note that this is not a proper trait and modifying this will not change the underlying VTK object.
nodes = List
Method summary
- add_hsv_point(self, *args)
- add_rgb_point(self, *args)
- remove_all_points(self)
Methods
- add_hsv_point(self, *args)
V.add_hsv_point(float, float, float, float) -> int V.add_hsv_point(float, float, float, float, float, float) -> int
Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
Wrapper around parent class functionality to store node information.
- add_rgb_point(self, *args)
V.add_rgb_point(float, float, float, float) -> int V.add_rgb_point(float, float, float, float, float, float) -> int
Add/Remove a point to/from the function defined in RGB or HSV Return the index of the point (0 based), or -1 on error.
Wrapper around parent class functionality to store node information.
- remove_all_points(self)
Remove all the points.