SHOGUN  v3.2.0
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
Float64Chunk Class Reference

Detailed Description

Definition at line 631 of file Chunks.pb.h.

Inheritance diagram for Float64Chunk:
Inheritance graph
[legend]

Public Member Functions

 Float64Chunk ()
 
virtual ~Float64Chunk ()
 
 Float64Chunk (const Float64Chunk &from)
 
Float64Chunkoperator= (const Float64Chunk &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Float64Chunk *other)
 
Float64ChunkNew () const
 
Float64ChunkNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Float64Chunk &from)
 
void MergeFrom (const Float64Chunk &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int data_size () const
 
void clear_data ()
 
double data (int index) const
 
void set_data (int index, double value)
 
void add_data (double value)
 
const ::google::protobuf::RepeatedField< double > & data () const
 
::google::protobuf::RepeatedField< double > * mutable_data ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Float64Chunkdefault_instance ()
 

Static Public Attributes

static const int kDataFieldNumber = 1
 

Friends

void protobuf_AddDesc_Chunks_2eproto ()
 
void protobuf_AssignDesc_Chunks_2eproto ()
 
void protobuf_ShutdownFile_Chunks_2eproto ()
 

Constructor & Destructor Documentation

◆ Float64Chunk() [1/2]

◆ ~Float64Chunk()

virtual ~Float64Chunk ( )
virtual

◆ Float64Chunk() [2/2]

Float64Chunk ( const Float64Chunk from)

Member Function Documentation

◆ add_data()

void add_data ( double  value)

Definition at line 953 of file Chunks.pb.h.

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_data()

void clear_data ( )

Definition at line 942 of file Chunks.pb.h.

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)

◆ CopyFrom() [2/2]

void CopyFrom ( const Float64Chunk from)

◆ data() [1/2]

double data ( int  index) const

Definition at line 945 of file Chunks.pb.h.

◆ data() [2/2]

const ::google::protobuf::RepeatedField< double > & data ( ) const

Definition at line 958 of file Chunks.pb.h.

◆ data_size()

int data_size ( ) const

Definition at line 939 of file Chunks.pb.h.

◆ default_instance()

static const Float64Chunk& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ GetCachedSize()

int GetCachedSize ( ) const

Definition at line 678 of file Chunks.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)

◆ MergeFrom() [2/2]

void MergeFrom ( const Float64Chunk from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

◆ mutable_data()

google::protobuf::RepeatedField< double > * mutable_data ( )

Definition at line 963 of file Chunks.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields ( )

Definition at line 647 of file Chunks.pb.h.

◆ New() [1/2]

Float64Chunk* New ( ) const

Definition at line 658 of file Chunks.pb.h.

◆ New() [2/2]

Float64Chunk* New ( ::google::protobuf::Arena *  arena) const

◆ operator=()

Float64Chunk& operator= ( const Float64Chunk from)

Definition at line 638 of file Chunks.pb.h.

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const

Definition at line 675 of file Chunks.pb.h.

◆ set_data()

void set_data ( int  index,
double  value 
)

Definition at line 949 of file Chunks.pb.h.

◆ Swap()

void Swap ( Float64Chunk other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

Definition at line 643 of file Chunks.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_Chunks_2eproto

void protobuf_AddDesc_Chunks_2eproto ( )
friend

◆ protobuf_AssignDesc_Chunks_2eproto

void protobuf_AssignDesc_Chunks_2eproto ( )
friend

◆ protobuf_ShutdownFile_Chunks_2eproto

void protobuf_ShutdownFile_Chunks_2eproto ( )
friend

Member Data Documentation

◆ kDataFieldNumber

const int kDataFieldNumber = 1
static

Definition at line 702 of file Chunks.pb.h.


The documentation for this class was generated from the following file:

SHOGUN Machine Learning Toolbox - Documentation