OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | Public Attributes | List of all members
ossimHlzTool::MaskSource Class Reference

#include <ossimHlzTool.h>

Public Member Functions

 MaskSource (ossimHlzTool *hlzUtil, const ossimFilename &mask_image, bool exclude)
 

Public Attributes

ossimRefPtr< ossimSingleImageChainimage
 
bool exclude
 

Detailed Description

Definition at line 53 of file ossimHlzTool.h.

Constructor & Destructor Documentation

◆ MaskSource()

ossimHlzTool::MaskSource::MaskSource ( ossimHlzTool hlzUtil,
const ossimFilename mask_image,
bool  exclude 
)

Definition at line 733 of file ossimHlzTool.cpp.

References ossimChipProcTool::createInputChain(), and image.

736 : exclude (exclusion)
737 {
738  image = hlzUtil->createInputChain(mask_image);
739 }
ossimRefPtr< ossimSingleImageChain > image
Definition: ossimHlzTool.h:57
ossimRefPtr< ossimSingleImageChain > createInputChain(const ossimFilename &image_file, ossim_uint32 entry_index=0)
Creates the ossimSingleImageChain from image filename and populates the chain with resampler and prod...

Member Data Documentation

◆ exclude

bool ossimHlzTool::MaskSource::exclude

Definition at line 58 of file ossimHlzTool.h.

◆ image

ossimRefPtr<ossimSingleImageChain> ossimHlzTool::MaskSource::image

Definition at line 57 of file ossimHlzTool.h.

Referenced by MaskSource().


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