Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_procedure_list_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_procedure_list_t
- Enclosing class:
FileJPEG2000
A list of procedures.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intThe number of the array of validation procedures.(package private) intThe number of validation procedures.The array of procedures. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_nb_procedures
int m_nb_proceduresThe number of validation procedures. -
m_nb_max_procedures
int m_nb_max_proceduresThe number of the array of validation procedures. -
m_procedures
The array of procedures.
-
-
Constructor Details
-
opj_procedure_list_t
opj_procedure_list_t()
-