| @root | classes |
class FilterTree | ^ |
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 | ^ |
Entity Inherited From Type Scope Short Description ~FilterTree destructor public default destructor FilterTree constructor public default constructor FilterTree constructor public automatically generated applyFilter method public traverses the tree and applies the filter to all the constant nodes that it finds description method public returns the description of the filter class, "filter" operator = operator public automatically generated traverseTree method 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
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
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.