23 #ifndef vtkStringList_h 24 #define vtkStringList_h 41 void AddString(
const char* str);
42 void AddUniqueString(
const char* str);
48 void AddFormattedString(
const char* EventString, ...);
53 void RemoveAllItems();
58 void SetString(
int idx,
const char* str);
63 int GetLength() {
return this->GetNumberOfStrings(); }
68 int GetIndex(
const char* str);
73 const char* GetString(
int idx);
78 int GetNumberOfStrings();
86 std::unique_ptr<vtkInternals> Internals;
#define VTKPVVTKEXTENSIONSCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
int GetLength()
Get the length of the list.
void operator=(const vtkObjectBase &)
Manages allocation and freeing for a string list.