Home
last modified time | relevance | path

Searched defs:outGraph (Results 1 – 17 of 17) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Infovis/Core/
H A DvtkCollapseVerticesByArray.cxx137 vtkGraph* outGraph = this->Create(vtkGraph::SafeDownCast(inObj)); in RequestData() local
179 vtkMutableDirectedGraphRefPtr outGraph(vtkMutableDirectedGraphRefPtr::New()); in Create() local
496 vtkGraph* outGraph, vtkIdType source, vtkIdType target, vtkIdType& edgeId) in FindEdge()
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkCollapseVerticesByArray.cxx141 vtkGraph* outGraph = in RequestData() local
188 vtkMutableDirectedGraphRefPtr outGraph(vtkMutableDirectedGraphRefPtr::New()); in Create() local
520 void vtkCollapseVerticesByArray::FindEdge(vtkGraph* outGraph, vtkIdType source, in FindEdge()
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/
H A DvtkCollapseVerticesByArray.cxx141 vtkGraph* outGraph = in RequestData() local
188 vtkMutableDirectedGraphRefPtr outGraph(vtkMutableDirectedGraphRefPtr::New()); in Create() local
520 void vtkCollapseVerticesByArray::FindEdge(vtkGraph* outGraph, vtkIdType source, in FindEdge()
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/Testing/Cxx/
H A DTestCollapseVerticesByArray.cxx139 vtkSmartPointer<vtkGraph> outGraph (cvs->GetOutput()); in TestCollapseVerticesByArray() local
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/Testing/Cxx/
H A DTestCollapseVerticesByArray.cxx134 vtkSmartPointer<vtkGraph> outGraph(cvs->GetOutput()); in TestCollapseVerticesByArray() local
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/Testing/Cxx/
H A DTestCollapseVerticesByArray.cxx139 vtkSmartPointer<vtkGraph> outGraph (cvs->GetOutput()); in TestCollapseVerticesByArray() local
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A DconvertSegmentLine.cpp114 OptimizableGraph outGraph; in main() local
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_msa/
H A Dgraph_align_tcoffee_base.h94 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
149 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
170 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
236 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_base.h116 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
178 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
198 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
262 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_base.h116 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
178 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
198 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
262 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_base.h116 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
171 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
191 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
256 buildAlignmentGraph(String<TFragment, TSpec1>& matches, in buildAlignmentGraph()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Daudiotoolbox_midi.c111 static OSStatus CreateAUGraph(AUGraph *outGraph, AudioUnit *outSynth, AudioUnit *outOut) in CreateAUGraph()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-CoreAudio/jni/
H A Dorg_herac_tuxguitar_player_impl_midiport_coreaudio_MidiReceiverJNI.cpp15 OSStatus CreateAUGraph (AUGraph& outGraph, AudioUnit& outSynth) in CreateAUGraph()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDS_WeightedGraph.h327 DataStructures::WeightedGraph<node_type, weight_type, allow_unlinkedNodes> outGraph; in GetSpanningTree() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-AudioUnit/jni/
H A Dorg_herac_tuxguitar_player_impl_midiport_audiounit_MidiReceiverJNI.cpp40 OSStatus createAUGraph (AUGraph &outGraph, AudioUnit &outSynth) in createAUGraph()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/stats/
H A DDHTView.java101 SpeedGraphic inGraph,outGraph; field in DHTView
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_Graph.cpp76 Graph** outGraph, bool argtype) // true for normal args , false for setn type args in Graph_New()