SetInputHeightVisitor Class Reference

SetInputHeightVisitor updates the input height parameter with the given input height. More...

Inheritance diagram for SetInputHeightVisitor:

Public Member Functions

 SetInputHeightVisitor (const size_t inputHeight=0, const bool reset=false)
 Update the input height parameter with the given input height. More...

 
template
<
typename
LayerType
>
bool operator() (LayerType *layer) const
 Update the input height parameter. More...

 
bool operator() (MoreTypes layer) const
 

Detailed Description

SetInputHeightVisitor updates the input height parameter with the given input height.

Definition at line 27 of file set_input_height_visitor.hpp.

Constructor & Destructor Documentation

◆ SetInputHeightVisitor()

SetInputHeightVisitor ( const size_t  inputHeight = 0,
const bool  reset = false 
)

Update the input height parameter with the given input height.

Member Function Documentation

◆ operator()() [1/2]

bool operator() ( LayerType *  layer) const

Update the input height parameter.

◆ operator()() [2/2]

bool operator() ( MoreTypes  layer) const

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