![]() |
ImFusion SDK 4.3
|
This is the complete list of members for RecombinePatchesOperation, including all inherited members.
| activeFields() const (defined in Operation) | Operation | inline |
| addTemporaryPostProcessHook(PostProcessHook hook) | Operation | inline |
| addTemporaryPreProcessHook(PreProcessHook hook) | Operation | inline |
| allowChannelBatchOnGPU() const | Operation | inlineprotectedvirtual |
| applyPostProcessHooks(DataElement *element) | Operation | protected |
| applyPreProcessHooks(DataElement *element) | Operation | protected |
| checkRequiredItemsTypes(const DataItem &item) const | Operation | virtual |
| computingDevice() const | Operation | inline |
| configFailed(const std::string &missingParam) const | Operation | |
| configuration() const | Operation | virtual |
| configure(const Properties &properties) | Operation | virtual |
| configureOnly(const Properties &properties, const std::vector< ParameterBase * > ¶mSelection) noexcept | Operation | protected |
| createFromFactories(const Operation::Specs &specs) | Operation | static |
| doesNotModifyInput() const override | RecombinePatchesOperation | inlinevirtual |
| errorOnUnexpectedBehaviour() const | Operation | inline |
| Everything enum value | Operation | |
| EverythingExceptLabels enum value | Operation | |
| finalizeRecombinationOutput() | RecombinePatchesOperation | |
| inputIsEmptyOrNull(const SharedImageSet *input) const | Operation | protected |
| logDeprecatedParam(const std::string &oldName, const std::string &newName) const | Operation | |
| logDomain() const | Operation | inline |
| m_activeFields | Operation | protected |
| m_alreadyWarned | Operation | mutableprotected |
| m_device (defined in Operation) | Operation | protected |
| m_errorOnUnexpectedBehaviour | Operation | protected |
| m_manuallyConfiguredParams | Operation | protected |
| m_name (defined in Operation) | Operation | protected |
| m_params | Operation | protected |
| m_postProcessHooks (defined in Operation) | Operation | protected |
| m_preProcessHooks (defined in Operation) | Operation | protected |
| m_processingFieldsPolicy | Operation | protected |
| m_randGenerator (defined in Operation) | Operation | mutableprotected |
| m_recordIdentifier | Operation | protected |
| m_requiredFieldsTypes | Operation | protected |
| m_seed (defined in Operation) | Operation | protected |
| m_temporaryPostProcessHooks | Operation | protected |
| m_temporaryPreProcessHooks | Operation | protected |
| name() const | Operation | inline |
| OnlyLabels enum value | Operation | |
| Operation(std::string name, ProcessingPolicy processingPolicy) | Operation | explicit |
| p_mode (defined in RecombinePatchesOperation) | RecombinePatchesOperation | |
| parameters() const | Operation | inline |
| PostProcessHook typedef (defined in Operation) | Operation | |
| prepareInputForDevice(SharedImageSet &input) const | Operation | protected |
| PreProcessHook typedef (defined in Operation) | Operation | |
| process(DataItem &item) | Operation | virtual |
| process(std::shared_ptr< SharedImageSet > input) | Operation | virtual |
| process(std::shared_ptr< KeypointSet > input) | Operation | virtual |
| process(std::shared_ptr< BoundingBoxSet > input) | Operation | virtual |
| process(std::unique_ptr< SharedImageSet > input) final | Operation | virtual |
| processBoxes(std::shared_ptr< BoundingBoxSet > input) const | Operation | protectedvirtual |
| processImages(std::shared_ptr< SharedImageSet > input) const override | RecombinePatchesOperation | virtual |
| ProcessingPolicy enum name | Operation | |
| processingPolicy() const (defined in Operation) | Operation | inline |
| processingPolicyToString(const ProcessingPolicy policy) (defined in Operation) | Operation | static |
| processPoints(std::shared_ptr< KeypointSet > input) const | Operation | protectedvirtual |
| processTensors(std::shared_ptr< TensorSet > input) const (defined in Operation) | Operation | protectedvirtual |
| processVectors(std::shared_ptr< SharedImageSet > input) const | Operation | protectedvirtual |
| RecombinePatchesOperation(RecombineMode mode=RecombineMode::Default, ComputingDevice device=ComputingDevice::GPUIfOpenGl) (defined in RecombinePatchesOperation) | RecombinePatchesOperation | |
| recordIdentifier() const | Operation | inline |
| registerParameter(ParameterBase *param) | Operation | |
| seed() const | Operation | inline |
| seedRandomEngine(uint32_t seed) | Operation | virtual |
| selectedFields(const DataItem &item) | Operation | |
| setActiveFields(std::optional< std::unordered_set< std::string > > activeFields) (defined in Operation) | Operation | inline |
| setComputingDevice(ML::ComputingDevice device) | Operation | inlinevirtual |
| setErrorOnUnexpectedBehaviour(bool error) | Operation | inlinevirtual |
| setManuallyConfiguredParameters(const std::vector< ParameterBase * > &manuallyConfiguredParams) | Operation | protected |
| setProcessingPolicy(ProcessingPolicy policy) (defined in Operation) | Operation | inlinevirtual |
| setRecordIdentifier(const std::string &recordIdentifier) | Operation | inlinevirtual |
| setupRecombinationOutput(const DataItem &patchItem, const SharedImageSet *referenceImage) | RecombinePatchesOperation | |
| stringToProcessingPolicy(const std::string &s) (defined in Operation) | Operation | static |
| supportsInversion() const | Operation | virtual |
| throwOperationError(const std::string &msg) const | Operation | inlineprotected |
| useGPU(const SharedImageSet *input) const | Operation | protectedvirtual |
| warnOperationUnexpectedBehaviour(const std::string &msg) const | Operation | protected |
| ~Operation() (defined in Operation) | Operation | virtual |