user-side struct for reading trees More...
Public Attributes | |
uint | px |
x-coordinate of the pixel | |
uint | py |
y-coordinate of the pixel | |
Point | origin |
origin of the ray tree - for internal use | |
vector< Ray > | rays |
set of rays in the tree | |
size_t | record_offset |
file offset of the records - for internal use |
user-side struct for reading trees
Point rl::Tree::origin |
origin of the ray tree - for internal use
Referenced by rl::operator<<(), and rl::RayLogger::readTree().
uint rl::Tree::px |
x-coordinate of the pixel
Referenced by rl::operator<<(), and rl::RayLogger::readTree().
uint rl::Tree::py |
y-coordinate of the pixel
Referenced by rl::operator<<(), and rl::RayLogger::readTree().
vector<Ray> rl::Tree::rays |
set of rays in the tree
Referenced by rl::RayLogger::populateTree(), and rtVTK::rlRenderer::render().
size_t rl::Tree::record_offset |
file offset of the records - for internal use
Referenced by rl::RayLogger::readTree().