@root classes

class FilterTree

^ 
    extends TreeCrawler as public

FilterTree Class the FilterTree class traverses a tree and applies the specified filter to each constant node's image.

This treecrawler only is relevant if we are using Images as dataType

Source:
imgtreecrawlers.h:25
Author:
ag20@duke.edu, jhc7@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~FilterTreedestructor publicdefault destructor
FilterTreeconstructor publicdefault constructor
FilterTreeconstructor publicautomatically generated
applyFiltermethod publictraverses the tree and applies the filter to all the constant nodes that it finds
descriptionmethod public returns the description of the filter class, "filter"
operator =operator publicautomatically generated
traverseTreemethod public parses arg to build a Kernel than calls applyFilter to traverse the tree and apply the filter

destructor ~FilterTree

? ^  > 
default destructor
Source:
imgtreecrawlers.h:39
Code:
public ~ FilterTree ( )

constructor FilterTree

? ^  < > 
default constructor
Source:
imgtreecrawlers.h:34
Code:
public FilterTree ( )

constructor FilterTree

? ^  < > 
automatically generated
Source:
imgtreecrawlers.h
Code:
public FilterTree ( const FilterTree & )

method applyFilter

? ^  < > 
traverses the tree and applies the filter to all the constant nodes that it finds
Source:
imgtreecrawlers.h:56
Code:
public void applyFilter ( Node * root ,
Kernel * myKernel )

method description

? ^  < > 
returns the description of the filter class, "filter"
Source:
imgtreecrawlers.h:89
Code:
public virtual string description ( )

operator =

? ^  < > 
automatically generated
Source:
imgtreecrawlers.h
Code:
public FilterTree & operator = ( const FilterTree & )

method traverseTree

? ^  < > 
parses arg to build a Kernel than calls applyFilter to traverse the tree and apply the filter
Source:
imgtreecrawlers.h:81
Code:
public virtual Node * traverseTree ( Node * root ,
string arg )

Created Sun Oct 6 20:57:00 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.