Adobe Systems, Inc.

nth_channel_view_type< VIEW > Struct Template Reference
[Image View Constructors]

Given a source image view type VIEW, returns the related types of an image view and x_iterator over a single channel of VIEW. More...

#include <image_view_factory.hpp>

List of all members.


Public Types

typedef view_type< typename
VIEW::channel_t, gray_t, false,
!adjacent, view_is_mutable<
VIEW >::value >::type 
type

Detailed Description

template<typename VIEW>
struct nth_channel_view_type< VIEW >

If the channels in the source view are adjacent in memory (such as planar non-step view or single-channel view) then the return view is a single-channel non-step view. If the channels are non-adjacent (interleaved and/or step view) then the return view is a single-channel step view.

Definition at line 176 of file core/image_view_factory.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google