vtkStringTree - A tree with string elements
Super Class: vtkTree
Description:
This is to demonstrate the function of vtkTree with arbitrary pointers.
Methods:
void vtkStringTree () | |
void vtkStringTree () | |
const char *GetClassName () | |
static vtkStringTree *New () | |
void DeleteItem (void *) | |
void PrintItem (unknown & ,vtkIndent ,void *) | |
char *GetItemAsString () | |
void SetItem (char *) | |
char *GetItemAsString (int ) | |
int AddNewNode (char *) | |
int AddNewLeaf (char *) |
Detailed Method Descriptions: