Home
last modified time | relevance | path

Searched refs:vtkLegendBoxActor (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkLegendBoxActor.h55 class VTKRENDERINGANNOTATION_EXPORT vtkLegendBoxActor : public vtkActor2D
58 vtkTypeMacro(vtkLegendBoxActor,vtkActor2D);
64 static vtkLegendBoxActor *New();
191 vtkLegendBoxActor();
192 ~vtkLegendBoxActor();
249 vtkLegendBoxActor(const vtkLegendBoxActor&); // Not implemented.
250 void operator=(const vtkLegendBoxActor&); // Not implemented.
H A DvtkLegendBoxActor.cxx35 vtkStandardNewMacro(vtkLegendBoxActor);
40 vtkLegendBoxActor::vtkLegendBoxActor() in vtkLegendBoxActor() function in vtkLegendBoxActor
134 vtkLegendBoxActor::~vtkLegendBoxActor() in ~vtkLegendBoxActor()
163 void vtkLegendBoxActor::InitializeEntries() in InitializeEntries()
215 void vtkLegendBoxActor::SetNumberOfEntries(int num) in SetNumberOfEntries()
501 vtkPolyData *vtkLegendBoxActor::GetEntrySymbol(int i) in GetEntrySymbol()
514 vtkImageData* vtkLegendBoxActor::GetEntryIcon(int i) in GetEntryIcon()
527 const char* vtkLegendBoxActor::GetEntryString(int i) in GetEntryString()
540 double* vtkLegendBoxActor::GetEntryColor(int i) in GetEntryColor()
1033 void vtkLegendBoxActor::ShallowCopy(vtkProp *prop) in ShallowCopy()
[all …]
H A DvtkBarChartActor.h43 class vtkLegendBoxActor; variable
126 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
159 vtkLegendBoxActor *LegendActor;
H A DvtkPieChartActor.h44 class vtkLegendBoxActor; variable
126 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
161 vtkLegendBoxActor *LegendActor;
H A DvtkSpiderPlotActor.h58 class vtkLegendBoxActor; variable
170 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
204 vtkLegendBoxActor *LegendActor;
H A DvtkXYPlotActor.h116 class vtkLegendBoxActor; variable
302 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
748 vtkLegendBoxActor *LegendActor;
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkLegendBoxActor.cxx36 vtkStandardNewMacro(vtkLegendBoxActor);
41 vtkLegendBoxActor::vtkLegendBoxActor() in vtkLegendBoxActor() function in vtkLegendBoxActor
135 vtkLegendBoxActor::~vtkLegendBoxActor() in ~vtkLegendBoxActor()
164 void vtkLegendBoxActor::InitializeEntries() in InitializeEntries()
216 void vtkLegendBoxActor::SetNumberOfEntries(int num) in SetNumberOfEntries()
495 vtkPolyData *vtkLegendBoxActor::GetEntrySymbol(int i) in GetEntrySymbol()
508 vtkImageData* vtkLegendBoxActor::GetEntryIcon(int i) in GetEntryIcon()
521 const char* vtkLegendBoxActor::GetEntryString(int i) in GetEntryString()
534 double* vtkLegendBoxActor::GetEntryColor(int i) in GetEntryColor()
1030 void vtkLegendBoxActor::ShallowCopy(vtkProp *prop) in ShallowCopy()
[all …]
H A DvtkLegendBoxActor.h58 class VTKRENDERINGANNOTATION_EXPORT vtkLegendBoxActor : public vtkActor2D
61 vtkTypeMacro(vtkLegendBoxActor,vtkActor2D);
68 static vtkLegendBoxActor *New();
231 vtkLegendBoxActor();
232 ~vtkLegendBoxActor() override;
289 vtkLegendBoxActor(const vtkLegendBoxActor&) = delete;
290 void operator=(const vtkLegendBoxActor&) = delete;
H A DvtkBarChartActor.h46 class vtkLegendBoxActor; variable
166 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
205 vtkLegendBoxActor *LegendActor;
H A DvtkPieChartActor.h47 class vtkLegendBoxActor; variable
163 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
204 vtkLegendBoxActor *LegendActor;
H A DvtkSpiderPlotActor.h62 class vtkLegendBoxActor; variable
214 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
254 vtkLegendBoxActor *LegendActor;
H A DvtkXYPlotActor.h119 class vtkLegendBoxActor; variable
345 vtkGetObjectMacro(LegendActor,vtkLegendBoxActor);
920 vtkLegendBoxActor *LegendActor;
H A DvtkBarChartActor.cxx82 this->LegendActor = vtkLegendBoxActor::New(); in vtkBarChartActor()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkLegendBoxActor.cxx36 vtkStandardNewMacro(vtkLegendBoxActor);
41 vtkLegendBoxActor::vtkLegendBoxActor() in vtkLegendBoxActor() function in vtkLegendBoxActor
135 vtkLegendBoxActor::~vtkLegendBoxActor() in ~vtkLegendBoxActor()
164 void vtkLegendBoxActor::InitializeEntries() in InitializeEntries()
229 void vtkLegendBoxActor::SetNumberOfEntries(int num) in SetNumberOfEntries()
407 void vtkLegendBoxActor::SetEntry( in SetEntry()
516 vtkImageData* vtkLegendBoxActor::GetEntryIcon(int i) in GetEntryIcon()
529 const char* vtkLegendBoxActor::GetEntryString(int i) in GetEntryString()
542 double* vtkLegendBoxActor::GetEntryColor(int i) in GetEntryColor()
1029 void vtkLegendBoxActor::ShallowCopy(vtkProp* prop) in ShallowCopy()
[all …]
H A DvtkLegendBoxActor.h58 class VTKRENDERINGANNOTATION_EXPORT vtkLegendBoxActor : public vtkActor2D
61 vtkTypeMacro(vtkLegendBoxActor, vtkActor2D);
68 static vtkLegendBoxActor* New();
230 vtkLegendBoxActor();
231 ~vtkLegendBoxActor() override;
288 vtkLegendBoxActor(const vtkLegendBoxActor&) = delete;
289 void operator=(const vtkLegendBoxActor&) = delete;
H A DvtkPieChartActor.h47 class vtkLegendBoxActor; variable
165 vtkGetObjectMacro(LegendActor, vtkLegendBoxActor);
205 vtkLegendBoxActor* LegendActor;
H A DvtkBarChartActor.h46 class vtkLegendBoxActor; variable
168 vtkGetObjectMacro(LegendActor, vtkLegendBoxActor);
207 vtkLegendBoxActor* LegendActor;
H A DvtkSpiderPlotActor.h62 class vtkLegendBoxActor; variable
213 vtkGetObjectMacro(LegendActor, vtkLegendBoxActor);
252 vtkLegendBoxActor* LegendActor;
H A DvtkXYPlotActor.h119 class vtkLegendBoxActor; variable
347 vtkGetObjectMacro(LegendActor, vtkLegendBoxActor);
911 vtkLegendBoxActor* LegendActor;
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/Testing/Cxx/
H A DTestLegendBoxActor.cxx57 vtkSmartPointer<vtkLegendBoxActor> actor = vtkSmartPointer<vtkLegendBoxActor>::New(); in TestLegendBoxActor()
H A DTestLegendBoxActor2.cxx57 vtkSmartPointer<vtkLegendBoxActor> actor = vtkSmartPointer<vtkLegendBoxActor>::New(); in TestLegendBoxActor2()
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/Testing/Cxx/
H A DTestLegendBoxActor.cxx63 vtkSmartPointer<vtkLegendBoxActor> actor = vtkSmartPointer<vtkLegendBoxActor>::New(); in TestLegendBoxActor()
H A DTestLegendBoxActor2.cxx63 vtkSmartPointer<vtkLegendBoxActor> actor = vtkSmartPointer<vtkLegendBoxActor>::New(); in TestLegendBoxActor2()
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/Testing/Cxx/
H A DTestLegendBoxActor.cxx63 vtkSmartPointer<vtkLegendBoxActor> actor = vtkSmartPointer<vtkLegendBoxActor>::New(); in TestLegendBoxActor()
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A Dhints134 vtkLegendBoxActor GetEntryColor 307 3

12