Home
last modified time | relevance | path

Searched refs:VertexGlyph (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkGraphMapper.cxx62 this->VertexGlyph = vtkSmartPointer<vtkVertexGlyphFilter>::New(); in vtkGraphMapper()
108 this->IconTransform->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
124 this->VertexMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
125 this->OutlineMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
191 this->CircleGlyph->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
201 this->CircleOutlineGlyph->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
217 this->VertexMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
219 this->OutlineMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
479 this->VertexGlyph->SetInputData(graph); in Render()
482 this->VertexGlyph->Update(); in Render()
[all …]
H A DvtkGraphMapper.h227 vtkSmartPointer<vtkVertexGlyphFilter> VertexGlyph; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkGraphMapper.cxx61 this->VertexGlyph = vtkSmartPointer<vtkVertexGlyphFilter>::New(); in vtkGraphMapper()
104 this->IconTransform->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
120 this->VertexMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
121 this->OutlineMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
183 this->CircleGlyph->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
193 this->CircleOutlineGlyph->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
209 this->VertexMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
211 this->OutlineMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
480 this->VertexGlyph->SetInputData(graph); in Render()
483 this->VertexGlyph->Update(); in Render()
[all …]
H A DvtkGraphMapper.h294 vtkSmartPointer<vtkVertexGlyphFilter> VertexGlyph; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkGraphMapper.cxx62 this->VertexGlyph = vtkSmartPointer<vtkVertexGlyphFilter>::New(); in vtkGraphMapper()
105 this->IconTransform->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
121 this->VertexMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
122 this->OutlineMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in vtkGraphMapper()
185 this->CircleGlyph->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
195 this->CircleOutlineGlyph->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
211 this->VertexMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
213 this->OutlineMapper->SetInputConnection(this->VertexGlyph->GetOutputPort()); in SetScaledGlyphs()
485 this->VertexGlyph->SetInputData(graph); in Render()
488 this->VertexGlyph->Update(); in Render()
[all …]
H A DvtkGraphMapper.h295 vtkSmartPointer<vtkVertexGlyphFilter> VertexGlyph; variable
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkRenderedGraphRepresentation.cxx211 this->VertexGlyph->FilledOn(); in vtkRenderedGraphRepresentation()
609 if (type != this->VertexGlyph->GetGlyphType()) in SetGlyphType()
611 this->VertexGlyph->SetGlyphType(type); in SetGlyphType()
626 return this->VertexGlyph->GetGlyphType(); in GetGlyphType()
631 this->VertexGlyph->SetScaling(b); in SetScaling()
637 return this->VertexGlyph->GetScaling(); in GetScaling()
642 this->VertexGlyph->SetInputArrayToProcess( in SetScalingArrayName()
977 rv->RegisterProgress(this->VertexGlyph); in AddToView()
992 this->VertexGlyph->SetRenderer(nullptr); in RemoveFromView()
1013 rv->UnRegisterProgress(this->VertexGlyph); in RemoveFromView()
[all …]
H A DvtkRenderedGraphRepresentation.h424 vtkSmartPointer<vtkGraphToGlyphs> VertexGlyph; variable
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkRenderedGraphRepresentation.cxx214 this->VertexGlyph->FilledOn(); in vtkRenderedGraphRepresentation()
616 this->VertexGlyph->SetGlyphType(type); in SetGlyphType()
631 return this->VertexGlyph->GetGlyphType(); in GetGlyphType()
636 this->VertexGlyph->SetScaling(b); in SetScaling()
642 return this->VertexGlyph->GetScaling(); in GetScaling()
647 this->VertexGlyph->SetInputArrayToProcess( in SetScalingArrayName()
992 rv->RegisterProgress(this->VertexGlyph); in AddToView()
1007 this->VertexGlyph->SetRenderer(nullptr); in RemoveFromView()
1028 rv->UnRegisterProgress(this->VertexGlyph); in RemoveFromView()
1124 this->VertexGlyph->GetOutput()); in ConvertSelection()
[all …]
H A DvtkRenderedGraphRepresentation.h447 vtkSmartPointer<vtkGraphToGlyphs> VertexGlyph; variable
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkRenderedGraphRepresentation.cxx214 this->VertexGlyph->FilledOn(); in vtkRenderedGraphRepresentation()
616 this->VertexGlyph->SetGlyphType(type); in SetGlyphType()
631 return this->VertexGlyph->GetGlyphType(); in GetGlyphType()
636 this->VertexGlyph->SetScaling(b); in SetScaling()
642 return this->VertexGlyph->GetScaling(); in GetScaling()
647 this->VertexGlyph->SetInputArrayToProcess( in SetScalingArrayName()
992 rv->RegisterProgress(this->VertexGlyph); in AddToView()
1007 this->VertexGlyph->SetRenderer(0); in RemoveFromView()
1028 rv->UnRegisterProgress(this->VertexGlyph); in RemoveFromView()
1124 this->VertexGlyph->GetOutput()); in ConvertSelection()
[all …]
H A DvtkRenderedGraphRepresentation.h395 vtkSmartPointer<vtkGraphToGlyphs> VertexGlyph; variable