26 #ifndef vtkPSystemTools_h
27 #define vtkPSystemTools_h
29 #include "vtkParallelCoreModule.h"
46 static void BroadcastString(
std::string&,
int proc);
68 static bool FileExists(
const char* filename,
bool isFile);
69 static bool FileExists(
const std::string& filename,
bool isFile);
70 static bool FileExists(
const char* filename);
71 static bool FileExists(
const std::string& filename);
91 static bool FindProgramPath(
const char* argv0,
94 const char* exeName = 0,
95 const char* buildDir = 0,
96 const char* installPrefix = 0);
101 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...