Loading...
Searching...
No Matches
Magick::depthImage Class Reference

Public Member Functions

 depthImage (const size_t depth_)
void operator() (Image &image_) const

Private Attributes

size_t _depth

Detailed Description

Constructor & Destructor Documentation

◆ depthImage()

Magick::depthImage::depthImage ( const size_t depth_)

Definition at line 1329 of file STL.cpp.

1330 : _depth( depth_ )
1331{
1332}

Member Function Documentation

◆ operator()()

void Magick::depthImage::operator() ( Magick::Image & image_) const

Definition at line 1333 of file STL.cpp.

1334{
1335 image_.depth( _depth );
1336}

Field Documentation

◆ _depth

size_t Magick::depthImage::_depth
private

Definition at line 1448 of file STL.h.


The documentation for this class was generated from the following files: