mocks

package
v1.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOpenMVGServiceInterface

type MockOpenMVGServiceInterface struct {
	// contains filtered or unexported fields
}

MockOpenMVGServiceInterface is a mock of OpenMVGServiceInterface interface.

func NewMockOpenMVGServiceInterface

func NewMockOpenMVGServiceInterface(ctrl *gomock.Controller) *MockOpenMVGServiceInterface

NewMockOpenMVGServiceInterface creates a new mock instance.

func (*MockOpenMVGServiceInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOpenMVGServiceInterface) PopulateTmpDir

func (m *MockOpenMVGServiceInterface) PopulateTmpDir()

PopulateTmpDir mocks base method.

func (*MockOpenMVGServiceInterface) RunHealthCheck

func (m *MockOpenMVGServiceInterface) RunHealthCheck()

RunHealthCheck mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMComputeFeatures

func (m *MockOpenMVGServiceInterface) RunSfMComputeFeatures()

RunSfMComputeFeatures mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMComputeMatches

func (m *MockOpenMVGServiceInterface) RunSfMComputeMatches()

RunSfMComputeMatches mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMComputeSfMDataColor

func (m *MockOpenMVGServiceInterface) RunSfMComputeSfMDataColor()

RunSfMComputeSfMDataColor mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMGeometricFilter

func (m *MockOpenMVGServiceInterface) RunSfMGeometricFilter()

RunSfMGeometricFilter mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMInitImageListing

func (m *MockOpenMVGServiceInterface) RunSfMInitImageListing()

RunSfMInitImageListing mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMPairGenerator

func (m *MockOpenMVGServiceInterface) RunSfMPairGenerator()

RunSfMPairGenerator mocks base method.

func (*MockOpenMVGServiceInterface) RunSfMReconstruction

func (m *MockOpenMVGServiceInterface) RunSfMReconstruction()

RunSfMReconstruction mocks base method.

func (*MockOpenMVGServiceInterface) SfMSequentialPipeline

func (m *MockOpenMVGServiceInterface) SfMSequentialPipeline()

SfMSequentialPipeline mocks base method.

type MockOpenMVGServiceInterfaceMockRecorder

type MockOpenMVGServiceInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockOpenMVGServiceInterfaceMockRecorder is the mock recorder for MockOpenMVGServiceInterface.

func (*MockOpenMVGServiceInterfaceMockRecorder) PopulateTmpDir

func (mr *MockOpenMVGServiceInterfaceMockRecorder) PopulateTmpDir() *gomock.Call

PopulateTmpDir indicates an expected call of PopulateTmpDir.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunHealthCheck

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunHealthCheck() *gomock.Call

RunHealthCheck indicates an expected call of RunHealthCheck.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMComputeFeatures

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMComputeFeatures() *gomock.Call

RunSfMComputeFeatures indicates an expected call of RunSfMComputeFeatures.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMComputeMatches

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMComputeMatches() *gomock.Call

RunSfMComputeMatches indicates an expected call of RunSfMComputeMatches.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMComputeSfMDataColor

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMComputeSfMDataColor() *gomock.Call

RunSfMComputeSfMDataColor indicates an expected call of RunSfMComputeSfMDataColor.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMGeometricFilter

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMGeometricFilter() *gomock.Call

RunSfMGeometricFilter indicates an expected call of RunSfMGeometricFilter.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMInitImageListing

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMInitImageListing() *gomock.Call

RunSfMInitImageListing indicates an expected call of RunSfMInitImageListing.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMPairGenerator

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMPairGenerator() *gomock.Call

RunSfMPairGenerator indicates an expected call of RunSfMPairGenerator.

func (*MockOpenMVGServiceInterfaceMockRecorder) RunSfMReconstruction

func (mr *MockOpenMVGServiceInterfaceMockRecorder) RunSfMReconstruction() *gomock.Call

RunSfMReconstruction indicates an expected call of RunSfMReconstruction.

func (*MockOpenMVGServiceInterfaceMockRecorder) SfMSequentialPipeline

func (mr *MockOpenMVGServiceInterfaceMockRecorder) SfMSequentialPipeline() *gomock.Call

SfMSequentialPipeline indicates an expected call of SfMSequentialPipeline.

type MockOpenMVSServiceInterface

type MockOpenMVSServiceInterface struct {
	// contains filtered or unexported fields
}

MockOpenMVSServiceInterface is a mock of OpenMVSServiceInterface interface.

func NewMockOpenMVSServiceInterface

func NewMockOpenMVSServiceInterface(ctrl *gomock.Controller) *MockOpenMVSServiceInterface

NewMockOpenMVSServiceInterface creates a new mock instance.

func (*MockOpenMVSServiceInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOpenMVSServiceInterface) RunDensifyPointCloud

func (m *MockOpenMVSServiceInterface) RunDensifyPointCloud()

RunDensifyPointCloud mocks base method.

func (*MockOpenMVSServiceInterface) RunPipeline

func (m *MockOpenMVSServiceInterface) RunPipeline()

RunPipeline mocks base method.

func (*MockOpenMVSServiceInterface) RunReconstructMesh

func (m *MockOpenMVSServiceInterface) RunReconstructMesh()

RunReconstructMesh mocks base method.

func (*MockOpenMVSServiceInterface) RunRefineMesh

func (m *MockOpenMVSServiceInterface) RunRefineMesh()

RunRefineMesh mocks base method.

func (*MockOpenMVSServiceInterface) RunTextureMesh

func (m *MockOpenMVSServiceInterface) RunTextureMesh()

RunTextureMesh mocks base method.

type MockOpenMVSServiceInterfaceMockRecorder

type MockOpenMVSServiceInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockOpenMVSServiceInterfaceMockRecorder is the mock recorder for MockOpenMVSServiceInterface.

func (*MockOpenMVSServiceInterfaceMockRecorder) RunDensifyPointCloud

func (mr *MockOpenMVSServiceInterfaceMockRecorder) RunDensifyPointCloud() *gomock.Call

RunDensifyPointCloud indicates an expected call of RunDensifyPointCloud.

func (*MockOpenMVSServiceInterfaceMockRecorder) RunPipeline

RunPipeline indicates an expected call of RunPipeline.

func (*MockOpenMVSServiceInterfaceMockRecorder) RunReconstructMesh

func (mr *MockOpenMVSServiceInterfaceMockRecorder) RunReconstructMesh() *gomock.Call

RunReconstructMesh indicates an expected call of RunReconstructMesh.

func (*MockOpenMVSServiceInterfaceMockRecorder) RunRefineMesh

RunRefineMesh indicates an expected call of RunRefineMesh.

func (*MockOpenMVSServiceInterfaceMockRecorder) RunTextureMesh

func (mr *MockOpenMVSServiceInterfaceMockRecorder) RunTextureMesh() *gomock.Call

RunTextureMesh indicates an expected call of RunTextureMesh.

type MockOpenmvgoUtilsInterface added in v1.0.7

type MockOpenmvgoUtilsInterface struct {
	// contains filtered or unexported fields
}

MockOpenmvgoUtilsInterface is a mock of OpenmvgoUtilsInterface interface.

func NewMockOpenmvgoUtilsInterface added in v1.0.7

func NewMockOpenmvgoUtilsInterface(ctrl *gomock.Controller) *MockOpenmvgoUtilsInterface

NewMockOpenmvgoUtilsInterface creates a new mock instance.

func (*MockOpenmvgoUtilsInterface) Check added in v1.0.7

func (m *MockOpenmvgoUtilsInterface) Check(e error)

Check mocks base method.

func (*MockOpenmvgoUtilsInterface) CopyFile added in v1.0.7

func (m *MockOpenmvgoUtilsInterface) CopyFile(src, dst string) error

CopyFile mocks base method.

func (*MockOpenmvgoUtilsInterface) DownloadFile added in v1.0.7

func (m *MockOpenmvgoUtilsInterface) DownloadFile(url string) (string, error)

DownloadFile mocks base method.

func (*MockOpenmvgoUtilsInterface) EXPECT added in v1.0.7

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOpenmvgoUtilsInterface) EnsureDir added in v1.0.7

func (m *MockOpenmvgoUtilsInterface) EnsureDir(path string) error

EnsureDir mocks base method.

func (*MockOpenmvgoUtilsInterface) RunCommand added in v1.0.7

func (m *MockOpenmvgoUtilsInterface) RunCommand(name string, args []string) error

RunCommand mocks base method.

type MockOpenmvgoUtilsInterfaceMockRecorder added in v1.0.7

type MockOpenmvgoUtilsInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockOpenmvgoUtilsInterfaceMockRecorder is the mock recorder for MockOpenmvgoUtilsInterface.

func (*MockOpenmvgoUtilsInterfaceMockRecorder) Check added in v1.0.7

Check indicates an expected call of Check.

func (*MockOpenmvgoUtilsInterfaceMockRecorder) CopyFile added in v1.0.7

func (mr *MockOpenmvgoUtilsInterfaceMockRecorder) CopyFile(src, dst any) *gomock.Call

CopyFile indicates an expected call of CopyFile.

func (*MockOpenmvgoUtilsInterfaceMockRecorder) DownloadFile added in v1.0.7

func (mr *MockOpenmvgoUtilsInterfaceMockRecorder) DownloadFile(url any) *gomock.Call

DownloadFile indicates an expected call of DownloadFile.

func (*MockOpenmvgoUtilsInterfaceMockRecorder) EnsureDir added in v1.0.7

EnsureDir indicates an expected call of EnsureDir.

func (*MockOpenmvgoUtilsInterfaceMockRecorder) RunCommand added in v1.0.7

func (mr *MockOpenmvgoUtilsInterfaceMockRecorder) RunCommand(name, args any) *gomock.Call

RunCommand indicates an expected call of RunCommand.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL