Home
last modified time | relevance | path

Searched refs:PokeMatrix (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkAssembly.cxx120 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderTranslucentPolygonalGeometry()
122 prop3D->PokeMatrix(NULL); in RenderTranslucentPolygonalGeometry()
179 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderVolumetricGeometry()
181 prop3D->PokeMatrix(NULL); in RenderVolumetricGeometry()
213 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOpaqueGeometry()
216 prop3D->PokeMatrix(NULL); in RenderOpaqueGeometry()
373 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in GetBounds()
375 prop3D->PokeMatrix(NULL); in GetBounds()
H A DvtkPropAssembly.cxx101 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderTranslucentPolygonalGeometry()
103 prop->PokeMatrix(NULL); in RenderTranslucentPolygonalGeometry()
158 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderVolumetricGeometry()
160 prop->PokeMatrix(NULL); in RenderVolumetricGeometry()
191 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOpaqueGeometry()
193 prop->PokeMatrix(NULL); in RenderOpaqueGeometry()
223 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOverlay()
225 prop->PokeMatrix(NULL); in RenderOverlay()
H A DvtkRenderer.cxx1703 prop->PokeMatrix(matrix); in PickGeometry()
1705 prop->PokeMatrix(NULL); in PickGeometry()
1718 prop->PokeMatrix(matrix); in PickGeometry()
1721 prop->PokeMatrix(NULL); in PickGeometry()
1734 prop->PokeMatrix(matrix); in PickGeometry()
1737 prop->PokeMatrix(NULL); in PickGeometry()
1748 prop->PokeMatrix(matrix); in PickGeometry()
1751 prop->PokeMatrix(NULL); in PickGeometry()
H A DvtkAreaPicker.cxx253 propCandidate->PokeMatrix(path->GetLastNode()->GetMatrix()); in PickProps()
255 propCandidate->PokeMatrix(NULL); in PickProps()
H A DvtkProp.h132 virtual void PokeMatrix(vtkMatrix4x4 *vtkNotUsed(matrix)) {} in PokeMatrix() function
H A DvtkProp3D.h258 void PokeMatrix(vtkMatrix4x4 *matrix);
H A DvtkProp3D.cxx526 void vtkProp3D::PokeMatrix(vtkMatrix4x4 *matrix) in PokeMatrix() function in vtkProp3D
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkPropAssembly.cxx100 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderTranslucentPolygonalGeometry()
102 prop->PokeMatrix(nullptr); in RenderTranslucentPolygonalGeometry()
158 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderVolumetricGeometry()
160 prop->PokeMatrix(nullptr); in RenderVolumetricGeometry()
191 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOpaqueGeometry()
193 prop->PokeMatrix(nullptr); in RenderOpaqueGeometry()
223 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOverlay()
225 prop->PokeMatrix(nullptr); in RenderOverlay()
H A DvtkAssembly.cxx117 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderTranslucentPolygonalGeometry()
119 prop3D->PokeMatrix(nullptr); in RenderTranslucentPolygonalGeometry()
176 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderVolumetricGeometry()
178 prop3D->PokeMatrix(nullptr); in RenderVolumetricGeometry()
210 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOpaqueGeometry()
213 prop3D->PokeMatrix(nullptr); in RenderOpaqueGeometry()
363 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in GetBounds()
365 prop3D->PokeMatrix(nullptr); in GetBounds()
H A DvtkAreaPicker.cxx250 propCandidate->PokeMatrix(path->GetLastNode()->GetMatrix()); in PickProps()
252 propCandidate->PokeMatrix(nullptr); in PickProps()
H A DvtkProp3D.h290 void PokeMatrix(vtkMatrix4x4* matrix) override;
H A DvtkProp.h156 virtual void PokeMatrix(vtkMatrix4x4* vtkNotUsed(matrix)) {} in PokeMatrix() function
H A DvtkProp3D.cxx512 void vtkProp3D::PokeMatrix(vtkMatrix4x4* matrix) in PokeMatrix() function in vtkProp3D
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkAssembly.cxx120 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderTranslucentPolygonalGeometry()
122 prop3D->PokeMatrix(nullptr); in RenderTranslucentPolygonalGeometry()
179 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderVolumetricGeometry()
181 prop3D->PokeMatrix(nullptr); in RenderVolumetricGeometry()
213 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOpaqueGeometry()
216 prop3D->PokeMatrix(nullptr); in RenderOpaqueGeometry()
373 prop3D->PokeMatrix(path->GetLastNode()->GetMatrix()); in GetBounds()
375 prop3D->PokeMatrix(nullptr); in GetBounds()
H A DvtkPropAssembly.cxx101 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderTranslucentPolygonalGeometry()
103 prop->PokeMatrix(nullptr); in RenderTranslucentPolygonalGeometry()
158 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderVolumetricGeometry()
160 prop->PokeMatrix(nullptr); in RenderVolumetricGeometry()
190 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOpaqueGeometry()
192 prop->PokeMatrix(nullptr); in RenderOpaqueGeometry()
221 prop->PokeMatrix(path->GetLastNode()->GetMatrix()); in RenderOverlay()
223 prop->PokeMatrix(nullptr); in RenderOverlay()
H A DvtkAreaPicker.cxx253 propCandidate->PokeMatrix(path->GetLastNode()->GetMatrix()); in PickProps()
255 propCandidate->PokeMatrix(nullptr); in PickProps()
H A DvtkProp3D.h303 void PokeMatrix(vtkMatrix4x4 *matrix) override;
H A DvtkProp.h158 virtual void PokeMatrix(vtkMatrix4x4 *vtkNotUsed(matrix)) {} in PokeMatrix() function
H A DvtkProp3D.cxx527 void vtkProp3D::PokeMatrix(vtkMatrix4x4 *matrix) in PokeMatrix() function in vtkProp3D
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastCameraInsideNonUniformScaleTransform.cxx97 volume->PokeMatrix(matrix); in TestGPURayCastCameraInsideNonUniformScaleTransform()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastCameraInsideNonUniformScaleTransform.cxx101 volume->PokeMatrix(matrix); in TestGPURayCastCameraInsideNonUniformScaleTransform()
/dports/math/vtk9/VTK-9.1.0/Rendering/Image/
H A DvtkImageStack.cxx279 image->PokeMatrix(propMatrix); in PokeMatrices()
291 image->PokeMatrix(nullptr); in PokeMatrices()
/dports/math/vtk8/VTK-8.2.0/Rendering/Image/
H A DvtkImageStack.cxx279 image->PokeMatrix(propMatrix); in PokeMatrices()
291 image->PokeMatrix(nullptr); in PokeMatrices()
/dports/math/vtk6/VTK-6.2.0/Rendering/Image/
H A DvtkImageStack.cxx277 image->PokeMatrix(propMatrix); in PokeMatrices()
289 image->PokeMatrix(NULL); in PokeMatrices()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DWidgetTestingMacros.h432 object->PokeMatrix(mat); \

12