25 class CameraInterface;
26 class BoundingBoxInterface;
27 class ProgressBarInterface;
An oriented bounding box.
Definition: BoundingBoxInterface.h:35
Pure virtual Progress Bar interface.
Definition: ProgressBarInterface.h:32
Definition: WorkspaceExportUtils.h:30
static FLE_DLL Result exportJsonNerf(ConstStringBuffer path, ConstBuffer< CameraInterface * > cameras, ConstBuffer< Point2 > camerasOffset, ImageDistortionType distortionType, double imageScale, const BoundingBoxInterface &boundingBox, ProgressBarInterface &progressBar)
Definition: WorkspaceExportUtils.cpp:29
ImageDistortionType
Definition: WorkspaceExportUtils.h:34
Definition: BoundingBoxInterface.cpp:26
Result
Enumerates possible results generated by FlowEngine.
Definition: CommonDef.h:45
Specialization for a const buffer characters.
Definition: CommonDef.h:296
Holds a (non mutable) non_owning pointer and a count Used to marshal memory buffers as arguments in a...
Definition: CommonDef.h:191