class IOSub

IOSequence which does a selection of adjacent columns on another IOSequence, when calling getMatrix().

Inheritance:


Public Methods

[more] IOSub(IOBufferize* io_torch_, int offset_, int frame_size_)
We will select columns indexed by offset_offset_+frame_size_-1 of the frames provided by io_torch_, when calling getSequence()


Inherited from IOSequence:

Public Fields

oint n_sequences
oint frame_size

Public Methods

ovirtual int getNumberOfFrames(int t)
ovirtual void getSequence(int t, Sequence* sequence)
ovirtual int getTotalNumberOfFrames()


Inherited from Object:

Public Fields

oAllocator* allocator

Public Methods

ovoid addOption(const char* name, int size, void* ptr, const char* help="")
ovoid addIOption(const char* name, int* ptr, int init_value, const char* help="")
ovoid addROption(const char* name, real* ptr, real init_value, const char* help="")
ovoid addBOption(const char* name, bool* ptr, bool init_value, const char* help="")
ovoid addOOption(const char* name, Object** ptr, Object* init_value, const char* help="")
ovoid setOption(const char* name, void* ptr)
ovoid setIOption(const char* name, int option)
ovoid setROption(const char* name, real option)
ovoid setBOption(const char* name, bool option)
ovoid setOOption(const char* name, Object* option)
ovirtual void loadXFile(XFile* file)
ovirtual void saveXFile(XFile* file)
ovoid load(const char* filename)
ovoid save(const char* filename)
ovoid* operator new(size_t size, Allocator* allocator_=NULL)
ovoid* operator new(size_t size, Allocator* allocator_, void* ptr_)
ovoid operator delete(void* ptr)


Documentation

IOSequence which does a selection of adjacent columns on another IOSequence, when calling getMatrix().

o IOSub(IOBufferize* io_torch_, int offset_, int frame_size_)
We will select columns indexed by offset_offset_+frame_size_-1 of the frames provided by io_torch_, when calling getSequence()


This class has no child classes.
Author:
Ronan Collobert (collober@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.