SHOGUN  4.1.0
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
Float64Chunk Class Reference

Detailed Description

Definition at line 544 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
 
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 * 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
 
inline::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

virtual ~Float64Chunk ( )
virtual
Float64Chunk ( const Float64Chunk from)

Member Function Documentation

void add_data ( double  value)

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

int ByteSize ( ) const
void Clear ( )
void clear_data ( )

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

void CopyFrom ( const ::google::protobuf::Message &  from)
void CopyFrom ( const Float64Chunk from)
double data ( int  index) const

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

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

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

int data_size ( ) const

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

static const Float64Chunk& default_instance ( )
static
static const ::google::protobuf::Descriptor* descriptor ( )
static
int GetCachedSize ( ) const

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

::google::protobuf::Metadata GetMetadata ( ) const
bool IsInitialized ( ) const
void MergeFrom ( const ::google::protobuf::Message &  from)
void MergeFrom ( const Float64Chunk from)
bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
google::protobuf::RepeatedField< double > * mutable_data ( )

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

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

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

Float64Chunk* New ( ) const
Float64Chunk& operator= ( const Float64Chunk from)

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

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
void set_data ( int  index,
double  value 
)

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

void Swap ( Float64Chunk other)
const ::google::protobuf::UnknownFieldSet& unknown_fields ( ) const

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

Friends And Related Function Documentation

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

Member Data Documentation

const int kDataFieldNumber = 1
static

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


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

SHOGUN Machine Learning Toolbox - Documentation