vtkStringArray

Section: Visualization Toolkit Common Classes

Usage

Points and cells may sometimes have associated data that are stored as strings, e.g. many information visualization projects. This class provides a reasonably clean way to store and access those.

To create an instance of class vtkStringArray, simply invoke its constructor as follows

  obj = vtkStringArray

Methods

The class vtkStringArray has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkStringArray class.