FlowEngine 7.530
Photogrammetry Software Development Kit
|
▼NFlowEngine | |
CBoundingBoxInterface | An oriented bounding box |
CBuffer | Holds a (mutable) non_owning pointer and a size Used to marshal memory buffers as arguments in a safely manner |
CBuffer< char > | Specialization for a Buffer of characters |
CBuffer< T * > | Buffer specialization for FlowEngine object classes |
CCameraCalibrationInterface | Stores a camera calibration |
CCameraConstraintInterface | Stores a 3d camera constraint |
CCameraInterface | Stores a camera object to feed the Structure from Motion parameters |
CCamerasLoaderInterface | Utility class to load and setup cameras from a specific folder |
CColor | Packed RGB color |
CConstBuffer | Holds a (non mutable) non_owning pointer and a count Used to marshal memory buffers as arguments in a safely manner |
CConstBuffer< char > | Specialization for a const buffer characters |
CConstBuffer< T * > | ConstBuffer specialization for FlowEngine object classes |
CControlPointConstraintInterface | Stores a ground control point constraint with image projections and 3D constraint |
CCudaDeviceInfo | Basic information about a CUDA-enabled device |
CDateTime | Represents a moment in time |
CDynamicBufferInterface | Dynamic memory buffer utility used to marshall variable amount of data |
CEquirectangular | Utility class to generate equirectangular-projection images and decompose them |
CFlowEngineInterface | FlowEngine main computation interface |
CImage | Quaternion Holds information about a raw image Data is not owned |
CImageIO | Utility methods related to image files |
CLicenseInfoInterface | Holds information about the currently active license and its leases |
CLicenseManager | Handles licensing |
CLogListenerInterface | Pure virtual Log Listener interface |
CLogListenerOStream | Simple log listener class |
CMarkerPrinter | Utility class to query information and generate tag images to use for marker detection |
CNamedObjectInterface | Interface for all FlowEngine objects with an editable name |
CNormal | Normal |
COrthophotoInterface | Hold an Orthophoto object |
CPair | Bound 2 values together |
CPoint2 | 2 dimensional point |
CPoint3 | Three dimensional point |
CPointColor32 | Floating-point color |
CProgressBarEmpty | Simple/Empty progress bar class |
CProgressBarInterface | Pure virtual Progress Bar interface |
CProjectedCoordinateSystemDB | Utility class that supplies a database of Projected Coordinate Systems |
CProjectedCoordinateSystemInterface | Represents a Projected Coordinate System (PCS) |
CQuaternion | Quaternion Holds an axis and an angle |
CSettingsInterface | Stores the processing settings |
CSettingsManager | Utility class to work with settings |
CSparsePointCloudInterface | Stores a PointCloud object |
CStereoMeshInterface | Stores a simple stereo mesh object for the FlowEngine interface |
CStereoPointCloudInterface | Stores a simple Dense Point Cloud object for the FlowEngine interface |
CStereoTexturedMeshInterface | Stores a simple textured mesh object for the FlowEngine interface |
CTexCoords | Texture coordinate Holds a couple of floats representing texture coordinates |
CTriangle | Triangle. Holds 3 indexes to points. Triangles are specified in counter-clockwise order |
CVersion | Represents a version in the major.minor categories format |
CWorkspaceLoaderInterface | Utility class to load objects from ".3dk" binary files that can be saved using the WorkspaceSaverInterface |
CWorkspaceSaverInterface | Utility class to save output objects as .3dk binary files that can be opened by 3DF Zephyr gui |