Documentation ¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
labelops.proto
It has these top-level messages:
MergeOp CleaveOp MappingOp MappingOps SplitOp SVSplit SupervoxelSplitOp OpCompleted Affinity Affinities AffinityTable SVCount LabelIndex LabelIndices
Index ¶
- Constants
- Variables
- type Affinities
- func (*Affinities) Descriptor() ([]byte, []int)
- func (this *Affinities) Equal(that interface{}) bool
- func (m *Affinities) GetAffinities() []float32
- func (m *Affinities) GetLabels() []uint64
- func (this *Affinities) GoString() string
- func (m *Affinities) Marshal() (dAtA []byte, err error)
- func (m *Affinities) MarshalTo(dAtA []byte) (int, error)
- func (*Affinities) ProtoMessage()
- func (m *Affinities) Reset()
- func (m *Affinities) Size() (n int)
- func (this *Affinities) String() string
- func (m *Affinities) Unmarshal(dAtA []byte) error
- type Affinity
- func (*Affinity) Descriptor() ([]byte, []int)
- func (this *Affinity) Equal(that interface{}) bool
- func (m *Affinity) GetLabel1() uint64
- func (m *Affinity) GetLabel2() uint64
- func (m *Affinity) GetValue() float32
- func (this *Affinity) GoString() string
- func (m *Affinity) Marshal() (dAtA []byte, err error)
- func (m *Affinity) MarshalTo(dAtA []byte) (int, error)
- func (*Affinity) ProtoMessage()
- func (m *Affinity) Reset()
- func (m *Affinity) Size() (n int)
- func (this *Affinity) String() string
- func (m *Affinity) Unmarshal(dAtA []byte) error
- type AffinityTable
- func (*AffinityTable) Descriptor() ([]byte, []int)
- func (this *AffinityTable) Equal(that interface{}) bool
- func (m *AffinityTable) GetTable() map[uint64]*Affinities
- func (this *AffinityTable) GoString() string
- func (m *AffinityTable) Marshal() (dAtA []byte, err error)
- func (m *AffinityTable) MarshalTo(dAtA []byte) (int, error)
- func (*AffinityTable) ProtoMessage()
- func (m *AffinityTable) Reset()
- func (m *AffinityTable) Size() (n int)
- func (this *AffinityTable) String() string
- func (m *AffinityTable) Unmarshal(dAtA []byte) error
- type CleaveOp
- func (*CleaveOp) Descriptor() ([]byte, []int)
- func (this *CleaveOp) Equal(that interface{}) bool
- func (m *CleaveOp) GetCleaved() []uint64
- func (m *CleaveOp) GetCleavedlabel() uint64
- func (m *CleaveOp) GetMutid() uint64
- func (m *CleaveOp) GetTarget() uint64
- func (this *CleaveOp) GoString() string
- func (m *CleaveOp) Marshal() (dAtA []byte, err error)
- func (m *CleaveOp) MarshalTo(dAtA []byte) (int, error)
- func (*CleaveOp) ProtoMessage()
- func (m *CleaveOp) Reset()
- func (m *CleaveOp) Size() (n int)
- func (this *CleaveOp) String() string
- func (m *CleaveOp) Unmarshal(dAtA []byte) error
- type LabelIndex
- func (*LabelIndex) Descriptor() ([]byte, []int)
- func (this *LabelIndex) Equal(that interface{}) bool
- func (m *LabelIndex) GetBlocks() map[uint64]*SVCount
- func (m *LabelIndex) GetLabel() uint64
- func (m *LabelIndex) GetLastModApp() string
- func (m *LabelIndex) GetLastModTime() string
- func (m *LabelIndex) GetLastModUser() string
- func (m *LabelIndex) GetLastMutId() uint64
- func (this *LabelIndex) GoString() string
- func (m *LabelIndex) Marshal() (dAtA []byte, err error)
- func (m *LabelIndex) MarshalTo(dAtA []byte) (int, error)
- func (*LabelIndex) ProtoMessage()
- func (m *LabelIndex) Reset()
- func (m *LabelIndex) Size() (n int)
- func (this *LabelIndex) String() string
- func (m *LabelIndex) Unmarshal(dAtA []byte) error
- type LabelIndices
- func (*LabelIndices) Descriptor() ([]byte, []int)
- func (this *LabelIndices) Equal(that interface{}) bool
- func (m *LabelIndices) GetIndices() []*LabelIndex
- func (this *LabelIndices) GoString() string
- func (m *LabelIndices) Marshal() (dAtA []byte, err error)
- func (m *LabelIndices) MarshalTo(dAtA []byte) (int, error)
- func (*LabelIndices) ProtoMessage()
- func (m *LabelIndices) Reset()
- func (m *LabelIndices) Size() (n int)
- func (this *LabelIndices) String() string
- func (m *LabelIndices) Unmarshal(dAtA []byte) error
- type MappingOp
- func (*MappingOp) Descriptor() ([]byte, []int)
- func (this *MappingOp) Equal(that interface{}) bool
- func (m *MappingOp) GetMapped() uint64
- func (m *MappingOp) GetMutid() uint64
- func (m *MappingOp) GetOriginal() []uint64
- func (this *MappingOp) GoString() string
- func (m *MappingOp) Marshal() (dAtA []byte, err error)
- func (m *MappingOp) MarshalTo(dAtA []byte) (int, error)
- func (*MappingOp) ProtoMessage()
- func (m *MappingOp) Reset()
- func (m *MappingOp) Size() (n int)
- func (this *MappingOp) String() string
- func (m *MappingOp) Unmarshal(dAtA []byte) error
- type MappingOps
- func (*MappingOps) Descriptor() ([]byte, []int)
- func (this *MappingOps) Equal(that interface{}) bool
- func (m *MappingOps) GetMappings() []*MappingOp
- func (this *MappingOps) GoString() string
- func (m *MappingOps) Marshal() (dAtA []byte, err error)
- func (m *MappingOps) MarshalTo(dAtA []byte) (int, error)
- func (*MappingOps) ProtoMessage()
- func (m *MappingOps) Reset()
- func (m *MappingOps) Size() (n int)
- func (this *MappingOps) String() string
- func (m *MappingOps) Unmarshal(dAtA []byte) error
- type MergeOp
- func (*MergeOp) Descriptor() ([]byte, []int)
- func (this *MergeOp) Equal(that interface{}) bool
- func (m *MergeOp) GetMerged() []uint64
- func (m *MergeOp) GetMutid() uint64
- func (m *MergeOp) GetTarget() uint64
- func (this *MergeOp) GoString() string
- func (m *MergeOp) Marshal() (dAtA []byte, err error)
- func (m *MergeOp) MarshalTo(dAtA []byte) (int, error)
- func (*MergeOp) ProtoMessage()
- func (m *MergeOp) Reset()
- func (m *MergeOp) Size() (n int)
- func (this *MergeOp) String() string
- func (m *MergeOp) Unmarshal(dAtA []byte) error
- type OpCompleted
- func (*OpCompleted) Descriptor() ([]byte, []int)
- func (this *OpCompleted) Equal(that interface{}) bool
- func (m *OpCompleted) GetMutid() uint64
- func (m *OpCompleted) GetStage() string
- func (this *OpCompleted) GoString() string
- func (m *OpCompleted) Marshal() (dAtA []byte, err error)
- func (m *OpCompleted) MarshalTo(dAtA []byte) (int, error)
- func (*OpCompleted) ProtoMessage()
- func (m *OpCompleted) Reset()
- func (m *OpCompleted) Size() (n int)
- func (this *OpCompleted) String() string
- func (m *OpCompleted) Unmarshal(dAtA []byte) error
- type SVCount
- func (*SVCount) Descriptor() ([]byte, []int)
- func (this *SVCount) Equal(that interface{}) bool
- func (m *SVCount) GetCounts() map[uint64]uint32
- func (this *SVCount) GoString() string
- func (m *SVCount) Marshal() (dAtA []byte, err error)
- func (m *SVCount) MarshalTo(dAtA []byte) (int, error)
- func (*SVCount) ProtoMessage()
- func (m *SVCount) Reset()
- func (m *SVCount) Size() (n int)
- func (this *SVCount) String() string
- func (m *SVCount) Unmarshal(dAtA []byte) error
- type SVSplit
- func (*SVSplit) Descriptor() ([]byte, []int)
- func (this *SVSplit) Equal(that interface{}) bool
- func (m *SVSplit) GetRemainlabel() uint64
- func (m *SVSplit) GetSplitlabel() uint64
- func (this *SVSplit) GoString() string
- func (m *SVSplit) Marshal() (dAtA []byte, err error)
- func (m *SVSplit) MarshalTo(dAtA []byte) (int, error)
- func (*SVSplit) ProtoMessage()
- func (m *SVSplit) Reset()
- func (m *SVSplit) Size() (n int)
- func (this *SVSplit) String() string
- func (m *SVSplit) Unmarshal(dAtA []byte) error
- type SplitOp
- func (*SplitOp) Descriptor() ([]byte, []int)
- func (this *SplitOp) Equal(that interface{}) bool
- func (m *SplitOp) GetCoarse() bool
- func (m *SplitOp) GetMutid() uint64
- func (m *SplitOp) GetNewlabel() uint64
- func (m *SplitOp) GetRles() []byte
- func (m *SplitOp) GetSvsplits() map[uint64]*SVSplit
- func (m *SplitOp) GetTarget() uint64
- func (this *SplitOp) GoString() string
- func (m *SplitOp) Marshal() (dAtA []byte, err error)
- func (m *SplitOp) MarshalTo(dAtA []byte) (int, error)
- func (*SplitOp) ProtoMessage()
- func (m *SplitOp) Reset()
- func (m *SplitOp) Size() (n int)
- func (this *SplitOp) String() string
- func (m *SplitOp) Unmarshal(dAtA []byte) error
- type SupervoxelSplitOp
- func (*SupervoxelSplitOp) Descriptor() ([]byte, []int)
- func (this *SupervoxelSplitOp) Equal(that interface{}) bool
- func (m *SupervoxelSplitOp) GetMutid() uint64
- func (m *SupervoxelSplitOp) GetRemainlabel() uint64
- func (m *SupervoxelSplitOp) GetSplitlabel() uint64
- func (m *SupervoxelSplitOp) GetSupervoxel() uint64
- func (this *SupervoxelSplitOp) GoString() string
- func (m *SupervoxelSplitOp) Marshal() (dAtA []byte, err error)
- func (m *SupervoxelSplitOp) MarshalTo(dAtA []byte) (int, error)
- func (*SupervoxelSplitOp) ProtoMessage()
- func (m *SupervoxelSplitOp) Reset()
- func (m *SupervoxelSplitOp) Size() (n int)
- func (this *SupervoxelSplitOp) String() string
- func (m *SupervoxelSplitOp) Unmarshal(dAtA []byte) error
Constants ¶
View Source
const ( UnknownType = iota SplitOpType MergeOpType MutationCompleteType AffinityType MappingOpType SupervoxelSplitType CleaveOpType )
Variables ¶
View Source
var ( ErrInvalidLengthLabelops = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowLabelops = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Affinities ¶ added in v0.8.17
type Affinities struct { Labels []uint64 `protobuf:"varint,1,rep,packed,name=labels" json:"labels,omitempty"` Affinities []float32 `protobuf:"fixed32,2,rep,packed,name=affinities" json:"affinities,omitempty"` }
func (*Affinities) Descriptor ¶ added in v0.8.17
func (*Affinities) Descriptor() ([]byte, []int)
func (*Affinities) Equal ¶ added in v0.8.17
func (this *Affinities) Equal(that interface{}) bool
func (*Affinities) GetAffinities ¶ added in v0.8.17
func (m *Affinities) GetAffinities() []float32
func (*Affinities) GetLabels ¶ added in v0.8.17
func (m *Affinities) GetLabels() []uint64
func (*Affinities) GoString ¶ added in v0.8.17
func (this *Affinities) GoString() string
func (*Affinities) Marshal ¶ added in v0.8.17
func (m *Affinities) Marshal() (dAtA []byte, err error)
func (*Affinities) MarshalTo ¶ added in v0.8.17
func (m *Affinities) MarshalTo(dAtA []byte) (int, error)
func (*Affinities) ProtoMessage ¶ added in v0.8.17
func (*Affinities) ProtoMessage()
func (*Affinities) Reset ¶ added in v0.8.17
func (m *Affinities) Reset()
func (*Affinities) Size ¶ added in v0.8.17
func (m *Affinities) Size() (n int)
func (*Affinities) String ¶ added in v0.8.17
func (this *Affinities) String() string
func (*Affinities) Unmarshal ¶ added in v0.8.17
func (m *Affinities) Unmarshal(dAtA []byte) error
type Affinity ¶ added in v0.8.17
type Affinity struct { Label1 uint64 `protobuf:"varint,1,opt,name=label1,proto3" json:"label1,omitempty"` Label2 uint64 `protobuf:"varint,2,opt,name=label2,proto3" json:"label2,omitempty"` Value float32 `protobuf:"fixed32,3,opt,name=value,proto3" json:"value,omitempty"` }
func (*Affinity) Descriptor ¶ added in v0.8.17
func (*Affinity) ProtoMessage ¶ added in v0.8.17
func (*Affinity) ProtoMessage()
type AffinityTable ¶ added in v0.8.17
type AffinityTable struct {
Table map[uint64]*Affinities `` /* 138-byte string literal not displayed */
}
func (*AffinityTable) Descriptor ¶ added in v0.8.17
func (*AffinityTable) Descriptor() ([]byte, []int)
func (*AffinityTable) Equal ¶ added in v0.8.17
func (this *AffinityTable) Equal(that interface{}) bool
func (*AffinityTable) GetTable ¶ added in v0.8.17
func (m *AffinityTable) GetTable() map[uint64]*Affinities
func (*AffinityTable) GoString ¶ added in v0.8.17
func (this *AffinityTable) GoString() string
func (*AffinityTable) Marshal ¶ added in v0.8.17
func (m *AffinityTable) Marshal() (dAtA []byte, err error)
func (*AffinityTable) MarshalTo ¶ added in v0.8.17
func (m *AffinityTable) MarshalTo(dAtA []byte) (int, error)
func (*AffinityTable) ProtoMessage ¶ added in v0.8.17
func (*AffinityTable) ProtoMessage()
func (*AffinityTable) Reset ¶ added in v0.8.17
func (m *AffinityTable) Reset()
func (*AffinityTable) Size ¶ added in v0.8.17
func (m *AffinityTable) Size() (n int)
func (*AffinityTable) String ¶ added in v0.8.17
func (this *AffinityTable) String() string
func (*AffinityTable) Unmarshal ¶ added in v0.8.17
func (m *AffinityTable) Unmarshal(dAtA []byte) error
type CleaveOp ¶ added in v0.8.18
type CleaveOp struct { Mutid uint64 `protobuf:"varint,1,opt,name=mutid,proto3" json:"mutid,omitempty"` Target uint64 `protobuf:"varint,2,opt,name=target,proto3" json:"target,omitempty"` Cleavedlabel uint64 `protobuf:"varint,3,opt,name=cleavedlabel,proto3" json:"cleavedlabel,omitempty"` Cleaved []uint64 `protobuf:"varint,4,rep,packed,name=cleaved" json:"cleaved,omitempty"` }
func (*CleaveOp) Descriptor ¶ added in v0.8.18
func (*CleaveOp) GetCleaved ¶ added in v0.8.18
func (*CleaveOp) GetCleavedlabel ¶ added in v0.8.18
func (*CleaveOp) ProtoMessage ¶ added in v0.8.18
func (*CleaveOp) ProtoMessage()
type LabelIndex ¶ added in v0.8.17
type LabelIndex struct { Blocks map[uint64]*SVCount `` /* 140-byte string literal not displayed */ Label uint64 `protobuf:"varint,2,opt,name=label,proto3" json:"label,omitempty"` LastMutId uint64 `protobuf:"varint,3,opt,name=last_mut_id,json=lastMutId,proto3" json:"last_mut_id,omitempty"` LastModTime string `protobuf:"bytes,4,opt,name=last_mod_time,json=lastModTime,proto3" json:"last_mod_time,omitempty"` LastModUser string `protobuf:"bytes,5,opt,name=last_mod_user,json=lastModUser,proto3" json:"last_mod_user,omitempty"` LastModApp string `protobuf:"bytes,6,opt,name=last_mod_app,json=lastModApp,proto3" json:"last_mod_app,omitempty"` }
func (*LabelIndex) Descriptor ¶ added in v0.8.17
func (*LabelIndex) Descriptor() ([]byte, []int)
func (*LabelIndex) Equal ¶ added in v0.8.17
func (this *LabelIndex) Equal(that interface{}) bool
func (*LabelIndex) GetBlocks ¶ added in v0.8.17
func (m *LabelIndex) GetBlocks() map[uint64]*SVCount
func (*LabelIndex) GetLabel ¶ added in v0.8.17
func (m *LabelIndex) GetLabel() uint64
func (*LabelIndex) GetLastModApp ¶ added in v0.8.18
func (m *LabelIndex) GetLastModApp() string
func (*LabelIndex) GetLastModTime ¶ added in v0.8.17
func (m *LabelIndex) GetLastModTime() string
func (*LabelIndex) GetLastModUser ¶ added in v0.8.17
func (m *LabelIndex) GetLastModUser() string
func (*LabelIndex) GetLastMutId ¶ added in v0.8.18
func (m *LabelIndex) GetLastMutId() uint64
func (*LabelIndex) GoString ¶ added in v0.8.17
func (this *LabelIndex) GoString() string
func (*LabelIndex) Marshal ¶ added in v0.8.17
func (m *LabelIndex) Marshal() (dAtA []byte, err error)
func (*LabelIndex) MarshalTo ¶ added in v0.8.17
func (m *LabelIndex) MarshalTo(dAtA []byte) (int, error)
func (*LabelIndex) ProtoMessage ¶ added in v0.8.17
func (*LabelIndex) ProtoMessage()
func (*LabelIndex) Reset ¶ added in v0.8.17
func (m *LabelIndex) Reset()
func (*LabelIndex) Size ¶ added in v0.8.17
func (m *LabelIndex) Size() (n int)
func (*LabelIndex) String ¶ added in v0.8.17
func (this *LabelIndex) String() string
func (*LabelIndex) Unmarshal ¶ added in v0.8.17
func (m *LabelIndex) Unmarshal(dAtA []byte) error
type LabelIndices ¶ added in v0.8.17
type LabelIndices struct {
Indices []*LabelIndex `protobuf:"bytes,1,rep,name=indices" json:"indices,omitempty"`
}
func (*LabelIndices) Descriptor ¶ added in v0.8.17
func (*LabelIndices) Descriptor() ([]byte, []int)
func (*LabelIndices) Equal ¶ added in v0.8.17
func (this *LabelIndices) Equal(that interface{}) bool
func (*LabelIndices) GetIndices ¶ added in v0.8.17
func (m *LabelIndices) GetIndices() []*LabelIndex
func (*LabelIndices) GoString ¶ added in v0.8.17
func (this *LabelIndices) GoString() string
func (*LabelIndices) Marshal ¶ added in v0.8.17
func (m *LabelIndices) Marshal() (dAtA []byte, err error)
func (*LabelIndices) MarshalTo ¶ added in v0.8.17
func (m *LabelIndices) MarshalTo(dAtA []byte) (int, error)
func (*LabelIndices) ProtoMessage ¶ added in v0.8.17
func (*LabelIndices) ProtoMessage()
func (*LabelIndices) Reset ¶ added in v0.8.17
func (m *LabelIndices) Reset()
func (*LabelIndices) Size ¶ added in v0.8.17
func (m *LabelIndices) Size() (n int)
func (*LabelIndices) String ¶ added in v0.8.17
func (this *LabelIndices) String() string
func (*LabelIndices) Unmarshal ¶ added in v0.8.17
func (m *LabelIndices) Unmarshal(dAtA []byte) error
type MappingOp ¶ added in v0.8.17
type MappingOp struct { Mutid uint64 `protobuf:"varint,1,opt,name=mutid,proto3" json:"mutid,omitempty"` Mapped uint64 `protobuf:"varint,2,opt,name=mapped,proto3" json:"mapped,omitempty"` Original []uint64 `protobuf:"varint,3,rep,packed,name=original" json:"original,omitempty"` }
func (*MappingOp) Descriptor ¶ added in v0.8.17
func (*MappingOp) GetOriginal ¶ added in v0.8.17
func (*MappingOp) ProtoMessage ¶ added in v0.8.17
func (*MappingOp) ProtoMessage()
type MappingOps ¶ added in v0.8.17
type MappingOps struct {
Mappings []*MappingOp `protobuf:"bytes,1,rep,name=mappings" json:"mappings,omitempty"`
}
func (*MappingOps) Descriptor ¶ added in v0.8.17
func (*MappingOps) Descriptor() ([]byte, []int)
func (*MappingOps) Equal ¶ added in v0.8.17
func (this *MappingOps) Equal(that interface{}) bool
func (*MappingOps) GetMappings ¶ added in v0.8.17
func (m *MappingOps) GetMappings() []*MappingOp
func (*MappingOps) GoString ¶ added in v0.8.17
func (this *MappingOps) GoString() string
func (*MappingOps) Marshal ¶ added in v0.8.17
func (m *MappingOps) Marshal() (dAtA []byte, err error)
func (*MappingOps) MarshalTo ¶ added in v0.8.17
func (m *MappingOps) MarshalTo(dAtA []byte) (int, error)
func (*MappingOps) ProtoMessage ¶ added in v0.8.17
func (*MappingOps) ProtoMessage()
func (*MappingOps) Reset ¶ added in v0.8.17
func (m *MappingOps) Reset()
func (*MappingOps) Size ¶ added in v0.8.17
func (m *MappingOps) Size() (n int)
func (*MappingOps) String ¶ added in v0.8.17
func (this *MappingOps) String() string
func (*MappingOps) Unmarshal ¶ added in v0.8.17
func (m *MappingOps) Unmarshal(dAtA []byte) error
type MergeOp ¶
type MergeOp struct { Mutid uint64 `protobuf:"varint,1,opt,name=mutid,proto3" json:"mutid,omitempty"` Target uint64 `protobuf:"varint,2,opt,name=target,proto3" json:"target,omitempty"` Merged []uint64 `protobuf:"varint,3,rep,packed,name=merged" json:"merged,omitempty"` }
func (*MergeOp) Descriptor ¶
func (*MergeOp) ProtoMessage ¶
func (*MergeOp) ProtoMessage()
type OpCompleted ¶
type OpCompleted struct { Mutid uint64 `protobuf:"varint,1,opt,name=mutid,proto3" json:"mutid,omitempty"` Stage string `protobuf:"bytes,2,opt,name=stage,proto3" json:"stage,omitempty"` }
func (*OpCompleted) Descriptor ¶
func (*OpCompleted) Descriptor() ([]byte, []int)
func (*OpCompleted) Equal ¶
func (this *OpCompleted) Equal(that interface{}) bool
func (*OpCompleted) GetMutid ¶
func (m *OpCompleted) GetMutid() uint64
func (*OpCompleted) GetStage ¶
func (m *OpCompleted) GetStage() string
func (*OpCompleted) GoString ¶
func (this *OpCompleted) GoString() string
func (*OpCompleted) Marshal ¶
func (m *OpCompleted) Marshal() (dAtA []byte, err error)
func (*OpCompleted) ProtoMessage ¶
func (*OpCompleted) ProtoMessage()
func (*OpCompleted) Reset ¶
func (m *OpCompleted) Reset()
func (*OpCompleted) Size ¶
func (m *OpCompleted) Size() (n int)
func (*OpCompleted) String ¶
func (this *OpCompleted) String() string
func (*OpCompleted) Unmarshal ¶
func (m *OpCompleted) Unmarshal(dAtA []byte) error
type SVCount ¶ added in v0.8.17
func (*SVCount) Descriptor ¶ added in v0.8.17
func (*SVCount) ProtoMessage ¶ added in v0.8.17
func (*SVCount) ProtoMessage()
type SVSplit ¶ added in v0.8.18
type SVSplit struct { Splitlabel uint64 `protobuf:"varint,1,opt,name=splitlabel,proto3" json:"splitlabel,omitempty"` Remainlabel uint64 `protobuf:"varint,2,opt,name=remainlabel,proto3" json:"remainlabel,omitempty"` }
func (*SVSplit) Descriptor ¶ added in v0.8.18
func (*SVSplit) GetRemainlabel ¶ added in v0.8.18
func (*SVSplit) GetSplitlabel ¶ added in v0.8.18
func (*SVSplit) ProtoMessage ¶ added in v0.8.18
func (*SVSplit) ProtoMessage()
type SplitOp ¶
type SplitOp struct { Mutid uint64 `protobuf:"varint,1,opt,name=mutid,proto3" json:"mutid,omitempty"` Target uint64 `protobuf:"varint,2,opt,name=target,proto3" json:"target,omitempty"` Newlabel uint64 `protobuf:"varint,3,opt,name=newlabel,proto3" json:"newlabel,omitempty"` Coarse bool `protobuf:"varint,4,opt,name=coarse,proto3" json:"coarse,omitempty"` Rles []byte `protobuf:"bytes,5,opt,name=rles,proto3" json:"rles,omitempty"` Svsplits map[uint64]*SVSplit `` /* 144-byte string literal not displayed */ }
func (*SplitOp) Descriptor ¶
func (*SplitOp) GetNewlabel ¶
func (*SplitOp) GetSvsplits ¶ added in v0.8.18
func (*SplitOp) ProtoMessage ¶
func (*SplitOp) ProtoMessage()
type SupervoxelSplitOp ¶ added in v0.8.18
type SupervoxelSplitOp struct { Mutid uint64 `protobuf:"varint,1,opt,name=mutid,proto3" json:"mutid,omitempty"` Supervoxel uint64 `protobuf:"varint,2,opt,name=supervoxel,proto3" json:"supervoxel,omitempty"` Splitlabel uint64 `protobuf:"varint,3,opt,name=splitlabel,proto3" json:"splitlabel,omitempty"` Remainlabel uint64 `protobuf:"varint,4,opt,name=remainlabel,proto3" json:"remainlabel,omitempty"` }
func (*SupervoxelSplitOp) Descriptor ¶ added in v0.8.18
func (*SupervoxelSplitOp) Descriptor() ([]byte, []int)
func (*SupervoxelSplitOp) Equal ¶ added in v0.8.18
func (this *SupervoxelSplitOp) Equal(that interface{}) bool
func (*SupervoxelSplitOp) GetMutid ¶ added in v0.8.18
func (m *SupervoxelSplitOp) GetMutid() uint64
func (*SupervoxelSplitOp) GetRemainlabel ¶ added in v0.8.18
func (m *SupervoxelSplitOp) GetRemainlabel() uint64
func (*SupervoxelSplitOp) GetSplitlabel ¶ added in v0.8.18
func (m *SupervoxelSplitOp) GetSplitlabel() uint64
func (*SupervoxelSplitOp) GetSupervoxel ¶ added in v0.8.18
func (m *SupervoxelSplitOp) GetSupervoxel() uint64
func (*SupervoxelSplitOp) GoString ¶ added in v0.8.18
func (this *SupervoxelSplitOp) GoString() string
func (*SupervoxelSplitOp) Marshal ¶ added in v0.8.18
func (m *SupervoxelSplitOp) Marshal() (dAtA []byte, err error)
func (*SupervoxelSplitOp) MarshalTo ¶ added in v0.8.18
func (m *SupervoxelSplitOp) MarshalTo(dAtA []byte) (int, error)
func (*SupervoxelSplitOp) ProtoMessage ¶ added in v0.8.18
func (*SupervoxelSplitOp) ProtoMessage()
func (*SupervoxelSplitOp) Reset ¶ added in v0.8.18
func (m *SupervoxelSplitOp) Reset()
func (*SupervoxelSplitOp) Size ¶ added in v0.8.18
func (m *SupervoxelSplitOp) Size() (n int)
func (*SupervoxelSplitOp) String ¶ added in v0.8.18
func (this *SupervoxelSplitOp) String() string
func (*SupervoxelSplitOp) Unmarshal ¶ added in v0.8.18
func (m *SupervoxelSplitOp) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.