29 #ifndef vtkPSystemTools_h
30 #define vtkPSystemTools_h
32 #include "vtkParallelCoreModule.h"
49 static void BroadcastString(
std::string&,
int proc);
71 static bool FileExists(
const char* filename,
bool isFile);
72 static bool FileExists(
const std::string& filename,
bool isFile);
73 static bool FileExists(
const char* filename);
74 static bool FileExists(
const std::string& filename);
94 static bool FindProgramPath(
const char* argv0,
97 const char* exeName = 0,
98 const char* buildDir = 0,
99 const char* installPrefix = 0);
104 static std::string GetCurrentWorkingDirectory(
bool collapse =
true);
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...