25 #ifndef vtkStringToImage_h
26 #define vtkStringToImage_h
28 #include "vtkRenderingCoreModule.h"
74 int textDims[2] = NULL) = 0;
78 int text_dims[2] = NULL) = 0;
85 virtual void SetScaleToPowerOfTwo(
bool scale);
86 vtkGetMacro(ScaleToPowerOfTwo,
bool)
90 ~vtkStringToImage() VTK_OVERRIDE;
93 bool ScaleToPowerOfTwo;
96 vtkStringToImage(const vtkStringToImage &) VTK_DELETE_FUNCTION;
97 void operator=(const vtkStringToImage &) VTK_DELETE_FUNCTION;
100 #endif //vtkStringToImage_h
Wrapper around std::string to keep symbols short.
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.
base class for classes that render supplied text to an image.
a simple class to control print indentation
topologically and geometrically regular array of data
Some derived classes for the different vectors commonly used.
represent text properties.
String class that stores Unicode text.