In file mydocsrc/iml_ndim.h:

template class iml_vector_image : public iml_typed_image

A template image class for vector images

Inheritance:

iml_vector_image < iml_typed_image < iml_image


Inherited from iml_typed_image:

Public Methods

T IML_REF fa(IML_LINT Axis0Index, IML_LINT Axis1Index, IML_LINT Axis2Index, IML_LINT Axis3Index)
T IML_REF fa(IML_LINT Axis0Index, IML_LINT Axis1Index, IML_LINT Axis2Index)
T IML_REF fa(IML_LINT Axis0Index, IML_LINT Axis1Index)
T IML_REF hp_fa(IML_LINT Axis0Index, ...)
iml_image_type image_type(void)
T IML_REF operator()(IML_ULINT Index)
T IML_REF operator()(IML_LINT Axis0Index, IML_LINT Axis1Index, ...)
T IML_REF operator()(iml_index IML_REF ImIndex)
T IML_REF operator[](IML_LINT Index)
IML_BYTE valid_memory(void)

Inherited from iml_image:

Public Methods

IML_ULINT byte_order_signature(void)
IML_ULINT dimension_size(IML_USINT Dim)
IML_ULINT dimension_start(IML_USINT Dim)
IML_ULINT dimensionality(void)
IML_ULINT element_count(void)
IML_ULINT get_hyperplane_size(void)
IML_ULINT hyperplane_dimension_size(IML_USINT Dim)
IML_ULINT hyperplane_dimension_start(IML_USINT Dim)
IML_ULINT hyperplane_dimensionality(void)
IML_ULINT hyperplane_element_count(void)
void select_hyperplane(IML_LINT FirstSuperAxisIndex, ...)
void set_hyperplane_size(IML_USINT OSSpace)
void shift_hyperplane_corner_by(IML_USINT Dim, IML_AXIS_TYPE V)
void shift_hyperplane_corner_to(IML_USINT Dim, IML_AXIS_TYPE V)

Documentation

A template image class for vector images. Provides an interface for assignments and other operations on vector components.

Direct child classes:
iml_complex_image

alphabetic index hierarchy of classes


generated by doc++