14#ifndef vtkPExecutableRunner_h 
   15#define vtkPExecutableRunner_h 
   18#include "vtkParallelCoreModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
   33  vtkGetMacro(ExecutionProcessId, 
int);
 
   34  vtkSetMacro(ExecutionProcessId, 
int);
 
   50  int ExecutionProcessId = 0;
 
Launch a process on the current machine and get its output.
 
a simple class to control print indentation
 
vtkPExecutableRunner provides a way to launch commands processes and control for multi-process use ca...
 
void Execute() override
This function will check the ExecutionProcessId and then execute using Superclass implementation if i...
 
~vtkPExecutableRunner() override=default
 
vtkPExecutableRunner()=default
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkPExecutableRunner * New()