10 #ifndef vtkSMUtilities_h 11 #define vtkSMUtilities_h 34 static int SaveImage(
vtkImageData* image,
const char* filename,
int quality);
44 static int SaveImage(
vtkImageData*
image,
const char* filename,
const char* writerName);
50 static int SaveImageOnProcessZero(
51 vtkImageData* image,
const char* filename,
const char* writerName);
61 const double center[3],
const double normal[3],
int resolution,
const double startPoint[3]);
65 const double center[3],
const double normal[3],
double radius,
int resolution);
73 const unsigned char* borderColorRGB =
nullptr);
80 const unsigned char* borderColorRGB =
nullptr);
87 static void FillImage(
vtkImageData* image,
const int extent[6],
const unsigned char rgb[3]);
#define VTKREMOTINGVIEWS_EXPORT
static int SaveImage(vtkImageData *image, const char *filename, int quality)
Save the image to a file.
superclass for most server manager classes
static int SaveImage(vtkImageData *image, const char *filename)
collection of utility methods.
static vtkSMObject * New()
void PrintSelf(ostream &os, vtkIndent indent) override