/dports/math/vtk8/VTK-8.2.0/Filters/Sources/Testing/Cxx/ |
H A D | TestCubeSource.cxx | 37 cubeSource->SetCenter(center); in TestCubeSource() 41 cubeSource->SetXLength(xLength); in TestCubeSource() 45 cubeSource->SetYLength(yLength); in TestCubeSource() 49 cubeSource->SetZLength(zLength); in TestCubeSource() 51 cubeSource->Update(); in TestCubeSource() 68 cubeSource->SetCenter(center); in TestCubeSource() 72 cubeSource->SetXLength(xLength); in TestCubeSource() 76 cubeSource->SetYLength(yLength); in TestCubeSource() 80 cubeSource->SetZLength(zLength); in TestCubeSource() 82 cubeSource->Update(); in TestCubeSource() [all …]
|
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/Testing/Cxx/ |
H A D | TestCubeSource.cxx | 36 cubeSource->SetCenter(center); in TestCubeSource() 40 cubeSource->SetXLength(xLength); in TestCubeSource() 44 cubeSource->SetYLength(yLength); in TestCubeSource() 48 cubeSource->SetZLength(zLength); in TestCubeSource() 50 cubeSource->Update(); in TestCubeSource() 67 cubeSource->SetCenter(center); in TestCubeSource() 71 cubeSource->SetXLength(xLength); in TestCubeSource() 75 cubeSource->SetYLength(yLength); in TestCubeSource() 79 cubeSource->SetZLength(zLength); in TestCubeSource() 81 cubeSource->Update(); in TestCubeSource() [all …]
|
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/Testing/Cxx/ |
H A D | TestCubeSource.cxx | 37 cubeSource->SetCenter(center); in TestCubeSource() 41 cubeSource->SetXLength(xLength); in TestCubeSource() 45 cubeSource->SetYLength(yLength); in TestCubeSource() 49 cubeSource->SetZLength(zLength); in TestCubeSource() 51 cubeSource->Update(); in TestCubeSource() 68 cubeSource->SetCenter(center); in TestCubeSource() 72 cubeSource->SetXLength(xLength); in TestCubeSource() 76 cubeSource->SetYLength(yLength); in TestCubeSource() 80 cubeSource->SetZLength(zLength); in TestCubeSource() 82 cubeSource->Update(); in TestCubeSource() [all …]
|
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/ |
H A D | TestIntersectionPolyDataFilter3.cxx | 32 vtkSmartPointer<vtkCubeSource> cubeSource = vtkSmartPointer<vtkCubeSource>::New(); in TestIntersectionPolyDataFilter3() local 33 cubeSource->SetCenter(0.0, 0.0, 0.0); in TestIntersectionPolyDataFilter3() 34 cubeSource->SetXLength(1.0); in TestIntersectionPolyDataFilter3() 35 cubeSource->SetYLength(1.0); in TestIntersectionPolyDataFilter3() 36 cubeSource->SetZLength(1.0); in TestIntersectionPolyDataFilter3() 37 cubeSource->Update(); in TestIntersectionPolyDataFilter3() 39 cubetriangulator->SetInputConnection(cubeSource->GetOutputPort()); in TestIntersectionPolyDataFilter3()
|
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Cxx/ |
H A D | TestIntersectionPolyDataFilter3.cxx | 32 vtkSmartPointer<vtkCubeSource> cubeSource = in TestIntersectionPolyDataFilter3() local 34 cubeSource->SetCenter(0.0, 0.0, 0.0); in TestIntersectionPolyDataFilter3() 35 cubeSource->SetXLength(1.0); in TestIntersectionPolyDataFilter3() 36 cubeSource->SetYLength(1.0); in TestIntersectionPolyDataFilter3() 37 cubeSource->SetZLength(1.0); in TestIntersectionPolyDataFilter3() 38 cubeSource->Update(); in TestIntersectionPolyDataFilter3() 41 cubetriangulator->SetInputConnection(cubeSource->GetOutputPort()); in TestIntersectionPolyDataFilter3()
|
/dports/math/vtk9/VTK-9.1.0/Examples/GUI/Qt/TouchGestureViewer/ |
H A D | QtVTKTouchscreenRenderWindows.cxx | 40 vtkNew<vtkCubeSource> cubeSource; variable 199 cubeSource->SetXLength(0.5); in QtVTKTouchscreenRenderWindows() 200 cubeSource->SetYLength(0.5); in QtVTKTouchscreenRenderWindows() 201 cubeSource->SetZLength(0.5); in QtVTKTouchscreenRenderWindows() 205 mapper->SetInputConnection(cubeSource->GetOutputPort()); in QtVTKTouchscreenRenderWindows()
|
/dports/math/vtk9/VTK-9.1.0/Filters/Programmable/Testing/Cxx/ |
H A D | TestProgrammableGlyph.cxx | 57 vtkSmartPointer<vtkCubeSource> cubeSource = vtkSmartPointer<vtkCubeSource>::New(); in CalcGlyph() local 58 cubeSource->SetCenter(pointCoords); in CalcGlyph() 59 cubeSource->Update(); in CalcGlyph() 61 glyphFilter->SetSourceData(cubeSource->GetOutput()); in CalcGlyph()
|
/dports/math/vtk8/VTK-8.2.0/Filters/Programmable/Testing/Cxx/ |
H A D | TestProgrammableGlyph.cxx | 61 vtkSmartPointer<vtkCubeSource> cubeSource = in CalcGlyph() local 63 cubeSource->SetCenter(pointCoords); in CalcGlyph() 64 cubeSource->Update(); in CalcGlyph() 66 glyphFilter->SetSourceData(cubeSource->GetOutput()); in CalcGlyph()
|
/dports/math/vtk6/VTK-6.2.0/Filters/Programmable/Testing/Cxx/ |
H A D | TestProgrammableGlyph.cxx | 61 vtkSmartPointer<vtkCubeSource> cubeSource = in CalcGlyph() local 63 cubeSource->SetCenter(pointCoords); in CalcGlyph() 64 cubeSource->Update(); in CalcGlyph() 66 glyphFilter->SetSourceData(cubeSource->GetOutput()); in CalcGlyph()
|
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/ |
H A D | TestGlyph3DMapper2.cxx | 35 vtkSmartPointer<vtkCubeSource> cubeSource = in TestGlyph3DMapper2() local 40 glyph3Dmapper->SetSourceConnection(cubeSource->GetOutputPort()); in TestGlyph3DMapper2()
|
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/ |
H A D | TestGlyph3DMapper2.cxx | 34 vtkSmartPointer<vtkCubeSource> cubeSource = vtkSmartPointer<vtkCubeSource>::New(); in TestGlyph3DMapper2() local 37 glyph3Dmapper->SetSourceConnection(cubeSource->GetOutputPort()); in TestGlyph3DMapper2()
|
/dports/x11-toolkits/ctk/CTK-2018-10-29/Applications/ctkQtTesting/ |
H A D | ctkQtTestingMainWindow.cpp | 55 vtkSmartPointer<vtkCubeSource> cubeSource = in ctkQtTestingMainWindow() local 61 mapper->SetInputConnection(cubeSource->GetOutputPort()); in ctkQtTestingMainWindow()
|
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/Testing/Cxx/ |
H A D | TestKdTreeBoxSelection.cxx | 178 VTK_CREATE(vtkCubeSource, cubeSource); in TestKdTreeBoxSelection() 179 cubeSource->SetBounds(bounds); in TestKdTreeBoxSelection() 182 cubeMapper->SetInputConnection(cubeSource->GetOutputPort()); in TestKdTreeBoxSelection()
|
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/Testing/Cxx/ |
H A D | TestKdTreeBoxSelection.cxx | 177 VTK_CREATE(vtkCubeSource, cubeSource); in TestKdTreeBoxSelection() 178 cubeSource->SetBounds(bounds); in TestKdTreeBoxSelection() 181 cubeMapper->SetInputConnection(cubeSource->GetOutputPort()); in TestKdTreeBoxSelection()
|
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/Testing/Cxx/ |
H A D | TestKdTreeBoxSelection.cxx | 178 VTK_CREATE(vtkCubeSource, cubeSource); in TestKdTreeBoxSelection() 179 cubeSource->SetBounds(bounds); in TestKdTreeBoxSelection() 182 cubeMapper->SetInputConnection(cubeSource->GetOutputPort()); in TestKdTreeBoxSelection()
|
/dports/math/vtk8/VTK-8.2.0/Examples/iOS/VTKViewer/VTKViewer/ |
H A D | VTKViewController.mm | 79 auto cubeSource = vtkSmartPointer<vtkCubeSource>::New(); 81 mapper->SetInputConnection(cubeSource->GetOutputPort());
|
/dports/math/vtk9/VTK-9.1.0/Examples/iOS/VTKViewer/VTKViewer/ |
H A D | VTKViewController.mm | 84 auto cubeSource = vtkSmartPointer<vtkCubeSource>::New(); 86 mapper->SetInputConnection(cubeSource->GetOutputPort());
|
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/ |
H A D | vtkMeasurementCubeHandleRepresentation3D.cxx | 118 vtkNew<vtkCubeSource> cubeSource; in vtkMeasurementCubeHandleRepresentation3D() local 119 cubeSource->Update(); in vtkMeasurementCubeHandleRepresentation3D() 120 this->HandleTransformFilter->SetInputData(cubeSource->GetOutput()); in vtkMeasurementCubeHandleRepresentation3D()
|
H A D | vtkResliceCursorRepresentation.cxx | 766 vtkNew<vtkCubeSource> cubeSource; in BoundPlane() local 767 cubeSource->SetBounds(bounds); in BoundPlane() 771 cutter->SetInputConnection(cubeSource->GetOutputPort()); in BoundPlane()
|
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/ |
H A D | vtkMeasurementCubeHandleRepresentation3D.cxx | 121 vtkNew<vtkCubeSource> cubeSource; in vtkMeasurementCubeHandleRepresentation3D() local 122 cubeSource->Update(); in vtkMeasurementCubeHandleRepresentation3D() 123 this->HandleTransformFilter->SetInputData( cubeSource->GetOutput() ); in vtkMeasurementCubeHandleRepresentation3D()
|