Class which provides an ensemble of sequences, which have the same frame size, but could have different number of frames.
Inheritance:
Public Fields
-
int n_sequences
- Number of sequences in the interface
-
int frame_size
- Frame size of each sequence
Public Methods
-
IOSequence()
-
virtual int getNumberOfFrames(int t) = 0
- Returns the number of frames of the sequence indexed by t
-
virtual void getSequence(int t, Sequence* sequence) = 0
- Write the sequence t in sequence.
-
virtual int getTotalNumberOfFrames() = 0
- Returns the total number of frames in the IO
Inherited from Object:
Public Fields
-
Allocator* allocator
Public Methods
-
void addOption(const char* name, int size, void* ptr, const char* help="")
-
void addIOption(const char* name, int* ptr, int init_value, const char* help="")
-
void addROption(const char* name, real* ptr, real init_value, const char* help="")
-
void addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
-
void addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
-
void setOption(const char* name, void* ptr)
-
void setIOption(const char* name, int option)
-
void setROption(const char* name, real option)
-
void setBOption(const char* name, bool option)
-
void setOOption(const char* name, Object* option)
-
virtual void loadXFile(XFile* file)
-
virtual void saveXFile(XFile* file)
-
void load(const char* filename)
-
void save(const char* filename)
-
void* operator new(size_t size, Allocator* allocator_=NULL)
-
void* operator new(size_t size, Allocator* allocator_, void* ptr_)
-
void operator delete(void* ptr)
Documentation
Class which provides an ensemble of sequences, which have the same
frame size, but could have different number of frames.
- int n_sequences
- Number of sequences in the interface
- int frame_size
- Frame size of each sequence
- IOSequence()
- virtual int getNumberOfFrames(int t) = 0
- Returns the number of frames of the sequence indexed by t
- virtual void getSequence(int t, Sequence* sequence) = 0
- Write the sequence t in sequence.
Sequence must have the size returned by getNumberOfFrames().
- virtual int getTotalNumberOfFrames() = 0
- Returns the total number of frames in the IO
- Direct child classes:
- IOSub
IOMulti
IOHTKTarget
IOHTK
IOBufferize
IOBin
IOAscii
- Author:
- Ronan Collobert (collober@idiap.ch)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.