Home
last modified time | relevance | path

Searched refs:RemoveHiddenGraph (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkRenderedGraphRepresentation.cxx112 this->RemoveHiddenGraph = vtkSmartPointer<vtkRemoveHiddenData>::New(); in vtkRenderedGraphRepresentation()
153 this->RemoveHiddenGraph->SetInputConnection(this->Coincident->GetOutputPort()); in vtkRenderedGraphRepresentation()
154 this->EdgeLayout->SetInputConnection(this->RemoveHiddenGraph->GetOutputPort()); in vtkRenderedGraphRepresentation()
165 this->OutlineGlyph->SetInputConnection(this->RemoveHiddenGraph->GetOutputPort()); in vtkRenderedGraphRepresentation()
1225 this->RemoveHiddenGraph->SetInputConnection(1, this->GetInternalAnnotationOutputPort()); in RequestData()
H A DvtkRenderedGraphRepresentation.h432 vtkSmartPointer<vtkRemoveHiddenData> RemoveHiddenGraph; variable
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkRenderedGraphRepresentation.cxx115 this->RemoveHiddenGraph = vtkSmartPointer<vtkRemoveHiddenData>::New(); in vtkRenderedGraphRepresentation()
157 this->RemoveHiddenGraph->SetInputConnection(this->Coincident->GetOutputPort()); in vtkRenderedGraphRepresentation()
158 this->EdgeLayout->SetInputConnection(this->RemoveHiddenGraph->GetOutputPort()); in vtkRenderedGraphRepresentation()
169 this->OutlineGlyph->SetInputConnection(this->RemoveHiddenGraph->GetOutputPort()); in vtkRenderedGraphRepresentation()
1255 this->RemoveHiddenGraph->SetInputConnection(1, this->GetInternalAnnotationOutputPort()); in RequestData()
H A DvtkRenderedGraphRepresentation.h455 vtkSmartPointer<vtkRemoveHiddenData> RemoveHiddenGraph; variable
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkRenderedGraphRepresentation.cxx115 this->RemoveHiddenGraph = vtkSmartPointer<vtkRemoveHiddenData>::New(); in vtkRenderedGraphRepresentation()
157 this->RemoveHiddenGraph->SetInputConnection(this->Coincident->GetOutputPort()); in vtkRenderedGraphRepresentation()
158 this->EdgeLayout->SetInputConnection(this->RemoveHiddenGraph->GetOutputPort()); in vtkRenderedGraphRepresentation()
169 this->OutlineGlyph->SetInputConnection(this->RemoveHiddenGraph->GetOutputPort()); in vtkRenderedGraphRepresentation()
1255 this->RemoveHiddenGraph->SetInputConnection(1, this->GetInternalAnnotationOutputPort()); in RequestData()
H A DvtkRenderedGraphRepresentation.h403 vtkSmartPointer<vtkRemoveHiddenData> RemoveHiddenGraph; variable