Is there a method cross reference?
    Tom G. Smith 
    smitty at kcc.com
       
    Thu Oct  7 12:08:29 EDT 1999
    
    
  
I'm learning vtk, and ran into this difficulty while reading some of
the sample code:
	vtkPolyVertex cells
	[cells GetPointIds] SetNumberOfIds $pointcount
Wanting to understand what GetPointIds does, I went to
http://www.kitware.com/vtkhtml/vtkdata/manhtml/, and searched up
through the entire class hierarchy, vtkPolyVertex, vtkPointSet,
vtkDataSet, vtkDataObject, and eventually discovered GetPointIds is
an inherited method of class vtkCell.
My question is, is there a cross-reference or search facility anywhere
that would've taken me directly to the description of GetPointIds,
rather than having to manually hunt for it?
-----------------------------------------------------------------------------
This is the private VTK discussion list.  Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>.  For help, send message body containing
"info vtkusers" to the same address.     Live long and prosper.
-----------------------------------------------------------------------------
    
    
More information about the vtkusers
mailing list