PointCloud2BIM Library
1.0
Library to facilitate the transpormation of point clouds into digital BIM representation
|
This is the complete list of members for Project, including all inherited members.
addFloor(Floor &f, bool force_save=true) | Project | inline |
addOpening(Opening &p, bool force_save=true) | Project | inline |
addPlane(Plane &p, bool force_save=true) | Project | inline |
addPointCloud(PointCloud &pc, bool force_save=true) | Project | inline |
addRoom(Room &r, bool force_save=true) | Project | inline |
addWall(Wall &p, bool force_save=true) | Project | inline |
createProjectFile(const fs::path &path) | Project | inline |
getFloor(int id) | Project | inline |
getFloors() | Project | inline |
getFolder() | Project | inline |
getOpening(int id) | Project | inline |
getOpenings() | Project | inline |
getPlane(int id) | Project | inline |
getPlanes() | Project | inline |
getPointCloud(int id) | Project | inline |
getPointClouds() | Project | inline |
getRoom(int id) | Project | inline |
getRooms() | Project | inline |
getTranslation() | Project | inline |
getWall(int id) | Project | inline |
getWalls() | Project | inline |
import(std::string filename, bool translate=false) | Project | inline |
openProjectFile(const fs::path &path) | Project | inline |
Project(const fs::path &directory) | Project | inline |
Project(std::string project_name, const fs::path &full) | Project | inline |
save() | Project | inline |
setTranslation(double tx, double ty, double tz) | Project | inline |
update(PointCloud &p) | Project | inline |
update(Room &r) | Project | inline |
update(Floor &f) | Project | inline |
update(Plane &p) | Project | inline |
update(Wall &p) | Project | inline |
update(Opening &p) | Project | inline |