Structure f3d::scene_info_t
Definition: types.h (line 412)
Describe the contents of the scene, as returned by scene::getSceneInfo.
Members
Public attributes
Variable numberOfFiles
Definition: types.h (line 416)
int f3d::scene_info_t::numberOfFiles = 0
Number of files in the scene, which counts every file added with scene::add as well as every mesh and buffer added with it
Type: int
Variable numberOfActors
Definition: types.h (line 419)
int f3d::scene_info_t::numberOfActors = 0
Number of actors in the scene.
Type: int
Variable numberOfPoints
Definition: types.h (line 422)
std::int64_t f3d::scene_info_t::numberOfPoints = 0
Total number of points of all the actors in the scene.
Type: std::int64_t
Variable numberOfCells
Definition: types.h (line 425)
std::int64_t f3d::scene_info_t::numberOfCells = 0
Total number of cells of all the actors in the scene.
Type: std::int64_t
Public functions
Function operator==
bool f3d::scene_info_t::operator==(const scene_info_t &other) const
Parameters:
- const scene_info_t & other
Return type: bool