Home
last modified time | relevance | path

Searched refs:VoxelsToWorldMatrix (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkVolumeRayCastFunction.h75 float VoxelsToWorldMatrix[16]; member
H A DvtkVolumeRayCastMapper.cxx82 this->VoxelsToWorldMatrix = vtkMatrix4x4::New(); in vtkVolumeRayCastMapper()
135 this->VoxelsToWorldMatrix->Delete(); in ~vtkVolumeRayCastMapper()
491 staticInfo->VoxelsToWorldMatrix[j*4+i] = in Render()
492 static_cast<float>(this->VoxelsToWorldMatrix->GetElement(j,i)); in Render()
1660 this->VoxelsToWorldMatrix->DeepCopy( voxelsToViewTransform->GetMatrix() ); in ComputeMatrices()
1696 voxelsToWorldMatrix = staticInfo->VoxelsToWorldMatrix; in InitializeClippingPlanes()
H A DvtkVolumeRayCastMapper.h197 vtkMatrix4x4 *VoxelsToWorldMatrix; variable
H A DvtkFixedPointVolumeRayCastMapper.cxx641 this->VoxelsToWorldMatrix = vtkMatrix4x4::New(); in vtkFixedPointVolumeRayCastMapper()
772 this->VoxelsToWorldMatrix->Delete(); in ~vtkFixedPointVolumeRayCastMapper()
1947 static_cast<float>(this->VoxelsToWorldMatrix->GetElement(j,i)); in InitializeRayInfo()
2520 this->VoxelsToWorldMatrix->DeepCopy( this->VoxelsToViewTransform->GetMatrix() ); in ComputeMatrices()
H A DvtkFixedPointVolumeRayCastMapper.h371 vtkMatrix4x4 *VoxelsToWorldMatrix; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkFixedPointVolumeRayCastMapper.cxx569 this->VoxelsToWorldMatrix = vtkMatrix4x4::New(); in vtkFixedPointVolumeRayCastMapper()
700 this->VoxelsToWorldMatrix->Delete(); in ~vtkFixedPointVolumeRayCastMapper()
1810 static_cast<float>(this->VoxelsToWorldMatrix->GetElement(j, i)); in InitializeRayInfo()
2336 this->VoxelsToWorldMatrix->DeepCopy(this->VoxelsToViewTransform->GetMatrix()); in ComputeMatrices()
H A DvtkFixedPointVolumeRayCastMapper.h378 vtkMatrix4x4* VoxelsToWorldMatrix; variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkFixedPointVolumeRayCastMapper.cxx609 this->VoxelsToWorldMatrix = vtkMatrix4x4::New(); in vtkFixedPointVolumeRayCastMapper()
740 this->VoxelsToWorldMatrix->Delete(); in ~vtkFixedPointVolumeRayCastMapper()
1916 static_cast<float>(this->VoxelsToWorldMatrix->GetElement(j,i)); in InitializeRayInfo()
2489 this->VoxelsToWorldMatrix->DeepCopy( this->VoxelsToViewTransform->GetMatrix() ); in ComputeMatrices()
H A DvtkFixedPointVolumeRayCastMapper.h403 vtkMatrix4x4 *VoxelsToWorldMatrix; variable