22 #ifndef vtkSMCoreUtilities_h 23 #define vtkSMCoreUtilities_h 25 #include "vtkObject.h" 26 #include "vtkPVServerManagerCoreModule.h" 27 #include "vtkStdString.h" 36 void PrintSelf(ostream& os, vtkIndent indent);
43 static const char* GetFileNameProperty(
vtkSMProxy*);
48 static vtkStdString SanitizeName(
const char*);
55 static bool AdjustRangeForLog(
double range[2]);
58 double range[2] = { rmin, rmax };
74 static bool AdjustRange(
double range[2]);
77 double range[2] = { rmin, rmax };
static bool AdjustRange(double range[2])
Given a range, adjusts it so that it is a valid range i.e.
static bool AdjustRangeForLog(double range[2])
Given a range, converts it to be a valid range to switch to log space.
static bool AdjustRangeForLog(double &rmin, double &rmax)
Given a range, converts it to be a valid range to switch to log space.
static bool AdjustRange(double &rmin, double &rmax)
Given a range, adjusts it so that it is a valid range i.e.
proxy for a VTK object(s) on a server