This is the complete list of members for sim::PhotonVoxelDef, including all inherited members.
DefaultPoint typedef | sim::PhotonVoxelDef | private |
DefaultVector typedef | sim::PhotonVoxelDef | private |
fLowerCorner | sim::PhotonVoxelDef | private |
fUpperCorner | sim::PhotonVoxelDef | private |
fxSteps | sim::PhotonVoxelDef | private |
fySteps | sim::PhotonVoxelDef | private |
fzSteps | sim::PhotonVoxelDef | private |
GetNeighboringVoxelIDs(Point const &v) const | sim::PhotonVoxelDef | |
GetNeighboringVoxelIDs(Point const &v) const | sim::PhotonVoxelDef | |
GetNeighboringVoxelIDsImpl(geo::Point_t const &v) const | sim::PhotonVoxelDef | private |
GetNVoxels() const | sim::PhotonVoxelDef | |
GetPhotonVoxel(int ID) const | sim::PhotonVoxelDef | |
GetRegionLowerCorner() const | sim::PhotonVoxelDef | |
GetRegionUpperCorner() const | sim::PhotonVoxelDef | |
GetSteps() const | sim::PhotonVoxelDef | |
GetVolumeSize() const | sim::PhotonVoxelDef | inline |
GetVoxelCoords(int ID) const | sim::PhotonVoxelDef | |
GetVoxelID(Point const &p) const | sim::PhotonVoxelDef | |
GetVoxelID(double const *) const | sim::PhotonVoxelDef | |
GetVoxelIDImpl(geo::Point_t const &p) const | sim::PhotonVoxelDef | private |
GetVoxelSize() const | sim::PhotonVoxelDef | |
GetVoxelStepCoordsUnchecked(geo::Point_t const &p) const | sim::PhotonVoxelDef | private |
isInside(geo::Point_t const &p) const | sim::PhotonVoxelDef | inline |
isInsideImpl(geo::Point_t const &point) const | sim::PhotonVoxelDef | inlineprivate |
isInsideRange(double value, double lower, double upper) | sim::PhotonVoxelDef | privatestatic |
isInsideVolume(geo::Point_t const &point, geo::Point_t const &lower, geo::Point_t const &upper) | sim::PhotonVoxelDef | privatestatic |
IsLegalVoxelID(int) const | sim::PhotonVoxelDef | |
operator!=(const PhotonVoxelDef &rhs) const | sim::PhotonVoxelDef | inline |
operator==(const PhotonVoxelDef &rhs) const | sim::PhotonVoxelDef | |
PhotonVoxelDef()=default | sim::PhotonVoxelDef | |
PhotonVoxelDef(double xMin, double xMax, int xN, double yMin, double yMax, int yN, double zMin, double zMax, int zN) | sim::PhotonVoxelDef | |