#include <vtkStringList.h>
Public Member Functions | |
| vtkTypeRevisionMacro (vtkStringList, vtkObject) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | RemoveAllItems () |
| void | SetString (int idx, const char *str) |
| int | GetLength () |
| int | GetIndex (const char *str) |
| const char * | GetString (int idx) |
| virtual int | GetNumberOfStrings () |
| void | AddString (const char *str) |
| void | AddUniqueString (const char *str) |
| void | AddFormattedString (const char *EventString,...) |
Static Public Member Functions | |
| vtkStringList * | New () |
Protected Member Functions | |
| vtkStringList () | |
| ~vtkStringList () | |
| void | Reallocate (int num) |
| void | DeleteStrings () |
| vtkStringList (const vtkStringList &) | |
| void | operator= (const vtkStringList &) |
Protected Attributes | |
| int | NumberOfStrings |
| int | StringArrayLength |
| char ** | Strings |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Add a simple string. |
|
|
Add a simple string. |
|
||||||||||||
|
Add a command and format it any way you like. |
|
|
Initialize to empty. |
|
||||||||||||
|
Random access. |
|
|
Get the length of the list. Definition at line 55 of file vtkStringList.h. |
|
|
Get the index of a string. |
|
|
Get a command from its index. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 69 of file vtkStringList.h. |
|
|
Definition at line 70 of file vtkStringList.h. |
|
|
Definition at line 71 of file vtkStringList.h. |
1.3.5