FlowEngine 7.530
Photogrammetry Software Development Kit
|
This is the complete list of members for FlowEngine::FlowEngineInterface, including all inherited members.
abort()=0 | FlowEngine::FlowEngineInterface | pure virtual |
adaptMeshWithControlPoints(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< ControlPointConstraintInterface * > inStartingConstraints, Buffer< ControlPointConstraintInterface * > inDestinationConstraints, const StereoMeshInterface &inDestinationMesh, StereoMeshInterface &inoutStartingMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
adaptMeshWithOpticalFlow(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, const StereoMeshInterface &inPivotMesh, const StereoMeshInterface &inDestinationMesh, StereoMeshInterface &inoutStartingMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeAndExportLodTexturedMesh(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, const StereoMeshInterface &mesh, ConstStringBuffer outputDirectory, ConstStringBuffer format, ConstStringBuffer textureFormat, int numberOfTiles, int targetMaxVerticesPerTile, int numberOfLevels, double decimationFactor, double textureDecimationFactor, bool useLocalCoordinates)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeDensePointCloud(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, const BoundingBoxInterface &boundingBox, Buffer< CameraInterface * > cameras, const SparsePointCloudInterface &pointCloud, StereoPointCloudInterface &outPointCloud)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeDensePointCloudFromInputMesh(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, const BoundingBoxInterface &boundingBox, Buffer< CameraInterface * > cameras, const SparsePointCloudInterface &pointCloud, const StereoMeshInterface &stereoMesh, StereoPointCloudInterface &outPointCloud)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeMesh(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, const BoundingBoxInterface &boundingBox, Buffer< CameraInterface * > cameras, const StereoPointCloudInterface &inStereoPointCloud, StereoMeshInterface &outStereoMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeOrthophoto(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, const StereoMeshInterface &mesh, ConstBuffer< double > transform, OrthophotoInterface &outOrthophoto)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeOrthophotoFromPoints(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, const StereoPointCloudInterface &pointCloud, ConstBuffer< double > transform, OrthophotoInterface &outOrthophoto)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeSparsePointCloudFromKnownPPM(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, SparsePointCloudInterface &outPointCloud)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeStructureAndMotion(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > inOutCameras, SparsePointCloudInterface &outPointCloud)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeStructureAndMotionConstrained(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > inOutCameras, ConstBuffer< ControlPointConstraintInterface * > inPointConstraints, ConstBuffer< CameraConstraintInterface * > inCameraConstraints, SparsePointCloudInterface &outPointCloud)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeTexturedMesh(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, const StereoMeshInterface &mesh, StereoTexturedMeshInterface &outStereoTexturedMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
computeTexturedMesh(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, const StereoMeshInterface &mesh, ConstBuffer< TexCoords > uvCoords, StereoTexturedMeshInterface &outStereoTexturedMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
detectMarkers(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, ConstStringBuffer tagFamily, double subsampling, double blur, int *minimumPoints, double *maximumReprojectionError, double *minimumAngle, Buffer< ControlPointConstraintInterface * > inOutPoints)=0 | FlowEngine::FlowEngineInterface | pure virtual |
getCudaDeviceCount() const =0 | FlowEngine::FlowEngineInterface | pure virtual |
getCudaDeviceInfo(int device, CudaDeviceInfo &outInfo) const =0 | FlowEngine::FlowEngineInterface | pure virtual |
getVersion(StringBuffer outVersion) const =0 | FlowEngine::FlowEngineInterface | pure virtual |
getVersion(Version &outVersion) const =0 | FlowEngine::FlowEngineInterface | pure virtual |
getVersionLength() const =0 | FlowEngine::FlowEngineInterface | pure virtual |
isFreeVersion() const =0 | FlowEngine::FlowEngineInterface | pure virtual |
isLatestVersion() const =0 | FlowEngine::FlowEngineInterface | pure virtual |
morphMesh(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, const StereoMeshInterface &dataMesh, StereoMeshInterface &inoutTemplateMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
pause()=0 | FlowEngine::FlowEngineInterface | pure virtual |
performBundleAdjustment(const SettingsInterface &inSettings, ProgressBarInterface &inProgressBar, LogListenerInterface &inLogListener, ConstBuffer< ControlPointConstraintInterface * > inPointConstraints, ConstBuffer< CameraConstraintInterface * > inCameraConstraints, Buffer< CameraInterface * > inOutCameras, SparsePointCloudInterface &inOutPointCloud, Buffer< unsigned char > inOutCamerasStatus)=0 | FlowEngine::FlowEngineInterface | pure virtual |
recomputeVisibility(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, bool updateProperties, Index seedPoints, bool keepOnlySeedPoints, StereoPointCloudInterface &inOutPoints)=0 | FlowEngine::FlowEngineInterface | pure virtual |
recomputeVisibility(const SettingsInterface &settings, ProgressBarInterface &progressBar, LogListenerInterface &logListener, Buffer< CameraInterface * > cameras, bool updateProperties, StereoMeshInterface &inOutMesh)=0 | FlowEngine::FlowEngineInterface | pure virtual |
resume()=0 | FlowEngine::FlowEngineInterface | pure virtual |
setLogTimestamp(bool logTimeStamp)=0 | FlowEngine::FlowEngineInterface | pure virtual |
setMaxNumberOfCores(Size numberOfCores)=0 | FlowEngine::FlowEngineInterface | pure virtual |
setMemoryLimit(Size memoryLimit)=0 | FlowEngine::FlowEngineInterface | pure virtual |
~FlowEngineInterface()=default | FlowEngine::FlowEngineInterface | virtual |