casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::ArrayUtil_global_functions_reorderArrayHelper Struct Reference

Helper function for function reorderArray. More...

#include <ArrayUtil.h>

List of all members.

Public Member Functions

uInt reorderArrayHelper (IPosition &newShape, IPosition &incr, const IPosition &shape, const IPosition &newAxisOrder)

Detailed Description

Helper function for function reorderArray.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
Test programs:
tArrayUtil2

Synopsis

This is a specialized helper function for function reorderArray. It determines the shape of the resulting array and calculates the result increments when iterating linearly through the source array. It returns the number of the first non-reordered axes.

Motivation

Split off common non-templated code.

Definition at line 301 of file ArrayUtil.h.


Member Function Documentation

uInt casa::ArrayUtil_global_functions_reorderArrayHelper::reorderArrayHelper ( IPosition newShape,
IPosition incr,
const IPosition shape,
const IPosition newAxisOrder 
)

The documentation for this struct was generated from the following file: