gesture

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GestureClient

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

GestureClient wraps the gRPC GestureService client.

func NewGestureClient

func NewGestureClient(cc grpc.ClientConnInterface) *GestureClient

NewGestureClient creates a new Gesture client.

func (*GestureClient) AddStroke

func (c *GestureClient) AddStroke(ctx context.Context, handle int64, arg0 int64) error

AddStroke calls the AddStroke RPC.

func (*GestureClient) Clone

func (c *GestureClient) Clone(ctx context.Context, handle int64) (int64, error)

Clone calls the Clone RPC.

func (*GestureClient) DescribeContents

func (c *GestureClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*GestureClient) GetBoundingBox

func (c *GestureClient) GetBoundingBox(ctx context.Context, handle int64) (int64, error)

GetBoundingBox calls the GetBoundingBox RPC.

func (*GestureClient) GetID

func (c *GestureClient) GetID(ctx context.Context, handle int64) (int64, error)

GetID calls the GetID RPC.

func (*GestureClient) GetLength

func (c *GestureClient) GetLength(ctx context.Context, handle int64) (float32, error)

GetLength calls the GetLength RPC.

func (*GestureClient) GetStrokes

func (c *GestureClient) GetStrokes(ctx context.Context, handle int64) (int64, error)

GetStrokes calls the GetStrokes RPC.

func (*GestureClient) GetStrokesCount

func (c *GestureClient) GetStrokesCount(ctx context.Context, handle int64) (int32, error)

GetStrokesCount calls the GetStrokesCount RPC.

func (*GestureClient) ToBitmap4

func (c *GestureClient) ToBitmap4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)

ToBitmap4 calls the ToBitmap4 RPC.

func (*GestureClient) ToBitmap5_1

func (c *GestureClient) ToBitmap5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32) (int64, error)

ToBitmap5_1 calls the ToBitmap5_1 RPC.

func (*GestureClient) ToPath0

func (c *GestureClient) ToPath0(ctx context.Context, handle int64) (int64, error)

ToPath0 calls the ToPath0 RPC.

func (*GestureClient) ToPath1_1

func (c *GestureClient) ToPath1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

ToPath1_1 calls the ToPath1_1 RPC.

func (*GestureClient) ToPath4_3

func (c *GestureClient) ToPath4_3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)

ToPath4_3 calls the ToPath4_3 RPC.

func (*GestureClient) ToPath5_2

func (c *GestureClient) ToPath5_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) (int64, error)

ToPath5_2 calls the ToPath5_2 RPC.

func (*GestureClient) WriteToParcel

func (c *GestureClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type LibrariesClient

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

LibrariesClient wraps the gRPC LibrariesService client.

func NewLibrariesClient

func NewLibrariesClient(cc grpc.ClientConnInterface) *LibrariesClient

NewLibrariesClient creates a new Libraries client.

func (*LibrariesClient) FromFile1

func (c *LibrariesClient) FromFile1(ctx context.Context, arg0 int64) (int64, error)

FromFile1 calls the FromFile1 RPC.

func (*LibrariesClient) FromFile1_1

func (c *LibrariesClient) FromFile1_1(ctx context.Context, arg0 string) (int64, error)

FromFile1_1 calls the FromFile1_1 RPC.

func (*LibrariesClient) FromFileDescriptor

func (c *LibrariesClient) FromFileDescriptor(ctx context.Context, arg0 int64) (int64, error)

FromFileDescriptor calls the FromFileDescriptor RPC.

func (*LibrariesClient) FromPrivateFile

func (c *LibrariesClient) FromPrivateFile(ctx context.Context, arg0 int64, arg1 string) (int64, error)

FromPrivateFile calls the FromPrivateFile RPC.

func (*LibrariesClient) FromRawResource

func (c *LibrariesClient) FromRawResource(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

FromRawResource calls the FromRawResource RPC.

type LibraryClient

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

LibraryClient wraps the gRPC LibraryService client.

func NewLibraryClient

func NewLibraryClient(cc grpc.ClientConnInterface) *LibraryClient

NewLibraryClient creates a new Library client.

func (*LibraryClient) AddGesture

func (c *LibraryClient) AddGesture(ctx context.Context, arg0 string, arg1 int64) error

AddGesture calls the AddGesture RPC.

func (*LibraryClient) GetGestureEntries

func (c *LibraryClient) GetGestureEntries(ctx context.Context) (int64, error)

GetGestureEntries calls the GetGestureEntries RPC.

func (*LibraryClient) GetGestures

func (c *LibraryClient) GetGestures(ctx context.Context, arg0 string) (int64, error)

GetGestures calls the GetGestures RPC.

func (*LibraryClient) GetOrientationStyle

func (c *LibraryClient) GetOrientationStyle(ctx context.Context) (int32, error)

GetOrientationStyle calls the GetOrientationStyle RPC.

func (*LibraryClient) GetSequenceType

func (c *LibraryClient) GetSequenceType(ctx context.Context) (int32, error)

GetSequenceType calls the GetSequenceType RPC.

func (*LibraryClient) IsReadOnly

func (c *LibraryClient) IsReadOnly(ctx context.Context) (bool, error)

IsReadOnly calls the IsReadOnly RPC.

func (*LibraryClient) Load

func (c *LibraryClient) Load(ctx context.Context) (bool, error)

Load calls the Load RPC.

func (*LibraryClient) Recognize

func (c *LibraryClient) Recognize(ctx context.Context, arg0 int64) (int64, error)

Recognize calls the Recognize RPC.

func (*LibraryClient) RemoveEntry

func (c *LibraryClient) RemoveEntry(ctx context.Context, arg0 string) error

RemoveEntry calls the RemoveEntry RPC.

func (*LibraryClient) RemoveGesture

func (c *LibraryClient) RemoveGesture(ctx context.Context, arg0 string, arg1 int64) error

RemoveGesture calls the RemoveGesture RPC.

func (*LibraryClient) Save

func (c *LibraryClient) Save(ctx context.Context) (bool, error)

Save calls the Save RPC.

func (*LibraryClient) SetOrientationStyle

func (c *LibraryClient) SetOrientationStyle(ctx context.Context, arg0 int32) error

SetOrientationStyle calls the SetOrientationStyle RPC.

func (*LibraryClient) SetSequenceType

func (c *LibraryClient) SetSequenceType(ctx context.Context, arg0 int32) error

SetSequenceType calls the SetSequenceType RPC.

type OverlayViewClient

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

OverlayViewClient wraps the gRPC OverlayViewService client.

func NewOverlayViewClient

func NewOverlayViewClient(cc grpc.ClientConnInterface) *OverlayViewClient

NewOverlayViewClient creates a new OverlayView client.

func (*OverlayViewClient) AddOnGestureListener

func (c *OverlayViewClient) AddOnGestureListener(ctx context.Context, handle int64, arg0 int64) error

AddOnGestureListener calls the AddOnGestureListener RPC.

func (*OverlayViewClient) AddOnGesturePerformedListener

func (c *OverlayViewClient) AddOnGesturePerformedListener(ctx context.Context, handle int64, arg0 int64) error

AddOnGesturePerformedListener calls the AddOnGesturePerformedListener RPC.

func (*OverlayViewClient) AddOnGesturingListener

func (c *OverlayViewClient) AddOnGesturingListener(ctx context.Context, handle int64, arg0 int64) error

AddOnGesturingListener calls the AddOnGesturingListener RPC.

func (*OverlayViewClient) CancelClearAnimation

func (c *OverlayViewClient) CancelClearAnimation(ctx context.Context, handle int64) error

CancelClearAnimation calls the CancelClearAnimation RPC.

func (*OverlayViewClient) CancelGesture

func (c *OverlayViewClient) CancelGesture(ctx context.Context, handle int64) error

CancelGesture calls the CancelGesture RPC.

func (*OverlayViewClient) Clear

func (c *OverlayViewClient) Clear(ctx context.Context, handle int64, arg0 bool) error

Clear calls the Clear RPC.

func (*OverlayViewClient) DispatchTouchEvent

func (c *OverlayViewClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)

DispatchTouchEvent calls the DispatchTouchEvent RPC.

func (*OverlayViewClient) Draw

func (c *OverlayViewClient) Draw(ctx context.Context, handle int64, arg0 int64) error

Draw calls the Draw RPC.

func (*OverlayViewClient) GetCurrentStroke

func (c *OverlayViewClient) GetCurrentStroke(ctx context.Context, handle int64) (int64, error)

GetCurrentStroke calls the GetCurrentStroke RPC.

func (*OverlayViewClient) GetFadeOffset

func (c *OverlayViewClient) GetFadeOffset(ctx context.Context, handle int64) (int64, error)

GetFadeOffset calls the GetFadeOffset RPC.

func (*OverlayViewClient) GetGesture

func (c *OverlayViewClient) GetGesture(ctx context.Context, handle int64) (int64, error)

GetGesture calls the GetGesture RPC.

func (*OverlayViewClient) GetGestureColor

func (c *OverlayViewClient) GetGestureColor(ctx context.Context, handle int64) (int32, error)

GetGestureColor calls the GetGestureColor RPC.

func (*OverlayViewClient) GetGesturePath0

func (c *OverlayViewClient) GetGesturePath0(ctx context.Context, handle int64) (int64, error)

GetGesturePath0 calls the GetGesturePath0 RPC.

func (*OverlayViewClient) GetGesturePath1_1

func (c *OverlayViewClient) GetGesturePath1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetGesturePath1_1 calls the GetGesturePath1_1 RPC.

func (*OverlayViewClient) GetGestureStrokeAngleThreshold

func (c *OverlayViewClient) GetGestureStrokeAngleThreshold(ctx context.Context, handle int64) (float32, error)

GetGestureStrokeAngleThreshold calls the GetGestureStrokeAngleThreshold RPC.

func (*OverlayViewClient) GetGestureStrokeLengthThreshold

func (c *OverlayViewClient) GetGestureStrokeLengthThreshold(ctx context.Context, handle int64) (float32, error)

GetGestureStrokeLengthThreshold calls the GetGestureStrokeLengthThreshold RPC.

func (*OverlayViewClient) GetGestureStrokeSquarenessTreshold

func (c *OverlayViewClient) GetGestureStrokeSquarenessTreshold(ctx context.Context, handle int64) (float32, error)

GetGestureStrokeSquarenessTreshold calls the GetGestureStrokeSquarenessTreshold RPC.

func (*OverlayViewClient) GetGestureStrokeType

func (c *OverlayViewClient) GetGestureStrokeType(ctx context.Context, handle int64) (int32, error)

GetGestureStrokeType calls the GetGestureStrokeType RPC.

func (*OverlayViewClient) GetGestureStrokeWidth

func (c *OverlayViewClient) GetGestureStrokeWidth(ctx context.Context, handle int64) (float32, error)

GetGestureStrokeWidth calls the GetGestureStrokeWidth RPC.

func (*OverlayViewClient) GetOrientation

func (c *OverlayViewClient) GetOrientation(ctx context.Context, handle int64) (int32, error)

GetOrientation calls the GetOrientation RPC.

func (*OverlayViewClient) GetUncertainGestureColor

func (c *OverlayViewClient) GetUncertainGestureColor(ctx context.Context, handle int64) (int32, error)

GetUncertainGestureColor calls the GetUncertainGestureColor RPC.

func (*OverlayViewClient) IsEventsInterceptionEnabled

func (c *OverlayViewClient) IsEventsInterceptionEnabled(ctx context.Context, handle int64) (bool, error)

IsEventsInterceptionEnabled calls the IsEventsInterceptionEnabled RPC.

func (*OverlayViewClient) IsFadeEnabled

func (c *OverlayViewClient) IsFadeEnabled(ctx context.Context, handle int64) (bool, error)

IsFadeEnabled calls the IsFadeEnabled RPC.

func (*OverlayViewClient) IsGestureVisible

func (c *OverlayViewClient) IsGestureVisible(ctx context.Context, handle int64) (bool, error)

IsGestureVisible calls the IsGestureVisible RPC.

func (*OverlayViewClient) IsGesturing

func (c *OverlayViewClient) IsGesturing(ctx context.Context, handle int64) (bool, error)

IsGesturing calls the IsGesturing RPC.

func (*OverlayViewClient) RemoveAllOnGestureListeners

func (c *OverlayViewClient) RemoveAllOnGestureListeners(ctx context.Context, handle int64) error

RemoveAllOnGestureListeners calls the RemoveAllOnGestureListeners RPC.

func (*OverlayViewClient) RemoveAllOnGesturePerformedListeners

func (c *OverlayViewClient) RemoveAllOnGesturePerformedListeners(ctx context.Context, handle int64) error

RemoveAllOnGesturePerformedListeners calls the RemoveAllOnGesturePerformedListeners RPC.

func (*OverlayViewClient) RemoveAllOnGesturingListeners

func (c *OverlayViewClient) RemoveAllOnGesturingListeners(ctx context.Context, handle int64) error

RemoveAllOnGesturingListeners calls the RemoveAllOnGesturingListeners RPC.

func (*OverlayViewClient) RemoveOnGestureListener

func (c *OverlayViewClient) RemoveOnGestureListener(ctx context.Context, handle int64, arg0 int64) error

RemoveOnGestureListener calls the RemoveOnGestureListener RPC.

func (*OverlayViewClient) RemoveOnGesturePerformedListener

func (c *OverlayViewClient) RemoveOnGesturePerformedListener(ctx context.Context, handle int64, arg0 int64) error

RemoveOnGesturePerformedListener calls the RemoveOnGesturePerformedListener RPC.

func (*OverlayViewClient) RemoveOnGesturingListener

func (c *OverlayViewClient) RemoveOnGesturingListener(ctx context.Context, handle int64, arg0 int64) error

RemoveOnGesturingListener calls the RemoveOnGesturingListener RPC.

func (*OverlayViewClient) SetEventsInterceptionEnabled

func (c *OverlayViewClient) SetEventsInterceptionEnabled(ctx context.Context, handle int64, arg0 bool) error

SetEventsInterceptionEnabled calls the SetEventsInterceptionEnabled RPC.

func (*OverlayViewClient) SetFadeEnabled

func (c *OverlayViewClient) SetFadeEnabled(ctx context.Context, handle int64, arg0 bool) error

SetFadeEnabled calls the SetFadeEnabled RPC.

func (*OverlayViewClient) SetFadeOffset

func (c *OverlayViewClient) SetFadeOffset(ctx context.Context, handle int64, arg0 int64) error

SetFadeOffset calls the SetFadeOffset RPC.

func (*OverlayViewClient) SetGesture

func (c *OverlayViewClient) SetGesture(ctx context.Context, handle int64, arg0 int64) error

SetGesture calls the SetGesture RPC.

func (*OverlayViewClient) SetGestureColor

func (c *OverlayViewClient) SetGestureColor(ctx context.Context, handle int64, arg0 int32) error

SetGestureColor calls the SetGestureColor RPC.

func (*OverlayViewClient) SetGestureStrokeAngleThreshold

func (c *OverlayViewClient) SetGestureStrokeAngleThreshold(ctx context.Context, handle int64, arg0 float32) error

SetGestureStrokeAngleThreshold calls the SetGestureStrokeAngleThreshold RPC.

func (*OverlayViewClient) SetGestureStrokeLengthThreshold

func (c *OverlayViewClient) SetGestureStrokeLengthThreshold(ctx context.Context, handle int64, arg0 float32) error

SetGestureStrokeLengthThreshold calls the SetGestureStrokeLengthThreshold RPC.

func (*OverlayViewClient) SetGestureStrokeSquarenessTreshold

func (c *OverlayViewClient) SetGestureStrokeSquarenessTreshold(ctx context.Context, handle int64, arg0 float32) error

SetGestureStrokeSquarenessTreshold calls the SetGestureStrokeSquarenessTreshold RPC.

func (*OverlayViewClient) SetGestureStrokeType

func (c *OverlayViewClient) SetGestureStrokeType(ctx context.Context, handle int64, arg0 int32) error

SetGestureStrokeType calls the SetGestureStrokeType RPC.

func (*OverlayViewClient) SetGestureStrokeWidth

func (c *OverlayViewClient) SetGestureStrokeWidth(ctx context.Context, handle int64, arg0 float32) error

SetGestureStrokeWidth calls the SetGestureStrokeWidth RPC.

func (*OverlayViewClient) SetGestureVisible

func (c *OverlayViewClient) SetGestureVisible(ctx context.Context, handle int64, arg0 bool) error

SetGestureVisible calls the SetGestureVisible RPC.

func (*OverlayViewClient) SetOrientation

func (c *OverlayViewClient) SetOrientation(ctx context.Context, handle int64, arg0 int32) error

SetOrientation calls the SetOrientation RPC.

func (*OverlayViewClient) SetUncertainGestureColor

func (c *OverlayViewClient) SetUncertainGestureColor(ctx context.Context, handle int64, arg0 int32) error

SetUncertainGestureColor calls the SetUncertainGestureColor RPC.

type OverlayViewOnGestureListenerClient

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

OverlayViewOnGestureListenerClient wraps the gRPC OverlayViewOnGestureListenerService client.

func NewOverlayViewOnGestureListenerClient

func NewOverlayViewOnGestureListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGestureListenerClient

NewOverlayViewOnGestureListenerClient creates a new OverlayViewOnGestureListener client.

func (*OverlayViewOnGestureListenerClient) OnGesture

func (c *OverlayViewOnGestureListenerClient) OnGesture(ctx context.Context, arg0 int64, arg1 int64) error

OnGesture calls the OnGesture RPC.

func (*OverlayViewOnGestureListenerClient) OnGestureCancelled

func (c *OverlayViewOnGestureListenerClient) OnGestureCancelled(ctx context.Context, arg0 int64, arg1 int64) error

OnGestureCancelled calls the OnGestureCancelled RPC.

func (*OverlayViewOnGestureListenerClient) OnGestureEnded

func (c *OverlayViewOnGestureListenerClient) OnGestureEnded(ctx context.Context, arg0 int64, arg1 int64) error

OnGestureEnded calls the OnGestureEnded RPC.

func (*OverlayViewOnGestureListenerClient) OnGestureStarted

func (c *OverlayViewOnGestureListenerClient) OnGestureStarted(ctx context.Context, arg0 int64, arg1 int64) error

OnGestureStarted calls the OnGestureStarted RPC.

type OverlayViewOnGesturePerformedListenerClient

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

OverlayViewOnGesturePerformedListenerClient wraps the gRPC OverlayViewOnGesturePerformedListenerService client.

func NewOverlayViewOnGesturePerformedListenerClient

func NewOverlayViewOnGesturePerformedListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGesturePerformedListenerClient

NewOverlayViewOnGesturePerformedListenerClient creates a new OverlayViewOnGesturePerformedListener client.

func (*OverlayViewOnGesturePerformedListenerClient) OnGesturePerformed

func (c *OverlayViewOnGesturePerformedListenerClient) OnGesturePerformed(ctx context.Context, arg0 int64, arg1 int64) error

OnGesturePerformed calls the OnGesturePerformed RPC.

type OverlayViewOnGesturingListenerClient

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

OverlayViewOnGesturingListenerClient wraps the gRPC OverlayViewOnGesturingListenerService client.

func NewOverlayViewOnGesturingListenerClient

func NewOverlayViewOnGesturingListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGesturingListenerClient

NewOverlayViewOnGesturingListenerClient creates a new OverlayViewOnGesturingListener client.

func (*OverlayViewOnGesturingListenerClient) OnGesturingEnded

func (c *OverlayViewOnGesturingListenerClient) OnGesturingEnded(ctx context.Context, arg0 int64) error

OnGesturingEnded calls the OnGesturingEnded RPC.

func (*OverlayViewOnGesturingListenerClient) OnGesturingStarted

func (c *OverlayViewOnGesturingListenerClient) OnGesturingStarted(ctx context.Context, arg0 int64) error

OnGesturingStarted calls the OnGesturingStarted RPC.

type PointClient

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

PointClient wraps the gRPC PointService client.

func NewPointClient

func NewPointClient(cc grpc.ClientConnInterface) *PointClient

NewPointClient creates a new Point client.

func (*PointClient) Clone

func (c *PointClient) Clone(ctx context.Context, handle int64) (int64, error)

Clone calls the Clone RPC.

type PredictionClient

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

PredictionClient wraps the gRPC PredictionService client.

func NewPredictionClient

func NewPredictionClient(cc grpc.ClientConnInterface) *PredictionClient

NewPredictionClient creates a new Prediction client.

func (*PredictionClient) ToString

func (c *PredictionClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type StoreClient

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

StoreClient wraps the gRPC StoreService client.

func NewStoreClient

func NewStoreClient(cc grpc.ClientConnInterface) *StoreClient

NewStoreClient creates a new Store client.

func (*StoreClient) AddGesture

func (c *StoreClient) AddGesture(ctx context.Context, handle int64, arg0 string, arg1 int64) error

AddGesture calls the AddGesture RPC.

func (*StoreClient) GetGestureEntries

func (c *StoreClient) GetGestureEntries(ctx context.Context, handle int64) (int64, error)

GetGestureEntries calls the GetGestureEntries RPC.

func (*StoreClient) GetGestures

func (c *StoreClient) GetGestures(ctx context.Context, handle int64, arg0 string) (int64, error)

GetGestures calls the GetGestures RPC.

func (*StoreClient) GetOrientationStyle

func (c *StoreClient) GetOrientationStyle(ctx context.Context, handle int64) (int32, error)

GetOrientationStyle calls the GetOrientationStyle RPC.

func (*StoreClient) GetSequenceType

func (c *StoreClient) GetSequenceType(ctx context.Context, handle int64) (int32, error)

GetSequenceType calls the GetSequenceType RPC.

func (*StoreClient) HasChanged

func (c *StoreClient) HasChanged(ctx context.Context, handle int64) (bool, error)

HasChanged calls the HasChanged RPC.

func (*StoreClient) Load1

func (c *StoreClient) Load1(ctx context.Context, handle int64, arg0 int64) error

Load1 calls the Load1 RPC.

func (*StoreClient) Load2_1

func (c *StoreClient) Load2_1(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

Load2_1 calls the Load2_1 RPC.

func (*StoreClient) Recognize

func (c *StoreClient) Recognize(ctx context.Context, handle int64, arg0 int64) (int64, error)

Recognize calls the Recognize RPC.

func (*StoreClient) RemoveEntry

func (c *StoreClient) RemoveEntry(ctx context.Context, handle int64, arg0 string) error

RemoveEntry calls the RemoveEntry RPC.

func (*StoreClient) RemoveGesture

func (c *StoreClient) RemoveGesture(ctx context.Context, handle int64, arg0 string, arg1 int64) error

RemoveGesture calls the RemoveGesture RPC.

func (*StoreClient) Save1

func (c *StoreClient) Save1(ctx context.Context, handle int64, arg0 int64) error

Save1 calls the Save1 RPC.

func (*StoreClient) Save2_1

func (c *StoreClient) Save2_1(ctx context.Context, handle int64, arg0 int64, arg1 bool) error

Save2_1 calls the Save2_1 RPC.

func (*StoreClient) SetOrientationStyle

func (c *StoreClient) SetOrientationStyle(ctx context.Context, handle int64, arg0 int32) error

SetOrientationStyle calls the SetOrientationStyle RPC.

func (*StoreClient) SetSequenceType

func (c *StoreClient) SetSequenceType(ctx context.Context, handle int64, arg0 int32) error

SetSequenceType calls the SetSequenceType RPC.

type StrokeClient

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

StrokeClient wraps the gRPC StrokeService client.

func NewStrokeClient

func NewStrokeClient(cc grpc.ClientConnInterface) *StrokeClient

NewStrokeClient creates a new Stroke client.

func (*StrokeClient) ClearPath

func (c *StrokeClient) ClearPath(ctx context.Context, handle int64) error

ClearPath calls the ClearPath RPC.

func (*StrokeClient) Clone

func (c *StrokeClient) Clone(ctx context.Context, handle int64) (int64, error)

Clone calls the Clone RPC.

func (*StrokeClient) ComputeOrientedBoundingBox

func (c *StrokeClient) ComputeOrientedBoundingBox(ctx context.Context, handle int64) (int64, error)

ComputeOrientedBoundingBox calls the ComputeOrientedBoundingBox RPC.

func (*StrokeClient) GetPath

func (c *StrokeClient) GetPath(ctx context.Context, handle int64) (int64, error)

GetPath calls the GetPath RPC.

func (*StrokeClient) ToPath

func (c *StrokeClient) ToPath(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 int32) (int64, error)

ToPath calls the ToPath RPC.

type UtilsClient

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

UtilsClient wraps the gRPC UtilsService client.

func NewUtilsClient

func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient

NewUtilsClient creates a new Utils client.

func (*UtilsClient) ComputeOrientedBoundingBox

func (c *UtilsClient) ComputeOrientedBoundingBox(ctx context.Context, arg0 int64) (int64, error)

ComputeOrientedBoundingBox calls the ComputeOrientedBoundingBox RPC.

func (*UtilsClient) SpatialSampling2

func (c *UtilsClient) SpatialSampling2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

SpatialSampling2 calls the SpatialSampling2 RPC.

func (*UtilsClient) SpatialSampling3_1

func (c *UtilsClient) SpatialSampling3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 bool) (int64, error)

SpatialSampling3_1 calls the SpatialSampling3_1 RPC.

func (*UtilsClient) TemporalSampling

func (c *UtilsClient) TemporalSampling(ctx context.Context, arg0 int64, arg1 int32) (int64, error)

TemporalSampling calls the TemporalSampling RPC.

Jump to

Keyboard shortcuts

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