11 #ifndef vtkStringList_h 12 #define vtkStringList_h 29 void AddString(
const char* str);
30 void AddUniqueString(
const char* str);
36 void AddFormattedString(
const char* EventString, ...);
41 void RemoveAllItems();
46 void SetString(
int idx,
const char* str);
51 int GetLength() {
return this->GetNumberOfStrings(); }
56 int GetIndex(
const char* str);
61 const char* GetString(
int idx);
66 int GetNumberOfStrings();
74 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.