17 #ifndef vtkPSystemTools_h
18 #define vtkPSystemTools_h
21 #include "vtkParallelCoreModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
38 static void BroadcastString(
std::string&,
int proc);
60 static bool FileExists(
VTK_FILEPATH const char* filename,
bool isFile);
62 static bool FileExists(
VTK_FILEPATH const char* filename);
84 const char* exeName =
nullptr,
const char* buildDir =
nullptr,
85 const char* installPrefix =
nullptr);
108 VTK_ABI_NAMESPACE_END
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...