46 #ifndef vtkQtTreeRingLabelMapper_h
47 #define vtkQtTreeRingLabelMapper_h
49 #include "vtkRenderingQtModule.h"
82 virtual vtkTree *GetInputTree();
85 virtual void SetSectorsArrayName(
const char*
name);
94 { this->Superclass::SetLabelTextProperty(p, type); }
96 {
return this->Superclass::GetLabelTextProperty(type); }
101 vtkSetStringMacro(TextRotationArrayName);
102 vtkGetStringMacro(TextRotationArrayName);
111 if (this->Renderer != ren)
113 this->Renderer = ren;
124 int activeComp,
int numComps,
vtkViewport* viewport);
128 int activeComp,
int numComps,
133 bool PointInWindow(
double *sinfo,
double *newDim,
double *textPosDC,
vtkViewport *viewport);
Create image data from a QImage.
virtual void SetLabelTextProperty(vtkTextProperty *p, int type)
draw text labels on a tree map
Subclass of vtkAbstractArray that holds vtkUnicodeStrings.
static vtkLabeledDataMapper * New()
abstract specification for Viewports
virtual unsigned long GetMTime()
a actor that draws 2D data
vtkPlaneSource * PlaneSource
a vtkAbstractArray subclass for strings
abstract specification for renderers
vtkTextProperty * LabelTextProperty
dynamic, self-adjusting array of double
draw text labels at dataset points
void RenderOverlay(vtkViewport *viewport, vtkActor2D *actor)
a simple class to control print indentation
void SetRenderer(vtkRenderer *ren)
virtual vtkTextProperty * GetLabelTextProperty(int type)
abstract superclass for arrays of numeric data
handles properties associated with a texture map
vtkQImageToImageSource * QtImageSource
represent text properties.
create an array of quadrilaterals located in a plane
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems ...
char * TextRotationArrayName
vtkTextureMapToPlane * TextureMapToPlane
vtkTexture * LabelTexture
void PrintSelf(ostream &os, vtkIndent indent)
vtkViewport * CurrentViewPort
vtkPolyDataMapper2D * polyDataMapper
A rooted tree data structure.
void RenderOpaqueGeometry(vtkViewport *viewport, vtkActor2D *actor)
draw vtkPolyData onto the image plane
vtkRenderer * GetRenderer()
generate texture coordinates by mapping points to plane
virtual void SetLabelTextProperty(vtkTextProperty *p)