27 #ifndef vtkFreeTypeStringToImage_h 
   28 #define vtkFreeTypeStringToImage_h 
   30 #include "vtkRenderingFreeTypeModule.h"  
   73                            int textDims[2] = NULL);
 
   77                            int textDims[2] = NULL);
 
  103 #endif //vtkFreeTypeStringToImage_h 
Wrapper around std::string to keep symbols short. 
 
uses Qt to render the supplied text to an image. 
 
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
 
base class for classes that render supplied text to an image. 
 
virtual int RenderString(vtkTextProperty *property, const vtkUnicodeString &string, int dpi, vtkImageData *data, int textDims[2]=NULL)=0
Given a text property and a string, this function initializes the vtkImageData *data and renders it i...
 
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. 
 
virtual vtkVector2i GetBounds(vtkTextProperty *property, const vtkUnicodeString &string, int dpi)=0
Given a text property and a string, get the bounding box [xmin, xmax] x [ymin, ymax]. 
 
virtual void SetScaleToPowerOfTwo(bool scale)
Should we produce images at powers of 2, makes rendering on old OpenGL hardware easier. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
 
String class that stores Unicode text. 
 
Internals * Implementation
 
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.