SHOGUN  3.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
Float32Chunk Class Reference

Detailed Description

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

Inheritance diagram for Float32Chunk:
Inheritance graph
[legend]

Public Member Functions

 Float32Chunk ()
 
virtual ~Float32Chunk ()
 
 Float32Chunk (const Float32Chunk &from)
 
Float32Chunkoperator= (const Float32Chunk &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Float32Chunk *other)
 
Float32ChunkNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Float32Chunk &from)
 
void MergeFrom (const Float32Chunk &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 ()
 
float data (int index) const
 
void set_data (int index, float value)
 
void add_data (float value)
 
const
::google::protobuf::RepeatedField
< float > & 
data () const
 
inline::google::protobuf::RepeatedField
< float > * 
mutable_data ()
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const Float32Chunkdefault_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 ~Float32Chunk ( )
virtual
Float32Chunk ( const Float32Chunk from)

Member Function Documentation

void add_data ( float  value)

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

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

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

void CopyFrom ( const ::google::protobuf::Message &  from)
void CopyFrom ( const Float32Chunk from)
float data ( int  index) const

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

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

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

int data_size ( ) const

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

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

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

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

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

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

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

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

Definition at line 483 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,
float  value 
)

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

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

Definition at line 488 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 533 of file Chunks.pb.h.


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

SHOGUN Machine Learning Toolbox - Documentation