### Eclipse Workspace Patch 1.0
#P VTK
Index: Common/vtkAssemblyPath.h
===================================================================
RCS file: /cvsroot/VTK/VTK/Common/vtkAssemblyPath.h,v
retrieving revision 1.10
diff -u -r1.10 vtkAssemblyPath.h
--- Common/vtkAssemblyPath.h	17 Feb 2004 18:15:57 -0000	1.10
+++ Common/vtkAssemblyPath.h	3 Aug 2006 19:38:26 -0000
@@ -70,6 +70,11 @@
   // Get the last assembly node in the list. See the comments
   // for GetNextNode() regarding the contents of the returned node.
   vtkAssemblyNode *GetLastNode();
+
+  // Description:
+  // Gets visibility of path. If one of the nodes on the path is invisible,
+  // the subnodes on the path should also be invisible.
+  int GetVisibility();
   
   // Description:
   // Delete the last assembly node in the list. This is like
