class Perm

Permutation object.

Inheritance:


Public Fields

[more]int n
Size of the permutation
[more]int* ptr
Data of the permutation

Public Methods

[more] Perm(int n_dim)
Create a new permutation
[more]void copy(Perm* perm)
Copy the permutation perm


Inherited from Object:

Public Methods

ovirtual void init()
ovoid addOption(const char* name, int size, void* ptr, const char* help="", bool is_allowed_after_init=false)
ovoid addIOption(const char* name, int* ptr, int init_value, const char* help="", bool is_allowed_after_init=false)
ovoid addROption(const char* name, real* ptr, real init_value, const char* help="", bool is_allowed_after_init=false)
ovoid addBOption(const char* name, bool* ptr, bool init_value, const char* help="", bool is_allowed_after_init=false)
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)
ovirtual void loadFILE(FILE* file)
ovirtual void saveFILE(FILE* file)
ovoid load(const char* filename)
ovoid save(const char* filename)


Documentation

Permutation object.

oint n
Size of the permutation

oint* ptr
Data of the permutation

o Perm(int n_dim)
Create a new permutation

ovoid copy(Perm* perm)
Copy the permutation perm


This class has no child classes.
Author:
Ronan Collobert (collober@iro.umontreal.ca)

Alphabetic index HTML hierarchy of classes or Java



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