Home
last modified time | relevance | path

Searched refs:CopyInternal (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkGraph.cxx587 this->CopyInternal(g, false); in CheckedShallowCopy()
602 this->CopyInternal(g, true); in CheckedDeepCopy()
619 this->CopyInternal(g, false); in ShallowCopy()
639 this->CopyInternal(g, true); in DeepCopy()
676 void vtkGraph::CopyInternal(vtkGraph *g, bool deep) in CopyInternal() function in vtkGraph
1928 g->CopyInternal(this, false); in ToDirectedGraph()
1976 g->CopyInternal(this, false); in ToUndirectedGraph()
H A DvtkGraph.h717 virtual void CopyInternal(vtkGraph *g, bool deep);
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkGraph.cxx579 this->CopyInternal(g, false); in CheckedShallowCopy()
594 this->CopyInternal(g, true); in CheckedDeepCopy()
611 this->CopyInternal(g, false); in ShallowCopy()
631 this->CopyInternal(g, true); in DeepCopy()
666 void vtkGraph::CopyInternal(vtkGraph* g, bool deep) in CopyInternal() function in vtkGraph
1897 g->CopyInternal(this, false); in ToDirectedGraph()
1945 g->CopyInternal(this, false); in ToUndirectedGraph()
H A DvtkGraph.h737 virtual void CopyInternal(vtkGraph* g, bool deep);
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkGraph.cxx583 this->CopyInternal(g, false); in CheckedShallowCopy()
598 this->CopyInternal(g, true); in CheckedDeepCopy()
615 this->CopyInternal(g, false); in ShallowCopy()
635 this->CopyInternal(g, true); in DeepCopy()
672 void vtkGraph::CopyInternal(vtkGraph *g, bool deep) in CopyInternal() function in vtkGraph
1913 g->CopyInternal(this, false); in ToDirectedGraph()
1962 g->CopyInternal(this, false); in ToUndirectedGraph()
H A DvtkGraph.h645 virtual void CopyInternal(vtkGraph *g, bool deep);
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DScatterDraw.h231 CopyInternal(); in SetDataSourceInternal()
253 CopyInternal(); in Jsonize()
265 CopyInternal(); in Serialize()
282 void CopyInternal() { in CopyInternal() function