MIDSX 0.1
A x-ray transport code system for dosimetry
|
This is the complete list of members for VoxelGrid, including all inherited members.
addExit() | VoxelGrid | inline |
dim_space_ (defined in VoxelGrid) | VoxelGrid | private |
dim_vox_ (defined in VoxelGrid) | VoxelGrid | private |
filename_ (defined in VoxelGrid) | VoxelGrid | private |
getDimSpace() const | VoxelGrid | inline |
getEnergyDepositedInMaterials() | VoxelGrid | |
getMaterialNames() const | VoxelGrid | |
getNumExits() const | VoxelGrid | inline |
getNumPyArrayFromImg(const py::object &img) (defined in VoxelGrid) | VoxelGrid | privatestatic |
getTotalEnergyDeposited() | VoxelGrid | |
getVoxel(const Eigen::Vector3i &voxel_index) | VoxelGrid | |
getVoxelIndex(const Eigen::Vector3d &position) const | VoxelGrid | |
getVoxelPosition(const Eigen::Vector3i &voxel_index) | VoxelGrid | |
handleOutOfBounds(const Eigen::Vector3d &position) const (defined in VoxelGrid) | VoxelGrid | private |
initializeVoxels() (defined in VoxelGrid) | VoxelGrid | private |
is_python_environment_ (defined in VoxelGrid) | VoxelGrid | private |
numExits_ (defined in VoxelGrid) | VoxelGrid | private |
numOfVoxels_ (defined in VoxelGrid) | VoxelGrid | private |
setDimSpace() (defined in VoxelGrid) | VoxelGrid | private |
setDimVox(const py::array_t< uint8_t > &array) (defined in VoxelGrid) | VoxelGrid | private |
setNumOfVoxels() (defined in VoxelGrid) | VoxelGrid | private |
setSpacing(const py::object &header) (defined in VoxelGrid) | VoxelGrid | private |
setUnits(const py::object &header) (defined in VoxelGrid) | VoxelGrid | private |
setVoxel(const Eigen::Vector3i &voxel_index, Voxel &value) | VoxelGrid | |
setVoxelMaterialIDs(const py::array_t< uint8_t > &array) (defined in VoxelGrid) | VoxelGrid | private |
setVoxelProperties(const py::array_t< uint8_t > &array, const py::object &header) (defined in VoxelGrid) | VoxelGrid | private |
spacing_ (defined in VoxelGrid) | VoxelGrid | private |
units_ (defined in VoxelGrid) | VoxelGrid | private |
VoxelGrid()=default (defined in VoxelGrid) | VoxelGrid | |
VoxelGrid(std::string filename, bool is_python_environment=false) | VoxelGrid | explicit |
voxelNumber(const Eigen::Vector3i &voxel_index) const (defined in VoxelGrid) | VoxelGrid | private |
voxels_ (defined in VoxelGrid) | VoxelGrid | private |
withinGrid(const Eigen::Vector3d &position) const | VoxelGrid |