public class RayDetector
extends java.lang.Object
Constructor and Description |
---|
RayDetector(int sliceNumber) |
RayDetector(Projection projection) |
RayDetector(Projection projection,
Trajectory geometry) |
Modifier and Type | Method and Description |
---|---|
int |
getHeightInPixels() |
StraightLine[][] |
getIncidentRays()
Ordered Collection of rays incident on ray detector
|
double |
getPixelHeight() |
double |
getPixelWidth() |
SimpleVector |
getPrincipalPointInMM() |
SimpleVector |
getPrincipalPointInPixels() |
StraightLine[][][] |
getSuperSampledIncidentRays()
For anti-aliasing
|
int |
getWidthInPixels() |
public RayDetector(int sliceNumber)
public RayDetector(Projection projection)
public RayDetector(Projection projection, Trajectory geometry)
public int getHeightInPixels()
public int getWidthInPixels()
public double getPixelWidth()
public double getPixelHeight()
public SimpleVector getPrincipalPointInPixels()
public SimpleVector getPrincipalPointInMM()
public StraightLine[][] getIncidentRays()
public StraightLine[][][] getSuperSampledIncidentRays()