Home
last modified time | relevance | path

Searched refs:cone1 (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/gfan/gfan0.6.2/src/
H A Dhalfopencone.backup.cpp716 assert(cone1<table[fan1][fan2].size()); in lookUp()
717 assert(cone2<table[fan1][fan2][cone1].size()); in lookUp()
719 return table[fan1][fan2][cone1][cone2]; in lookUp()
721 void set(int fan1, int cone1, int fan2, int cone2) in set() argument
725 assert(cone1<table[fan1][fan2].size()); in set()
726 assert(cone2<table[fan1][fan2][cone1].size()); in set()
728 table[fan1][fan2][cone1][cone2]=true; in set()
729 table[fan2][fan1][cone2][cone1]=true; in set()
735 assert(cone1<table[fan1][fan2].size()); in nonCandidates()
737 return table[fan1][fan2][cone1]; in nonCandidates()
[all …]
H A Dhalfopencone.cpp1065 assert(cone1<table[fan1][fan2].size()); in lookUp()
1066 assert(cone2<table[fan1][fan2][cone1].size()); in lookUp()
1068 return table[fan1][fan2][cone1][cone2]; in lookUp()
1074 assert(cone1<table[fan1][fan2].size()); in set()
1075 assert(cone2<table[fan1][fan2][cone1].size()); in set()
1077 table[fan1][fan2][cone1][cone2]=true; in set()
1078 table[fan2][fan1][cone2][cone1]=true; in set()
1086 assert(cone1<table[fan1][fan2].size()); in nonCandidates()
1088 return table[fan1][fan2][cone1]; in nonCandidates()
1122 assert(cone1<fanList[fan1].size()); in knownToIntersectTriviallyInIntersection()
[all …]
/dports/math/gfanlib/gfan0.6.2/src/
H A Dhalfopencone.backup.cpp716 assert(cone1<table[fan1][fan2].size()); in lookUp()
717 assert(cone2<table[fan1][fan2][cone1].size()); in lookUp()
719 return table[fan1][fan2][cone1][cone2]; in lookUp()
721 void set(int fan1, int cone1, int fan2, int cone2) in set() argument
725 assert(cone1<table[fan1][fan2].size()); in set()
726 assert(cone2<table[fan1][fan2][cone1].size()); in set()
728 table[fan1][fan2][cone1][cone2]=true; in set()
729 table[fan2][fan1][cone2][cone1]=true; in set()
735 assert(cone1<table[fan1][fan2].size()); in nonCandidates()
737 return table[fan1][fan2][cone1]; in nonCandidates()
[all …]
H A Dhalfopencone.cpp1065 assert(cone1<table[fan1][fan2].size()); in lookUp()
1066 assert(cone2<table[fan1][fan2][cone1].size()); in lookUp()
1068 return table[fan1][fan2][cone1][cone2]; in lookUp()
1074 assert(cone1<table[fan1][fan2].size()); in set()
1075 assert(cone2<table[fan1][fan2][cone1].size()); in set()
1077 table[fan1][fan2][cone1][cone2]=true; in set()
1078 table[fan2][fan1][cone2][cone1]=true; in set()
1086 assert(cone1<table[fan1][fan2].size()); in nonCandidates()
1088 return table[fan1][fan2][cone1]; in nonCandidates()
1122 assert(cone1<fanList[fan1].size()); in knownToIntersectTriviallyInIntersection()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DTestOffAxisStereo.cxx52 VTK_CREATE(vtkConeSource, cone1); in TestOffAxisStereo()
53 cone1->SetCenter(0.0, 0.0, -2.0); in TestOffAxisStereo()
54 cone1->SetResolution(100); in TestOffAxisStereo()
57 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestOffAxisStereo()
H A DTestSplitViewportStereoHorizontal.cxx52 VTK_CREATE(vtkConeSource, cone1); in TestSplitViewportStereoHorizontal()
53 cone1->SetCenter(0.0, 0.0, -6.0); in TestSplitViewportStereoHorizontal()
54 cone1->SetResolution(100); in TestSplitViewportStereoHorizontal()
57 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestSplitViewportStereoHorizontal()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DTestOffAxisStereo.cxx53 VTK_CREATE(vtkConeSource, cone1); in TestOffAxisStereo()
54 cone1->SetCenter(0.0, 0.0, -2.0); in TestOffAxisStereo()
55 cone1->SetResolution(100); in TestOffAxisStereo()
58 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestOffAxisStereo()
H A DTestSplitViewportStereoHorizontal.cxx53 VTK_CREATE(vtkConeSource, cone1); in TestSplitViewportStereoHorizontal()
54 cone1->SetCenter(0.0, 0.0, -6.0); in TestSplitViewportStereoHorizontal()
55 cone1->SetResolution(100); in TestSplitViewportStereoHorizontal()
58 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestSplitViewportStereoHorizontal()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Cxx/
H A DTestOffAxisStereo.cxx53 VTK_CREATE(vtkConeSource, cone1); in TestOffAxisStereo()
54 cone1->SetCenter(0.0, 0.0, -2.0); in TestOffAxisStereo()
55 cone1->SetResolution(100); in TestOffAxisStereo()
58 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestOffAxisStereo()
H A DTestSplitViewportStereoHorizontal.cxx53 VTK_CREATE(vtkConeSource, cone1); in TestSplitViewportStereoHorizontal()
54 cone1->SetCenter(0.0, 0.0, -6.0); in TestSplitViewportStereoHorizontal()
55 cone1->SetResolution(100); in TestSplitViewportStereoHorizontal()
58 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestSplitViewportStereoHorizontal()
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/Testing/Cxx/
H A DTestOSPRayStereo.cxx119 VTK_CREATE(vtkConeSource, cone1); in TestOSPRayStereo()
120 cone1->SetCenter(0.0, 0.0, -6.0); in TestOSPRayStereo()
121 cone1->SetResolution(100); in TestOSPRayStereo()
124 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestOSPRayStereo()
/dports/math/vtk8/VTK-8.2.0/Rendering/OSPRay/Testing/Cxx/
H A DTestOSPRayStereo.cxx119 VTK_CREATE(vtkConeSource, cone1); in TestOSPRayStereo()
120 cone1->SetCenter(0.0, 0.0, -6.0); in TestOSPRayStereo()
121 cone1->SetResolution(100); in TestOSPRayStereo()
124 mapper2->SetInputConnection(cone1->GetOutputPort()); in TestOSPRayStereo()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/Testing/Python/
H A DconeResolution.py15 cone1 = vtk.vtkConeSource() variable
16 cone1.SetResolution(1)
26 cone1Mapper.SetInputConnection(cone1.GetOutputPort())
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/Testing/Python/
H A DconeResolution.py15 cone1 = vtk.vtkConeSource() variable
16 cone1.SetResolution(1)
26 cone1Mapper.SetInputConnection(cone1.GetOutputPort())
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Tcl/
H A DNoLightGeneration.tcl15 vtkConeSource cone1
16 cone1 SetResolution 1
30 cone1Mapper SetInputConnection [cone1 GetOutputPort]
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/Testing/Tcl/
H A DconeResolution.tcl14 vtkConeSource cone1
15 cone1 SetResolution 1
27 cone1Mapper SetInputConnection [cone1 GetOutputPort]
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Python/
H A DNoLightGeneration.py16 cone1 = vtk.vtkConeSource() variable
17 cone1.SetResolution(1)
29 cone1Mapper.SetInputConnection(cone1.GetOutputPort())
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Python/
H A DNoLightGeneration.py16 cone1 = vtk.vtkConeSource() variable
17 cone1.SetResolution(1)
29 cone1Mapper.SetInputConnection(cone1.GetOutputPort())
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Python/
H A DNoLightGeneration.py17 cone1 = vtk.vtkConeSource() variable
18 cone1.SetResolution(1)
30 cone1Mapper.SetInputConnection(cone1.GetOutputPort())
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/Testing/Python/
H A DconeResolution.py16 cone1 = vtk.vtkConeSource() variable
17 cone1.SetResolution(1)
27 cone1Mapper.SetInputConnection(cone1.GetOutputPort())
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dfan_diagonal.cc71 Set<Int> cone1 = cones.row(c1); in simplicial_with_diagonal() local
74 Set<Int> inter = cone1 * cone2; in simplicial_with_diagonal()
78 p_cones |= (cone1 + cone2_translate); in simplicial_with_diagonal()
87 Set<Int> first_cone_remaining = cone1 - *sd; in simplicial_with_diagonal()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dgraph.cpp399 bool cone1 = true; in checkVis() local
413 cone1 = inValidRegion(m_router->IgnoreRegions, i->shPrev->point, in checkVis()
428 cone1 = false; in checkVis()
432 if (cone1) in checkVis()
457 if (cone1 && cone2 && ((blocker = firstBlocker()) == 0)) in checkVis()
472 db_printf("%d, %d, %d\n", cone1, cone2, blocker); in checkVis()
/dports/math/gap/gap-4.11.0/pkg/NConvex-2019.12.10/gap/
H A DNCone.gi950 function( cone1, cone2 )
953 rays1 := RayGenerators( cone1 );
975 SetContainingGrid( raysnew, ContainingGrid( cone1 ) + ContainingGrid( cone2 ) );
1023 function( cone1, cone2 )
1026 if not Rank( ContainingGrid( cone1 ) )= Rank( ContainingGrid( cone2 ) ) then
1036 SetContainingGrid( cone, ContainingGrid( cone1 ) );
1047 function( cone1, cone2 )
1050 if not Rank( ContainingGrid( cone1 ) )= Rank( ContainingGrid( cone2 ) ) then
1060 SetContainingGrid( cone, ContainingGrid( cone1 ) );
1205 function( cone1, cone2 )
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestPickingManagerWidgets.cxx239 vtkNew<vtkConeSource> cone1; in TestPickingManagerWidgets() local
240 cone1->SetResolution(6); in TestPickingManagerWidgets()
247 glyph->SetSourceData(cone1->GetOutput()); in TestPickingManagerWidgets()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestPickingManagerWidgets.cxx241 vtkNew<vtkConeSource> cone1; in TestPickingManagerWidgets() local
242 cone1->SetResolution(6); in TestPickingManagerWidgets()
249 glyph->SetSourceData(cone1->GetOutput()); in TestPickingManagerWidgets()

123