FlowEngine 7.530
Photogrammetry Software Development Kit
|
This is the complete list of members for FlowEngine::BoundingBoxInterface, including all inherited members.
computeFromCameras(const SparsePointCloudInterface &pointCloud, Buffer< CameraInterface * > inCameras, float additionalExpansionPerc=0.1f)=0 | FlowEngine::BoundingBoxInterface | pure virtual |
computeFromPoints(const SparsePointCloudInterface &pointCloud, bool useOutlierRejection, float additionalExpansionPerc=0.03f)=0 | FlowEngine::BoundingBoxInterface | pure virtual |
exportToXml(ConstStringBuffer filePath) const =0 | FlowEngine::BoundingBoxInterface | pure virtual |
getHalfSize(Point3 &outHalfSize) const =0 | FlowEngine::BoundingBoxInterface | pure virtual |
getOrientation(Quaternion &outOrientation) const =0 | FlowEngine::BoundingBoxInterface | pure virtual |
getTranslation(Point3 &outTranslation) const =0 | FlowEngine::BoundingBoxInterface | pure virtual |
importFromXml(ConstStringBuffer filePath)=0 | FlowEngine::BoundingBoxInterface | pure virtual |
setHalfSize(const Point3 &halfSize)=0 | FlowEngine::BoundingBoxInterface | pure virtual |
setOrientation(const Quaternion &orientation)=0 | FlowEngine::BoundingBoxInterface | pure virtual |
setTranslation(const Point3 &translation)=0 | FlowEngine::BoundingBoxInterface | pure virtual |
~BoundingBoxInterface()=default | FlowEngine::BoundingBoxInterface | virtual |