Home
last modified time | relevance | path

Searched refs:TitleTextProperty (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkBarChartActor.cxx71 this->TitleTextProperty = vtkTextProperty::New(); in vtkBarChartActor()
72 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkBarChartActor()
73 this->TitleTextProperty->SetFontSize(24); in vtkBarChartActor()
74 this->TitleTextProperty->SetBold(1); in vtkBarChartActor()
75 this->TitleTextProperty->SetItalic(0); in vtkBarChartActor()
76 this->TitleTextProperty->SetShadow(1); in vtkBarChartActor()
77 this->TitleTextProperty->SetFontFamilyToArial(); in vtkBarChartActor()
292 if (!this->TitleTextProperty) in BuildPlot()
331 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
574 this->TitleTextProperty); in PlaceAxes()
[all …]
H A DvtkPieChartActor.cxx86 this->TitleTextProperty = vtkTextProperty::New(); in vtkPieChartActor()
87 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkPieChartActor()
88 this->TitleTextProperty->SetFontSize(24); in vtkPieChartActor()
89 this->TitleTextProperty->SetBold(1); in vtkPieChartActor()
90 this->TitleTextProperty->SetItalic(0); in vtkPieChartActor()
91 this->TitleTextProperty->SetShadow(1); in vtkPieChartActor()
92 this->TitleTextProperty->SetFontFamilyToArial(); in vtkPieChartActor()
324 if (!this->TitleTextProperty) in BuildPlot()
365 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
630 this->TitleTextProperty); in PlaceAxes()
[all …]
H A DvtkSpiderPlotActor.cxx97 this->TitleTextProperty = vtkTextProperty::New(); in vtkSpiderPlotActor()
98 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkSpiderPlotActor()
99 this->TitleTextProperty->SetFontSize(24); in vtkSpiderPlotActor()
100 this->TitleTextProperty->SetBold(1); in vtkSpiderPlotActor()
101 this->TitleTextProperty->SetItalic(0); in vtkSpiderPlotActor()
102 this->TitleTextProperty->SetShadow(1); in vtkSpiderPlotActor()
103 this->TitleTextProperty->SetFontFamilyToArial(); in vtkSpiderPlotActor()
342 if (!this->TitleTextProperty) in BuildPlot()
383 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
800 this->TitleTextProperty); in PlaceAxes()
[all …]
H A DvtkParallelCoordinatesActor.cxx33 vtkCxxSetObjectMacro(vtkParallelCoordinatesActor,TitleTextProperty,vtkTextProperty);
92 this->TitleTextProperty = vtkTextProperty::New(); in vtkParallelCoordinatesActor()
93 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkParallelCoordinatesActor()
221 if (!this->TitleTextProperty) in RenderOpaqueGeometry()
265 this->TitleTextProperty->GetMTime() > this->BuildTime) in RenderOpaqueGeometry()
283 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in RenderOpaqueGeometry()
289 this->TitleTextProperty); in RenderOpaqueGeometry()
609 if (this->TitleTextProperty) in PrintSelf()
612 this->TitleTextProperty->PrintSelf(os,indent.GetNextIndent()); in PrintSelf()
H A DvtkAxisActor2D.cxx33 vtkCxxSetObjectMacro(vtkAxisActor2D,TitleTextProperty,vtkTextProperty);
77 this->TitleTextProperty = vtkTextProperty::New(); in vtkAxisActor2D()
78 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkAxisActor2D()
235 if (this->TitleTextProperty) in PrintSelf()
238 this->TitleTextProperty->PrintSelf(os,indent.GetNextIndent()); in PrintSelf()
307 if (this->TitleVisibility && !this->TitleTextProperty) in BuildAxis()
352 this->TitleTextProperty->GetMTime() < this->BuildTime)) ) in BuildAxis()
612 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildAxis()
621 this->TitleTextProperty); in BuildAxis()
625 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildAxis()
H A DvtkAxisActor.cxx88 this->TitleTextProperty = vtkTextProperty::New(); in vtkAxisActor()
89 this->TitleTextProperty->SetColor(0., 0., 0.); in vtkAxisActor()
90 this->TitleTextProperty->SetFontFamilyToArial(); in vtkAxisActor()
91 this->TitleTextProperty->SetFontSize(18.); in vtkAxisActor()
92 this->TitleTextProperty->SetVerticalJustificationToCentered(); in vtkAxisActor()
93 this->TitleTextProperty->SetJustificationToCentered(); in vtkAxisActor()
343 if (this->TitleTextProperty) in ~vtkAxisActor()
345 this->TitleTextProperty->Delete(); in ~vtkAxisActor()
346 this->TitleTextProperty = nullptr; in ~vtkAxisActor()
1315 this->TitleActor3D->SetTextProperty(this->TitleTextProperty); in InitTitle()
[all …]
H A DvtkParallelCoordinatesActor.h137 vtkGetObjectMacro(TitleTextProperty,vtkTextProperty);
209 vtkTextProperty *TitleTextProperty; variable
H A DvtkBarChartActor.h101 vtkGetObjectMacro(TitleTextProperty,vtkTextProperty);
200 vtkTextProperty *TitleTextProperty; variable
H A DvtkPieChartActor.h106 vtkGetObjectMacro(TitleTextProperty,vtkTextProperty);
199 vtkTextProperty *TitleTextProperty; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkBarChartActor.cxx73 this->TitleTextProperty = vtkTextProperty::New(); in vtkBarChartActor()
74 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkBarChartActor()
75 this->TitleTextProperty->SetFontSize(24); in vtkBarChartActor()
76 this->TitleTextProperty->SetBold(1); in vtkBarChartActor()
77 this->TitleTextProperty->SetItalic(0); in vtkBarChartActor()
78 this->TitleTextProperty->SetShadow(1); in vtkBarChartActor()
79 this->TitleTextProperty->SetFontFamilyToArial(); in vtkBarChartActor()
292 if (!this->TitleTextProperty) in BuildPlot()
325 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
560 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in PlaceAxes()
[all …]
H A DvtkPieChartActor.cxx85 this->TitleTextProperty = vtkTextProperty::New(); in vtkPieChartActor()
86 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkPieChartActor()
87 this->TitleTextProperty->SetFontSize(24); in vtkPieChartActor()
88 this->TitleTextProperty->SetBold(1); in vtkPieChartActor()
89 this->TitleTextProperty->SetItalic(0); in vtkPieChartActor()
90 this->TitleTextProperty->SetShadow(1); in vtkPieChartActor()
91 this->TitleTextProperty->SetFontFamilyToArial(); in vtkPieChartActor()
320 if (!this->TitleTextProperty) in BuildPlot()
355 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
611 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in PlaceAxes()
[all …]
H A DvtkSpiderPlotActor.cxx106 this->TitleTextProperty = vtkTextProperty::New(); in vtkSpiderPlotActor()
107 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkSpiderPlotActor()
108 this->TitleTextProperty->SetFontSize(24); in vtkSpiderPlotActor()
109 this->TitleTextProperty->SetBold(1); in vtkSpiderPlotActor()
110 this->TitleTextProperty->SetItalic(0); in vtkSpiderPlotActor()
111 this->TitleTextProperty->SetShadow(1); in vtkSpiderPlotActor()
112 this->TitleTextProperty->SetFontFamilyToArial(); in vtkSpiderPlotActor()
349 if (!this->TitleTextProperty) in BuildPlot()
384 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
791 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in PlaceAxes()
[all …]
H A DvtkParallelCoordinatesActor.cxx33 vtkCxxSetObjectMacro(vtkParallelCoordinatesActor, TitleTextProperty, vtkTextProperty);
89 this->TitleTextProperty = vtkTextProperty::New(); in vtkParallelCoordinatesActor()
90 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkParallelCoordinatesActor()
216 if (!this->TitleTextProperty) in RenderOpaqueGeometry()
254 this->TitleTextProperty->GetMTime() > this->BuildTime) in RenderOpaqueGeometry()
272 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in RenderOpaqueGeometry()
277 this->TitleMapper->GetTextProperty()->ShallowCopy(this->TitleTextProperty); in RenderOpaqueGeometry()
593 if (this->TitleTextProperty) in PrintSelf()
596 this->TitleTextProperty->PrintSelf(os, indent.GetNextIndent()); in PrintSelf()
H A DvtkAxisActor2D.cxx33 vtkCxxSetObjectMacro(vtkAxisActor2D, TitleTextProperty, vtkTextProperty);
77 this->TitleTextProperty = vtkTextProperty::New(); in vtkAxisActor2D()
78 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkAxisActor2D()
234 if (this->TitleTextProperty) in PrintSelf()
237 this->TitleTextProperty->PrintSelf(os, indent.GetNextIndent()); in PrintSelf()
297 if (this->TitleVisibility && !this->TitleTextProperty) in BuildAxis()
335 (!this->TitleVisibility || this->TitleTextProperty->GetMTime() < this->BuildTime))) in BuildAxis()
582 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildAxis()
590 this->TitleMapper->GetTextProperty()->ShallowCopy(this->TitleTextProperty); in BuildAxis()
594 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildAxis()
H A DvtkAxisActor.cxx88 this->TitleTextProperty = vtkTextProperty::New(); in vtkAxisActor()
89 this->TitleTextProperty->SetColor(0., 0., 0.); in vtkAxisActor()
90 this->TitleTextProperty->SetFontFamilyToArial(); in vtkAxisActor()
91 this->TitleTextProperty->SetFontSize(18.); in vtkAxisActor()
92 this->TitleTextProperty->SetVerticalJustificationToCentered(); in vtkAxisActor()
93 this->TitleTextProperty->SetJustificationToCentered(); in vtkAxisActor()
343 if (this->TitleTextProperty) in ~vtkAxisActor()
345 this->TitleTextProperty->Delete(); in ~vtkAxisActor()
346 this->TitleTextProperty = nullptr; in ~vtkAxisActor()
1316 this->TitleActor3D->SetTextProperty(this->TitleTextProperty); in InitTitle()
[all …]
H A DvtkParallelCoordinatesActor.h135 vtkGetObjectMacro(TitleTextProperty, vtkTextProperty);
206 vtkTextProperty* TitleTextProperty; variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkBarChartActor.cxx71 this->TitleTextProperty = vtkTextProperty::New(); in vtkBarChartActor()
72 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkBarChartActor()
73 this->TitleTextProperty->SetFontSize(24); in vtkBarChartActor()
74 this->TitleTextProperty->SetBold(1); in vtkBarChartActor()
75 this->TitleTextProperty->SetItalic(0); in vtkBarChartActor()
76 this->TitleTextProperty->SetShadow(1); in vtkBarChartActor()
77 this->TitleTextProperty->SetFontFamilyToArial(); in vtkBarChartActor()
291 if (!this->TitleTextProperty) in BuildPlot()
330 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
573 this->TitleTextProperty); in PlaceAxes()
[all …]
H A DvtkPieChartActor.cxx86 this->TitleTextProperty = vtkTextProperty::New(); in vtkPieChartActor()
87 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkPieChartActor()
88 this->TitleTextProperty->SetFontSize(24); in vtkPieChartActor()
89 this->TitleTextProperty->SetBold(1); in vtkPieChartActor()
90 this->TitleTextProperty->SetItalic(0); in vtkPieChartActor()
91 this->TitleTextProperty->SetShadow(1); in vtkPieChartActor()
92 this->TitleTextProperty->SetFontFamilyToArial(); in vtkPieChartActor()
323 if (!this->TitleTextProperty) in BuildPlot()
364 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
629 this->TitleTextProperty); in PlaceAxes()
[all …]
H A DvtkSpiderPlotActor.cxx97 this->TitleTextProperty = vtkTextProperty::New(); in vtkSpiderPlotActor()
98 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkSpiderPlotActor()
99 this->TitleTextProperty->SetFontSize(24); in vtkSpiderPlotActor()
100 this->TitleTextProperty->SetBold(1); in vtkSpiderPlotActor()
101 this->TitleTextProperty->SetItalic(0); in vtkSpiderPlotActor()
102 this->TitleTextProperty->SetShadow(1); in vtkSpiderPlotActor()
103 this->TitleTextProperty->SetFontFamilyToArial(); in vtkSpiderPlotActor()
342 if (!this->TitleTextProperty) in BuildPlot()
383 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildPlot()
800 this->TitleTextProperty); in PlaceAxes()
[all …]
H A DvtkParallelCoordinatesActor.cxx33 vtkCxxSetObjectMacro(vtkParallelCoordinatesActor,TitleTextProperty,vtkTextProperty);
92 this->TitleTextProperty = vtkTextProperty::New(); in vtkParallelCoordinatesActor()
93 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkParallelCoordinatesActor()
221 if (!this->TitleTextProperty) in RenderOpaqueGeometry()
265 this->TitleTextProperty->GetMTime() > this->BuildTime) in RenderOpaqueGeometry()
283 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in RenderOpaqueGeometry()
289 this->TitleTextProperty); in RenderOpaqueGeometry()
609 if (this->TitleTextProperty) in PrintSelf()
612 this->TitleTextProperty->PrintSelf(os,indent.GetNextIndent()); in PrintSelf()
H A DvtkAxisActor2D.cxx33 vtkCxxSetObjectMacro(vtkAxisActor2D,TitleTextProperty,vtkTextProperty);
76 this->TitleTextProperty = vtkTextProperty::New(); in vtkAxisActor2D()
77 this->TitleTextProperty->ShallowCopy(this->LabelTextProperty); in vtkAxisActor2D()
234 if (this->TitleTextProperty) in PrintSelf()
237 this->TitleTextProperty->PrintSelf(os,indent.GetNextIndent()); in PrintSelf()
306 if (this->TitleVisibility && !this->TitleTextProperty) in BuildAxis()
351 this->TitleTextProperty->GetMTime() < this->BuildTime)) ) in BuildAxis()
613 if (this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildAxis()
622 this->TitleTextProperty); in BuildAxis()
626 this->TitleTextProperty->GetMTime() > this->BuildTime) in BuildAxis()
H A DvtkAxisActor.cxx40 vtkCxxSetObjectMacro(vtkAxisActor,TitleTextProperty,vtkTextProperty);
75 this->TitleTextProperty = vtkTextProperty::New(); in vtkAxisActor()
76 this->TitleTextProperty->SetColor(0.,0.,0.); in vtkAxisActor()
77 this->TitleTextProperty->SetFontFamilyToArial(); in vtkAxisActor()
78 this->TitleTextProperty->SetFontSize(18); in vtkAxisActor()
79 this->TitleTextProperty->SetVerticalJustificationToCentered(); in vtkAxisActor()
80 this->TitleTextProperty->SetJustificationToCentered(); in vtkAxisActor()
270 if (this->TitleTextProperty) in ~vtkAxisActor()
272 this->TitleTextProperty->Delete(); in ~vtkAxisActor()
273 this->TitleTextProperty = NULL; in ~vtkAxisActor()
[all …]
H A DvtkParallelCoordinatesActor.h117 vtkGetObjectMacro(TitleTextProperty,vtkTextProperty);
177 vtkTextProperty *TitleTextProperty; variable
H A DvtkBarChartActor.h82 vtkGetObjectMacro(TitleTextProperty,vtkTextProperty);
154 vtkTextProperty *TitleTextProperty; variable
H A DvtkPieChartActor.h87 vtkGetObjectMacro(TitleTextProperty,vtkTextProperty);
156 vtkTextProperty *TitleTextProperty; variable

123