Home
last modified time | relevance | path

Searched refs:ptLoad (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Tcl/
H A DHyperScalarBar.tcl10 vtkPointLoad ptLoad
11 ptLoad SetLoadValue 100.0
12 ptLoad SetSampleDimensions 20 20 20
13 ptLoad ComputeEffectiveStressOn
14 ptLoad SetModelBounds -10 10 -10 10 -10 10
18 s1 SetInputConnection [ptLoad GetOutputPort]
47 ptLoad Update;#force update for scalar range
53 s2 SetInputConnection [ptLoad GetOutputPort]
71 s3 SetInputConnection [ptLoad GetOutputPort]
89 s4 SetInputConnection [ptLoad GetOutputPort]
[all …]
H A DTenEllip.tcl18 vtkPointLoad ptLoad
19 ptLoad SetLoadValue 100.0
20 ptLoad SetSampleDimensions 6 6 6
21 ptLoad ComputeEffectiveStressOn
22 ptLoad SetModelBounds -10 10 -10 10 -10 10
26 plane SetInputConnection [ptLoad GetOutputPort]
34 ellipsoids SetInputConnection [ptLoad GetOutputPort]
57 outline SetInputConnection [ptLoad GetOutputPort]
H A DHyper.tcl17 vtkPointLoad ptLoad
18 ptLoad SetLoadValue 100.0
19 ptLoad SetSampleDimensions 20 20 20
20 ptLoad ComputeEffectiveStressOn
21 ptLoad SetModelBounds -10 10 -10 10 -10 10
33 wSP SetInputConnection [ptLoad GetOutputPort]
49 set input [ptLoad GetOutput]
71 ptLoad Update;#force update for scalar range
72 eval s1Mapper SetScalarRange [[ptLoad GetOutput] GetScalarRange]
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Python/
H A DHyperScalarBar.py11 ptLoad = vtk.vtkPointLoad() variable
12 ptLoad.SetLoadValue(100.0)
13 ptLoad.SetSampleDimensions(20,20,20)
14 ptLoad.ComputeEffectiveStressOn()
15 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
18 s1.SetInputConnection(ptLoad.GetOutputPort())
46 ptLoad.Update()
52 s2.SetInputConnection(ptLoad.GetOutputPort())
69 s3.SetInputConnection(ptLoad.GetOutputPort())
86 s4.SetInputConnection(ptLoad.GetOutputPort())
[all …]
H A DTenEllip.py19 ptLoad = vtk.vtkPointLoad() variable
20 ptLoad.SetLoadValue(100.0)
21 ptLoad.SetSampleDimensions(6,6,6)
22 ptLoad.ComputeEffectiveStressOn()
23 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
26 plane.SetInputConnection(ptLoad.GetOutputPort())
33 ellipsoids.SetInputConnection(ptLoad.GetOutputPort())
54 outline.SetInputConnection(ptLoad.GetOutputPort())
H A DHyper.py20 ptLoad = vtk.vtkPointLoad() variable
21 ptLoad.SetLoadValue(100.0)
22 ptLoad.SetSampleDimensions(20, 20, 20)
23 ptLoad.ComputeEffectiveStressOn()
24 ptLoad.SetModelBounds(-10, 10, -10, 10, -10, 10)
34 wSP.SetInputConnection(ptLoad.GetOutputPort())
57 input = ptLoad.GetOutput()
80 ptLoad.Update()
81 s1Mapper.SetScalarRange(ptLoad.GetOutput().GetScalarRange())
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Python/
H A DHyperScalarBar.py11 ptLoad = vtk.vtkPointLoad() variable
12 ptLoad.SetLoadValue(100.0)
13 ptLoad.SetSampleDimensions(20,20,20)
14 ptLoad.ComputeEffectiveStressOn()
15 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
18 s1.SetInputConnection(ptLoad.GetOutputPort())
46 ptLoad.Update()
52 s2.SetInputConnection(ptLoad.GetOutputPort())
69 s3.SetInputConnection(ptLoad.GetOutputPort())
86 s4.SetInputConnection(ptLoad.GetOutputPort())
[all …]
H A DTenEllip.py19 ptLoad = vtk.vtkPointLoad() variable
20 ptLoad.SetLoadValue(100.0)
21 ptLoad.SetSampleDimensions(6,6,6)
22 ptLoad.ComputeEffectiveStressOn()
23 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
26 plane.SetInputConnection(ptLoad.GetOutputPort())
33 ellipsoids.SetInputConnection(ptLoad.GetOutputPort())
54 outline.SetInputConnection(ptLoad.GetOutputPort())
H A DHyper.py20 ptLoad = vtk.vtkPointLoad() variable
21 ptLoad.SetLoadValue(100.0)
22 ptLoad.SetSampleDimensions(20, 20, 20)
23 ptLoad.ComputeEffectiveStressOn()
24 ptLoad.SetModelBounds(-10, 10, -10, 10, -10, 10)
34 wSP.SetInputConnection(ptLoad.GetOutputPort())
57 input = ptLoad.GetOutput()
80 ptLoad.Update()
81 s1Mapper.SetScalarRange(ptLoad.GetOutput().GetScalarRange())
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Python/
H A DHyperScalarBar.py12 ptLoad = vtk.vtkPointLoad() variable
13 ptLoad.SetLoadValue(100.0)
14 ptLoad.SetSampleDimensions(20,20,20)
15 ptLoad.ComputeEffectiveStressOn()
16 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
19 s1.SetInputConnection(ptLoad.GetOutputPort())
47 ptLoad.Update()
53 s2.SetInputConnection(ptLoad.GetOutputPort())
70 s3.SetInputConnection(ptLoad.GetOutputPort())
87 s4.SetInputConnection(ptLoad.GetOutputPort())
[all …]
H A DTenEllip.py20 ptLoad = vtk.vtkPointLoad() variable
21 ptLoad.SetLoadValue(100.0)
22 ptLoad.SetSampleDimensions(6,6,6)
23 ptLoad.ComputeEffectiveStressOn()
24 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
27 plane.SetInputConnection(ptLoad.GetOutputPort())
34 ellipsoids.SetInputConnection(ptLoad.GetOutputPort())
55 outline.SetInputConnection(ptLoad.GetOutputPort())
H A DHyper.py21 ptLoad = vtk.vtkPointLoad() variable
22 ptLoad.SetLoadValue(100.0)
23 ptLoad.SetSampleDimensions(20, 20, 20)
24 ptLoad.ComputeEffectiveStressOn()
25 ptLoad.SetModelBounds(-10, 10, -10, 10, -10, 10)
35 wSP.SetInputConnection(ptLoad.GetOutputPort())
58 input = ptLoad.GetOutput()
81 ptLoad.Update()
82 s1Mapper.SetScalarRange(ptLoad.GetOutput().GetScalarRange())
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/Testing/Tcl/
H A DExtractTensors.tcl14 vtkPointLoad ptLoad
15 ptLoad SetLoadValue 100.0
16 ptLoad SetSampleDimensions 30 30 30
17 ptLoad ComputeEffectiveStressOn
18 ptLoad SetModelBounds -10 10 -10 10 -10 10
21 extractTensor SetInputConnection [ptLoad GetOutputPort]
35 probe SetSourceConnection [ptLoad GetOutputPort]
52 g SetInputConnection [ptLoad GetOutputPort]
67 outline SetInputConnection [ptLoad GetOutputPort]
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/Testing/Python/
H A DExtractTensors.py14 ptLoad = vtk.vtkPointLoad() variable
15 ptLoad.SetLoadValue(100.0)
16 ptLoad.SetSampleDimensions(30,30,30)
17 ptLoad.ComputeEffectiveStressOn()
18 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
20 extractTensor.SetInputConnection(ptLoad.GetOutputPort())
32 probe.SetSourceConnection(ptLoad.GetOutputPort())
45 g.SetInputConnection(ptLoad.GetOutputPort())
59 outline.SetInputConnection(ptLoad.GetOutputPort())
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/Testing/Python/
H A DExtractTensors.py14 ptLoad = vtk.vtkPointLoad() variable
15 ptLoad.SetLoadValue(100.0)
16 ptLoad.SetSampleDimensions(30,30,30)
17 ptLoad.ComputeEffectiveStressOn()
18 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
20 extractTensor.SetInputConnection(ptLoad.GetOutputPort())
32 probe.SetSourceConnection(ptLoad.GetOutputPort())
45 g.SetInputConnection(ptLoad.GetOutputPort())
59 outline.SetInputConnection(ptLoad.GetOutputPort())
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/Testing/Python/
H A DExtractTensors.py15 ptLoad = vtk.vtkPointLoad() variable
16 ptLoad.SetLoadValue(100.0)
17 ptLoad.SetSampleDimensions(30,30,30)
18 ptLoad.ComputeEffectiveStressOn()
19 ptLoad.SetModelBounds(-10,10,-10,10,-10,10)
21 extractTensor.SetInputConnection(ptLoad.GetOutputPort())
33 probe.SetSourceConnection(ptLoad.GetOutputPort())
46 g.SetInputConnection(ptLoad.GetOutputPort())
60 outline.SetInputConnection(ptLoad.GetOutputPort())
/dports/math/vtk9/VTK-9.1.0/Filters/Points/Testing/Python/
H A DTestPointSmoothingFilter.py18 ptLoad = vtk.vtkPointLoad() variable
19 ptLoad.SetModelBounds(-0.5,0.5, -0.5,0.5, -0.5,0.5)
20 ptLoad.SetSampleDimensions(res,res,res)
21 ptLoad.Update()
23 sizeField = ptLoad.GetOutput()
58 probe.SetSourceConnection(ptLoad.GetOutputPort())
274 outline.SetInputConnection(ptLoad.GetOutputPort())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/
H A DOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable

123