12#ifndef vtkPSurfaceLICInterface_h 
   13#define vtkPSurfaceLICInterface_h 
   15#include "vtkRenderingParallelLICModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
   74  std::string LogFileName;
 
a simple class to control print indentation
 
parallel parts of the vtkSurfaceLICInterface
 
void GetGlobalMinMax(vtkPainterCommunicator *comm, float &min, float &max) override
Get the min/max across all ranks.
 
bool NeedToUpdateCommunicator() override
Ensure that if any rank updates the communicator they all do.
 
~vtkPSurfaceLICInterface() override
 
virtual void StartTimerEvent(const char *name)
Methods used for parallel benchmarks.
 
vtkPSurfaceLICInterface()
 
void WriteTimerLog(VTK_FILEPATH const char *fileName) override
Methods used for parallel benchmarks.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkPSurfaceLICInterface * New()
 
vtkPainterCommunicator * CreateCommunicator(int include) override
Creates a new communicator with/without the calling processes as indicated by the passed in flag,...
 
virtual void EndTimerEvent(const char *name)
Methods used for parallel benchmarks.
 
A communicator that can safely be used inside a painter.
 
public API for surface lic parameters arbitrary geometry.