Which Header Files Do I Include?
From KitwarePublic
The headers that are used in the following examples are listed below. These are fairly straight forward - the name of the class corresponds to the name of the header (this is required by VTK convention).
As an example, if
vtkIntArray* MyArray = vtkIntArray::New();
appears in the code, you must
#include <vtkIntArray.h>
