Home
last modified time | relevance | path

Searched refs:intersectionLengths (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkUnstructuredGridBunykRayCastFunction.cxx54 double *intersectionLengths,
74 vtkDoubleArray *intersectionLengths,
150 if (intersectionLengths) in GetNextIntersections()
152 intersectionLengths->SetNumberOfComponents(1); in GetNextIntersections()
165 (intersectionLengths ? intersectionLengths->GetPointer(0) : NULL), in GetNextIntersections()
189 (intersectionLengths ? intersectionLengths->GetPointer(0) : NULL), in GetNextIntersections()
203 if (intersectionLengths) in GetNextIntersections()
205 intersectionLengths->SetNumberOfTuples(numIntersections); in GetNextIntersections()
921 double *intersectionLengths, in TemplateCastRay() argument
1076 if (intersectionLengths) in TemplateCastRay()
[all …]
H A DvtkUnstructuredGridHomogeneousRayIntegrator.cxx180 vtkDoubleArray *intersectionLengths, in Integrate() argument
185 vtkIdType numIntersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
207 float alpha = 1-(float)exp(-intersectionLengths->GetComponent(i,0)*tau); in Integrate()
272 float alpha = 1 - (float)exp(-intersectionLengths->GetComponent(i,0) in Integrate()
297 float alpha = 1-(float)exp(-intersectionLengths->GetComponent(i,0)*c[3]); in Integrate()
H A DvtkUnstructuredGridPreIntegration.cxx416 vtkDoubleArray *intersectionLengths, in Integrate() argument
421 vtkIdType numIntersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
427 intersectionLengths->GetComponent(i, 0), 0); in Integrate()
433 intersectionLengths->GetComponent(i, 0), in Integrate()
H A DvtkUnstructuredGridPartialPreIntegration.cxx401 vtkDoubleArray *intersectionLengths, in Integrate() argument
406 int numintersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
415 double total_length = intersectionLengths->GetValue(i); in Integrate()
530 double length = intersectionLengths->GetValue(i); in Integrate()
542 double length = intersectionLengths->GetValue(i); in Integrate()
H A DvtkUnstructuredGridLinearRayIntegrator.cxx397 vtkDoubleArray *intersectionLengths, in Integrate() argument
402 int numintersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
411 double total_length = intersectionLengths->GetValue(i); in Integrate()
526 double length = intersectionLengths->GetValue(i); in Integrate()
537 double length = intersectionLengths->GetValue(i); in Integrate()
H A DvtkUnstructuredGridVolumeRayCastMapper.cxx558 vtkDoubleArray *intersectionLengths=this->IntersectionLengthsBuffer[threadID]; in CastRays() local
606 intersectionLengths, in CastRays()
625 intersectionLengths, in CastRays()
631 this->RealRayIntegrator->Integrate(intersectionLengths, in CastRays()
H A DvtkUnstructuredGridVolumeRayIntegrator.h57 virtual void Integrate(vtkDoubleArray *intersectionLengths,
H A DvtkUnstructuredGridVolumeRayCastIterator.h63 vtkDoubleArray *intersectionLengths,
H A DvtkUnstructuredGridHomogeneousRayIntegrator.h52 virtual void Integrate(vtkDoubleArray *intersectionLengths,
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkUnstructuredGridHomogeneousRayIntegrator.cxx172 void vtkUnstructuredGridHomogeneousRayIntegrator::Integrate(vtkDoubleArray* intersectionLengths, in Integrate() argument
175 vtkIdType numIntersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
196 float alpha = 1 - (float)exp(-intersectionLengths->GetComponent(i, 0) * tau); in Integrate()
261 float alpha = 1 - (float)exp(-intersectionLengths->GetComponent(i, 0) * newcolor[3]); in Integrate()
285 float alpha = 1 - (float)exp(-intersectionLengths->GetComponent(i, 0) * c[3]); in Integrate()
H A DvtkUnstructuredGridBunykRayCastFunction.cxx351 vtkIdType GetNextIntersections(vtkIdList* intersectedCells, vtkDoubleArray* intersectionLengths,
408 vtkDoubleArray* intersectionLengths, vtkDataArray* scalars, vtkDataArray* nearIntersections, in GetNextIntersections() argument
415 if (intersectionLengths) in GetNextIntersections()
417 intersectionLengths->SetNumberOfComponents(1); in GetNextIntersections()
418 intersectionLengths->SetNumberOfTuples(this->MaxNumberOfIntersections); in GetNextIntersections()
428 intersectionLengths ? intersectionLengths->GetPointer(0) : nullptr, in GetNextIntersections()
450 intersectionLengths ? intersectionLengths->GetPointer(0) : nullptr, in GetNextIntersections()
471 if (intersectionLengths) in GetNextIntersections()
473 intersectionLengths->SetNumberOfTuples(numIntersections); in GetNextIntersections()
H A DvtkUnstructuredGridPreIntegration.cxx393 void vtkUnstructuredGridPreIntegration::Integrate(vtkDoubleArray* intersectionLengths, in Integrate() argument
396 vtkIdType numIntersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
401 farIntersections->GetComponent(i, 0), intersectionLengths->GetComponent(i, 0), 0); in Integrate()
406 farIntersections->GetComponent(i, component), intersectionLengths->GetComponent(i, 0), in Integrate()
H A DvtkUnstructuredGridPartialPreIntegration.cxx375 void vtkUnstructuredGridPartialPreIntegration::Integrate(vtkDoubleArray* intersectionLengths, in Integrate() argument
378 int numintersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
387 double total_length = intersectionLengths->GetValue(i); in Integrate()
502 double length = intersectionLengths->GetValue(i); in Integrate()
514 double length = intersectionLengths->GetValue(i); in Integrate()
H A DvtkUnstructuredGridLinearRayIntegrator.cxx383 void vtkUnstructuredGridLinearRayIntegrator::Integrate(vtkDoubleArray* intersectionLengths, in Integrate() argument
386 int numintersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
395 double total_length = intersectionLengths->GetValue(i); in Integrate()
511 double length = intersectionLengths->GetValue(i); in Integrate()
522 double length = intersectionLengths->GetValue(i); in Integrate()
H A DvtkUnstructuredGridVolumeRayCastMapper.cxx519 vtkDoubleArray* intersectionLengths = this->IntersectionLengthsBuffer[threadID]; in CastRays() local
567 intersectedCells, intersectionLengths, nullptr, nullptr, nullptr); in CastRays()
580 nullptr, intersectionLengths, this->Scalars, nearIntersections, farIntersections); in CastRays()
585 intersectionLengths, nearIntersections, farIntersections, color); in CastRays()
H A DvtkUnstructuredGridVolumeRayIntegrator.h61 virtual void Integrate(vtkDoubleArray* intersectionLengths, vtkDataArray* nearIntersections,
H A DvtkUnstructuredGridVolumeRayCastIterator.h67 vtkDoubleArray* intersectionLengths, vtkDataArray* scalars, vtkDataArray* nearIntersections,
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkUnstructuredGridHomogeneousRayIntegrator.cxx180 vtkDoubleArray *intersectionLengths, in Integrate() argument
185 vtkIdType numIntersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
207 float alpha = 1-(float)exp(-intersectionLengths->GetComponent(i,0)*tau); in Integrate()
272 float alpha = 1 - (float)exp(-intersectionLengths->GetComponent(i,0) in Integrate()
297 float alpha = 1-(float)exp(-intersectionLengths->GetComponent(i,0)*c[3]); in Integrate()
H A DvtkUnstructuredGridBunykRayCastFunction.cxx352 vtkDoubleArray *intersectionLengths,
413 vtkDoubleArray *intersectionLengths, in GetNextIntersections() argument
422 if (intersectionLengths) in GetNextIntersections()
424 intersectionLengths->SetNumberOfComponents(1); in GetNextIntersections()
425 intersectionLengths->SetNumberOfTuples(this->MaxNumberOfIntersections); in GetNextIntersections()
437 intersectionLengths ? intersectionLengths->GetPointer(0) : nullptr, in GetNextIntersections()
460 intersectionLengths ? intersectionLengths->GetPointer(0) : nullptr, in GetNextIntersections()
484 if (intersectionLengths) in GetNextIntersections()
486 intersectionLengths->SetNumberOfTuples(numIntersections); in GetNextIntersections()
H A DvtkUnstructuredGridPreIntegration.cxx416 vtkDoubleArray *intersectionLengths, in Integrate() argument
421 vtkIdType numIntersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
427 intersectionLengths->GetComponent(i, 0), 0); in Integrate()
433 intersectionLengths->GetComponent(i, 0), in Integrate()
H A DvtkUnstructuredGridPartialPreIntegration.cxx395 vtkDoubleArray *intersectionLengths, in Integrate() argument
400 int numintersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
409 double total_length = intersectionLengths->GetValue(i); in Integrate()
524 double length = intersectionLengths->GetValue(i); in Integrate()
536 double length = intersectionLengths->GetValue(i); in Integrate()
H A DvtkUnstructuredGridLinearRayIntegrator.cxx398 vtkDoubleArray *intersectionLengths, in Integrate() argument
403 int numintersections = intersectionLengths->GetNumberOfTuples(); in Integrate()
412 double total_length = intersectionLengths->GetValue(i); in Integrate()
527 double length = intersectionLengths->GetValue(i); in Integrate()
538 double length = intersectionLengths->GetValue(i); in Integrate()
H A DvtkUnstructuredGridVolumeRayCastMapper.cxx547 vtkDoubleArray *intersectionLengths=this->IntersectionLengthsBuffer[threadID]; in CastRays() local
595 intersectionLengths, in CastRays()
614 intersectionLengths, in CastRays()
620 this->RealRayIntegrator->Integrate(intersectionLengths, in CastRays()
H A DvtkUnstructuredGridVolumeRayIntegrator.h62 virtual void Integrate(vtkDoubleArray *intersectionLengths,
H A DvtkUnstructuredGridVolumeRayCastIterator.h67 vtkDoubleArray *intersectionLengths,

12